-
Notifications
You must be signed in to change notification settings - Fork 0
frontend routes
Dan edited this page Jan 6, 2020
·
1 revision
Our components are organized as follows:
-
RootAppNavBar- (main component goes here)
Footer
The following routes, defined in App, will render components between NavBar and Footer.
- /
- Home
- /login
- SessionForm
- /signup
- SessionForm
- /feed
- PictureIndex ** PictureIndexItem
- /users/:userId
- ProfileComponent
- BoardComponent ** PictureIndex *** PictureIndexItem
- FollowComponent ** CategoryIndex
- /pictures
- PictureIndex ** PictureIndexItem
- /pictures/:pictureId
- PictureShow
- /boards
- BoardIndex ** BoardIndexItem
- /boards/:baordId/create
- BoardForm
- /boards/:baordId/edit
- BoardForm
- /follows
- CategoryIndex
- /follows/:followId
- CategoryShow