README.md in nephos-server-0.6.2 vs README.md in nephos-server-0.6.3
- old
+ new
@@ -44,10 +44,11 @@
- [Generator GUIDE](DOCUMENTATION/GUIDE_GENERATOR.md)
- [Render API](DOCUMENTATION/API_RENDER.md)
- [Router GUIDE](DOCUMENTATION/GUIDE_ROUTER.md)
- [Controller GUIDE](DOCUMENTATION/GUIDE_CONTROLLER.md)
+- [Customisable errors GUIDE](DOCUMENTATION/GUIDE_ERRORS.md)
- [Code documentation on RubyDoc.info](http://www.rubydoc.info/gems/nephos-server/toplevel) -> **Note: you can also generate local documentation via yard**
## Examples
### Production
@@ -107,27 +108,31 @@
```
# Developers: Roadmap
-## TODO v0.5
-
## TODO v0.6
-- startable as daemon
- feature to change HTTP header from controller
-- customisable default 404 errors and 500 errors
- functionnal tests
+## TODO v0.7
+- Documentation on architecture (UML)
+- Improved documentation (Tutorial, Improved guides)
+- Alias for routing
+
## v1 requierements
- Environement, Daemons, Port, Listen Host, Routables, Arguments
+- Clear architecture
- Generator readables and powerfull
- At least 80% tests coverage
+- Performances benchmark
- Guide about
- Controllers
- Routing
- Api Creation
- Database creation
- Web HTML with templating
+- Clear documentation on the features using regexp, options, ...
Gitlab Continuous Integration:
[![Gitlab Tests](https://gitlab.com/ci/projects/8973/status.png?ref=master)](https://gitlab.com/ci/projects/8973?ref=master)
Github version