You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home page with CTA-box in the middle (x,y) to enter a vote id and cast or create your own vote.
Package
frontend
backend
architecture
documentation
Other
Expected Behavior
Cast on vote flow:
Get vote from smart contract (error handling if voteid doesn't exist)
Navigate to appropriate detail page (vote cast (disabled input if startdate in future)/ vote result (if enddate is in the past))
Create vote flow:
Open Overlay/expand centered box
Require fields (title, description, start/enddate, opinions), if not filled out, submit button disabled
Checkmark that created content doesn't violate rules, if no't checkmarked, submit button disabled.
If all fine -> enable submit
Show loading screen (smart contract takes some while), make sure errors get handlet (timeout, etc), -> if done with no errors, show popup with invite link and copy button, also add Continue button, when pressing continue, navigate to vote detail / cast
Description
Home page with CTA-box in the middle (x,y) to enter a vote id and cast or create your own vote.
Package
frontend
backend
architecture
documentation
Other
Expected Behavior
Cast on vote flow:
Create vote flow:
Continue
button, when pressing continue, navigate to vote detail / castActual Behavior
nyi
Additional Information
https://tailwindui.com/components/application-ui/forms/form-layouts
https://tailwindui.com/components/marketing/sections/cta-sections
https://tailwindui.com/components/marketing/elements/banners (for invite link)
https://tailwindui.com/components/application-ui/overlays/modal-dialogs (create service, promise callbacks)
https://tailwindui.com/components/application-ui/overlays/notifications (create service)
The text was updated successfully, but these errors were encountered: