Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.32 KB

TODO.md

File metadata and controls

31 lines (25 loc) · 1.32 KB

Todo list

I work on this project in short focused sessions, this list's supposed to keep me on track when I revisit the codebase

  • write tests to support options on all endpoints
  • add handling of failed fetch request
  • add POST endpoints to HATEOASlinks
  • support OPTIONS request method
  • turn slug into an array
  • create nested URL structure for the API like: old-house/hallway
  • add "image/*" response to the endpoints if an image illustrating the endpoint (that is the location on the map) exists
  • refactor buildApi and subsequent functions

HTTP notes:

HTTP OPTIONS notes