Commit Graph

11 Commits

Author SHA1 Message Date
sosokker
c3b5984e33 Add Logging 2023-09-15 01:33:09 +07:00
sosokker
01ea565859 Add User+Authenticate(login,logout,reset password)
Also add view for signup page + custom form for signup
2023-09-11 23:38:13 +07:00
sosokker
356e78a839 Editable pub_date + docstring / format file with black.py 2023-09-10 21:52:46 +07:00
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
sosokker
d61dd2ce4b Externalize DEBUG, TIMEZONE, ALLOW_HOST and Add Install instruction in README.md 2023-09-05 21:44:19 +07:00
sosokker
477903dfd3 Update Views of all pages - index, detail, result / Add Home Page
Update views of all pages and add HomeView (Homepage) + Update data of sqlite3 polls database
2023-08-28 22:32:42 +07:00
sosokker
48670592e4 Customize Admin Page view 2023-08-28 20:56:22 +07:00
sosokker
78065a68d3 Regenerate SECRET_KEY/ Hide SECRET_KEY 2023-08-28 19:41:10 +07:00
sosokker
df073ed6ce Create polls models and migrate 2023-08-28 18:57:49 +07:00
sosokker
53f858ecde Add first views to polls app 2023-08-26 16:39:10 +07:00
sosokker
eeffcb3831 Creating a Django project. 2023-08-26 16:08:33 +07:00