Skip to content

Instantly share code, notes, and snippets.

@rbannal86
Created November 8, 2019 17:48
Show Gist options
  • Save rbannal86/42f7a01bfe1bcc934719da904c80da4b to your computer and use it in GitHub Desktop.
Save rbannal86/42f7a01bfe1bcc934719da904c80da4b to your computer and use it in GitHub Desktop.
Project Name: briefPal
Wireframes:
Welcome Screen: https://repl.it/@AlexBannow/briefpalwelcomescreen
Create Letter: https://repl.it/@AlexBannow/briefpalcreateletter
First Letter Sent: https://repl.it/@AlexBannow/briefpalfirstlettersent
Respond: https://repl.it/@AlexBannow/respondbriefpal
User Profile: https://repl.it/@AlexBannow/userprofilebriefpal
User Flows:
Welcome Screen: From the welcome screen, there will be a nav bar that allows returning users to check their profiles, view new messages, or compose new messages. At the bottom of the screen, there will be a new user sign-up form that, once filled out completely, will direct a new user to a compose letter screen.
Create Letter: The create letter screen will lead to either a success page that reroutes to an updated user profile, or a cancel button that will return the user to their profile. As a new user, the cancel button will still return to a profile.
First Letter Sent: This screen will only appear once adter a user submits their first letter. This page will lead the user to their profile for the first time.
Respond: This screen will lead to a success screen upon a valid response or, upon cancel, will return to the user profile page.
User Profile: From here, a user can check active exchanges (either in short form or by linking to a detailed page), archives (short form or separate detailed page), can compose responses to current messages, check new messages and respond (or not), and submit new messages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment