Closed martmark closed 5 years ago
Overall really great work, and you're very close to having these completed and ready to go for Monday. Check out the comments under each individual section, and if you have any questions about anything, definitely let me know.
Wiki Page Home
Comments
Looks great. You'll just want to add a link to the live version of your site. Right now, this will be a placeholder link, which can be updated once your app is live.
MVP List
Comments
This is a really good start to your MVP List. You'll just want to expand it slightly, and tweak the formatting. For reference, check out the Bluebird MVP List
Database Schema
back_ticked
back_ticked
back_ticked
Comments
There are only a few missing pieces here. Make sure that your foreign keys are labeled, and add the bullet points to your
tracks
andannotations
tables, and you'll be good to go.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
Comments
A couple of small changes to your keys- make sure that all of them are camelCased, i.e.
suggestion_id
=>suggestionId
Backend Routes
snake_case
GET likes
api endpoint because that info comes through the post showComments
Looks really good. While not necessary, a little bit of markdown formatting might make it easier to read. I did something like this for my project. Again, not 100% necessary, but will make it look better.
Frontend Routes
camelCase
inline coding text
(backticks)Comments
You have the right idea here, but you'll want to flesh it out a bit and work on the formatting.