Open Eruanne2 opened 3 years ago
Final notes:
Schema: Remove bullet references to reminders
Sample State: an alternative to having a noteTags
slice of state is to store an array of noteIds
in each tag and an array of tagIds
in each note (e.g. { tags: { 1: { name: "food", noteIds: [5,7,8] } } }
). This would result in less space and constant lookup (the way you have it will be linear to the number of noteTags
)
Backend Routes: you mention that an index route for tags
is unnecessary, but you have one
Frontend Routes: please fill out in detail, showing the parent-child relationship between each component. A more detailed example than Bluebird is here
Wiki Page Home
MVP List
Database Schema
back_ticked
Sample State
```javascript...```
). This will display the state as a code block instead of a giant line of textentities
session
errors
(here or inui
)ui
(if needed)comments
inside ofposts
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showFrontend Routes
camelCase
inline coding text
(backticks)