Skip to content

Instantly share code, notes, and snippets.

@zempo
Last active November 2, 2019 01:43
Show Gist options
  • Save zempo/be5f6bbfd4a8d97b8c2939e6e3f9fca4 to your computer and use it in GitHub Desktop.
Save zempo/be5f6bbfd4a8d97b8c2939e6e3f9fca4 to your computer and use it in GitHub Desktop.
App Name: Above the Line
(Unauthorized)
Landing/Promotional Page: https://landing-page.zempo1.repl.co
>>User flows to: user types or clicks on site url --> landing page loads
>>User flows from: user clicks login or register links or user clicks get started button on landing (to register)
(Unauthorized)
Login Page: https://login--zempo1.repl.co
>>User flows to: user clicks login-link on navbar --> user enters login page
>>User flows from: user enters credentials correctly --> user is redirected to scripts page
(Unauthorized)
Register Page: https://registration.zempo1.repl.co
>>User flows from: user correctly creates profile --> user is redirected to scripts page
(Authorized)
Accordian menu: https://accordian-menu.zempo1.repl.co
>>User flows to: user clicks the "mini-menu" button --> accordion menu opens
>>User flows from: user can click logout link, user can click settings link, user can click User Guide tab
(Authorized)
Scripts Page: https://scripts-page.zempo1.repl.co
>>User flows to: user logs in at login page | or registers new account --> user redirected to scripts page
or user clicks _Above the Line_ icon or user clicks back button in script editor/any other page --> user directed to scripts page
>>User flows from: user clicks script --> script menu opens --> user can click edit (redirects to editor)
--> user can click copy (appends a script copy to the scripts page) --> user can click delete (deletes script, refreshes page)
>>User flows inside: user can sort scripts by keyword, date, or size (ascending or descending)
(Authorized)
Script Editor Page: hhttps://script-editor.zempo1.repl.co
>>User flows to: User logs in --> clicks on a script --> clicks "edit" --> redirected to editor page
>>User flows from: user clicks back button in sidebar,
or user clicks "Above the Line" link
or user clicks mini-menu near log-in profile
(Authorized)
User Settings: https://user-settings.zempo1.repl.co
>>User flows to: User logs in --> clicks on accordion menu button --> user clicks on settings link
--> user is redirected to settings page
>>User flows from: user clicks back button to return to previous page
>>User flows inside: User clicks custom radio buttons (that update the color of the site) or user edits user name --> user presses apply
--> settings are updated and site refreshes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment