Open wholesomedev opened 6 years ago
Hey @wholesomedev ,
Do you want it to be on the front end? I mean anyone can load a public page and then see this button to call out the modal that allows adding a new quote, but if they're not logged in then they'll have to enter the site or register to add a quote. Please correct me if I wrong.
Yes, you’re correct. This feature is user-facing, not moderator-only.
Hey Guys,
Here is the 1st iteration: https://www.dropbox.com/s/8s81aizx63nqsae/add-quote-flow-v0.1.pdf?dl=0
I've included views for how the button acts. There can more actions in the future. Also included how the Add Quote screen will look like when you just open it and right after you put any content there and ready to submit it. You can find that there is a case with login when the user is not authorized and a screen with a success message after the quote is added.
Let me know if you have any questions and if you want to proceed with this.
Thank you @maxsnitser. This looks great. I'll let you know when we're ready to pick this up!
We need to create the UX for submitting a quote.
User flows
Contributing a quote
How will users contribute quotes? Here's one proposed flow:
Prompt to log-in flow
How do we prompt the user to log-in when they attempt to take an authorized action? Should we simply show a dialog that says "Please log-in first!"?
Possibly needed wireframes
@forabi please feel free to add anything that I've missed.
* @forabi I know we talked about allowing editing inline. But now that I think about it, I feel that a modal with a form will be easier to implement and maintain. Let me know what you think.