-
Notifications
You must be signed in to change notification settings - Fork 0
Staticus Project Roadmap
Eugene Glotov edited this page Aug 11, 2016
·
2 revisions
I have a todo-list, here is the main goals (without priority):
- PHP-client library for Staticus API
- Feature: add a Database layer (with Redis or Mongo adapter by default).
- Save each modify request as log to Database layer.
- Save meta-information about each created resource: how?, who asked? ...
- Feature: clone exist resource to another path.
- Feature: add config attribute: do not make versions (backups).
- Feature: separate configurations for each namespace, extended from the common configuration.
- Feature: hard nginx cache for searching routes.
- Feature: try first to convert bad mime-types to requested resource mime-type before decline request (png to jpg, jpg to gif etc). It's important when you trying to upload image from remote URL that looks like JPG, for example, but in reality it's PNG.
Feel free to ask me to do something more.