-
Notifications
You must be signed in to change notification settings - Fork 9
Front end
rwuebker edited this page Jan 26, 2015
·
9 revisions
-
/
- Landing page for Archivr. Displays recent screenshots and provides a place for users to log in.
- '/signup'
- Contains a form to enter a username and password then signs them in and sends them to landing page for user
-
/user/:username
- Landing page for a user. Displays information about the user and lays out their screenshots. This view contains two views:
-
profileBar@user
- displays user profile sidebar -
screenshots@user
- displays public screenshots belonging to user
-
- Contains three nested views:
-
/screenshotEdit/:screenshotName
* TODO - will show larger image with tools to annotate -
/screenshotAdd
* TODO - will show an input for a link and image name and button to execute * Button will activate phantom to get screenshot of page and will return with screenshotEdit page -
/screenshotPublic
* TODO - will show all public screenshots for logged in user to browse
-
- Landing page for a user. Displays information about the user and lays out their screenshots. This view contains two views:
AngularJS