bubbl-oss / evoting

E-voting app for campuses, first in AUN
1 stars 2 forks source link

Add positions to Elections #56

Closed LeanKhan closed 3 years ago

LeanKhan commented 3 years ago

Closes #43

danieliheonu commented 3 years ago

please add the Position table to admin_view.py

add like an add candidate button or something so the user will know what to do after creating the position. I don't think they'll notice the link after creating the position

the result field is in the position table and not the election table, so I think you need to at the election/index and the election route

LeanKhan commented 3 years ago

please add the Position table to admin_view.py

Okay, I was wondering why the Positions table was not showing in the dashboard. No P 👍

add like an add candidate button or something so the user will know what to do after creating the position. I don't think they'll notice the link after creating the position

There is an 'add candidate' button on the Position page tho... Maybe after adding a position it should redirect you to that position's page instead of the Election page.

the result field is in the position table and not the election table, so I think you need to at the election/index and the election route I left the Results and Voting stuff to you actually... since you're the one that added the Voting feature. I haven't adapted the voting for the multiple Positions. I'll create an issue

danieliheonu commented 3 years ago

please add the Position table to admin_view.py

Okay, I was wondering why the Positions table was not showing in the dashboard. No P

add like an add candidate button or something so the user will know what to do after creating the position. I don't think they'll notice the link after creating the position

There is an 'add candidate' button on the Position page tho... Maybe after adding a position it should redirect you to that position's page instead of the Election page. Nah, there's no add candidate button. Instead you have to click on the position name before you can add a candidate

the result field is in the position table and not the election table, so I think you need to at the election/index and the election route I left the Results and Voting stuff to you actually... since you're the one that added the Voting feature. I haven't adapted the voting for the multiple Positions. I'll create an issue Okay