~shunter/ur-game

8c7e97c56d769a650a4a1c2598e410f5c9b2d99b — Samuel Hunter 3 years ago e20d9bb
Add TODO of things to be done.
1 files changed, 11 insertions(+), 0 deletions(-)

A TODO.md
A TODO.md => TODO.md +11 -0
@@ 0,0 1,11 @@
# TODO

- Investigate API plan
- Streamline some binary deployment method for ur-game, use Roswell for it.
- Fix sourcehut builds github mirror
- Refactor API, use HATEOAS. Don't even mention REST, because it's not. Really
  make modules for both ends to take advantage of it.
- Decouple board routes from front-end
- Rewrite game engine, make it general rules engine if needed.
- Setup some command macros or something for the controller layer. Any way to
  separate the current code between handling specific requests.