Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
Wilson Silva edited this page Aug 26, 2016 · 3 revisions

Welcome to the grape-embryo wiki!

Roadmap

  • Separate business logic from delivery mechanism (web)
  • Separate object validation from domain objects
  • Use the Repository Pattern for database abstraction
  • Use memory database for tests
  • Remove dependency on Active Record
  • Add a dependency management library
  • Extract business logic into own gem
  • Reduce test start time by loading only needed dependencies
  • Add error codes to API responses
  • Build frontend
Clone this wiki locally