-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- Move Sample state into it's own page of the wiki
- Currently, the sample state is appearing in the nav bar on the side of the wiki pages.
- Make sure bookshelf ids are unique in users slice of state.
- Bookshelf ids should always be unique to a user unless the bookshelves are shared between two users.
- Add
bookself_idsto books.- Books can have many bookshelves ( and bookshelves can have many books) so books should have a
bookshelf_idskey to show to in which bookshelves they can be found. This will be an array of bookshelf ids.
- Books can have many bookshelves ( and bookshelves can have many books) so books should have a
- Add
review_idsto books.- Books should hold a reference to all their reviews.
- Remove
book_idfrom comments .- If we can only comment on reviews, then the comments will only ever appear with reviews and shouldn't need to reference the book directly. If however books can be commented on directly, we need to think about a polymorphic association for comments.
- Add
comment_idsto reviews.- Reviews should hold a reference to all their comments.
- Add
book_idsto bookshelves.- Bookshelves should hold a reference to all their books.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels