issues
search
xvzero
/
noize_nimbus
A soundcloud clone
https://noize-nimbus.herokuapp.com/#/
5
stars
0
forks
source link
Routes
#4
Closed
wongshington
closed
6 years ago
wongshington
commented
6 years ago
[x] Routes accurately reflect MVPs and Component Hierarchy
[x] Covers the frontend functionality of the site through routes that match to the wireframes
[x] Contains the following sections: HTML, API Endpoints(Backend), and Frontend Routes
[x] Each route has a description
[x] API Endpoint routes contains wildcard variables written in
snake_case
[x] Frontend routes contains wildcard variables written in
camelCase
[x] Routes does not contain
superfluous routes
[x] Have API routes that will allow the front end to get all info it needs and does not have unneeded routes:
probably doesn't need a
GET likes
api endpoint bc that info comes through the post show
[x] Correctly formatted
[x] Routes are displayed with
inline coding text
(backticks)
wongshington
commented
6 years ago
camelCase the frontEnd routes
snake_case
camelCase
GET likes
api endpoint bc that info comes through the post showinline coding text
(backticks)