Guest User

Untitled

a guest
Nov 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. ## SprayFire Roadmap
  2.  
  3. This is a tentative roadmap, all sections of this roadmap are subject to change with or without notice.
  4.  
  5. ### v0.6.0
  6.  
  7. - Support for logging information at a variety of levels
  8. - Abstracting HTTP information into an OOP API
  9. - Simple routing based on HTTP information in the request
  10. - Basic Service Container to allow adding and retrieving of Services
  11. - Responders to handle HTML and JSON resources
  12. - Controllers to easily give data and information to Responders
  13. - Front Controller to handle generating appropriate Resource and overall processing logic
  14.  
  15. ### v0.7.0
  16.  
  17. - Data Access module providing: DataSource, ResultSet, and Statement implementations
  18. - Data Access adapter for PDO
  19. - Rudimentary Model layer providing only basic functionality, mainly providing access to DataSource objects.
  20.  
  21. ### v0.8.0
  22.  
  23. - Component system for Controllers
  24. - General functionality Component implementations: TBD
  25. - Helper system for Responders
  26. - General functionality Helper implementations: TBD
  27.  
  28. ### v0.9.0
  29.  
  30. - Model layer gains Validation service
  31. - DataBehavior system for Models
  32. - General functionality DataBehavior implementations: TBD
Add Comment
Please, Sign In to add comment