Commit Graph

10 Commits

Author SHA1 Message Date
Robbie Antenesse 6e16b36d49 Fix invalid syntax for node in server ShelfController 2020-01-15 16:57:27 -07:00
Robbie Antenesse 243a4094d0 Get overwhelmed by ShelfController.scrubShelfData() 2020-01-11 20:37:27 -07:00
Robbie Antenesse 3d34467208 Verify shelf id and request from external domain if present 2020-01-11 20:35:51 -07:00
Robbie Antenesse b7392105e7 Start working on get shelf with fake data 2020-01-07 22:50:58 -07:00
Robbie Antenesse 5eb409e46e Add shelf get by id endpoint 2020-01-04 19:34:26 -07:00
Robbie Antenesse aefab612e7 Add get user shelves from db:
Add GET /api/shelves/get endpoint;
Turn off test data and pull shelves from database;
Update getLastUpdatedTimestamp to use association function.
2019-12-23 16:51:26 -07:00
Robbie Antenesse 237198cd47 Add rename shelf API endpoint 2019-12-11 13:15:55 -07:00
Robbie Antenesse a2d113562e Add shelf api route with create action 2019-12-01 15:31:34 -07:00
Robbie Antenesse 1458e936ea Naming & Association corrections:
Correct naming of Account and Shelf Controllers;
Add hasMany associations to db models
2019-12-01 11:03:55 -07:00
Robbie Antenesse 53662c0a60 Create default shelves in db on account creation 2019-11-30 18:02:24 -07:00