ku-polls/polls/migrations
sosokker 1b996629da Refine UI/UX - Add new Feature (Model) - Refine View
1. Refine UI/UX
Apply Tailwinds
Rewrite all page

2. Add new feature to model
Add new field
- description - long - short
- use default + editable instead of auto_add_now
- track up vote
- Change timezone
- Add time left track
-Add participant
-Add up/down vote attribute

-- Choice
- Add total_vote
-Add calculate_percentage of vote

3. Refine View
-Redirect instead of home page
-Add context to result, detail view
-Apply ChartJS
-Delete home
2023-09-09 21:20:23 +07:00
..
__init__.py Create the polls app. 2023-08-26 16:28:34 +07:00
0001_initial.py Create polls models and migrate 2023-08-28 18:57:49 +07:00
0002_question_end_date_alter_question_pub_date.py Add is_published, can_vote to QuestionModel/ Add test for can_vote, is_published 2023-09-05 21:25:04 +07:00
0003_alter_choice_votes_alter_question_pub_date.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0004_alter_question_pub_date.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0005_question_long_description_question_short_description_and_more.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0006_question_down_vote_count_question_up_vote_count.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00
0007_question_participant_count.py Refine UI/UX - Add new Feature (Model) - Refine View 2023-09-09 21:20:23 +07:00