-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
StevenSuazo edited this page Nov 16, 2020
·
2 revisions
- /
- Header with search bar
- Splash
- Navigation bar on bottom
-
/login
-
SessionForm
- Page to allow existing users to log in
-
SessionForm
-
/signup
-
SessionForm
- Page to allow new users to sign up
-
SessionForm
-
/photos/
-
PhotosIndex
- Page to shows all photos on website, the explore page
-
PhotosIndex
-
/photos/:photo_id
-
PhotoPage
- Page to that displays the photo with the matching index
-
PhotoPage
-
/photos/:photo_id/edit
-
PhotoEditForm
- Page to where to edit the photo with the matching index
-
PhotoEditForm
-
/upload
-
UploadForm
- Page where user Uploads a photo
-
UploadForm
-
/users/:user_id/albums
-
AlbumsIndex
- Page to show all user's many albums
-
AlbumsIndex
-
/albums/:album_id
-
AlbumPage
- Page to that displays the photo album with the matching index
-
AlbumPage
-
/albums/:album_id/edit
-
AlbumEditForm
- Page to where to edit the photo album with the matching index
-
AlbumEditForm
-
/tags/:tag_id
-
PhotosIndex
- Page to view all photos with the matching tag index
-
PhotosIndex
Created by Steven Suazo