sergejparity / voteabout

Repository for the VoteAbout project. BUIDL Camp - Cohort 2
MIT License
0 stars 2 forks source link

FRONTEND: Create a design sketch #5

Open sergejparity opened 2 days ago

sergejparity commented 2 days ago

Idea of this issue is to have a discussion about frontpage of a dApp.

MrkielCode commented 2 days ago
  1. Home page (little description of the app and and status of existing votes)
  2. Vote page (with parameter of a particular vote Id)
sergejparity commented 2 days ago

Also do not forget about wallet connector element and maybe some button which can bring you to new vote creation page.

tumutech commented 2 days ago

Vote About Sketch

We can have these pages: Landing page: including a description VoteAbout DApp with option to get started by connecting wallet Dashboard page(accessible only to users after connecting wallet): Having a menu with option to create Poll(Proposal) It shows a list of the most recent polls Poll Details: After someone clicking on a poll from the above list, they can see results(if poll was closed) or show poll name, candidates allowing the user to vote vote Create Poll: Used to create a poll or proposal by adding candidates(options) setiing vallidity and then publishing the poll.

Consider the attached image, for the flow, and any guidance on what to consider,,, Also can we call them proposals or polls?

MrkielCode commented 1 day ago

working on create poll page

tumutech commented 1 day ago

I had started on the create poll page earlier, let me commit the progress so that you can make adjustments on it, these were not yet done:

  1. restricting start date to not allow current date on wards
  2. making the end date to be a date not before the start date

poll create