Commit Graph

109 Commits

Author SHA1 Message Date
sosokker
e733fac7aa Add success message when vote again/ delete participate in admin 2023-09-12 02:58:55 +07:00
sosokker
50874dbf40 Fix query in Index / Check User Vote/ Refine Model
- Use Model from domain model
- Change Vote Query because I change model
- Write some properties such as participants in Question
2023-09-12 02:47:21 +07:00
sosokker
791d9c3b0d Use message framework in vote 2023-09-12 00:33:57 +07:00
sosokker
20a1d6c0fd Redirect when non-Authenticate User go to detail/result 2023-09-11 23:46:27 +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
Sirin Puenggun
d6fd968ea4
Merge pull request #27 from Sosokker/Sosokker-Update-Readme
Update README.md
2023-09-10 22:57:59 +07:00
Sirin Puenggun
e9749ecc0f
Update README.md 2023-09-10 22:57:01 +07:00
Sirin Puenggun
287c69e9db
Merge pull request #26 from Sosokker/iteration2
Iteration2 - Update UI + Fix pub_date to editable + Format with prettier and black.py
2023-09-10 21:55:01 +07:00
sosokker
66038b25d7 Update UI 2023-09-10 21:53:07 +07:00
sosokker
356e78a839 Editable pub_date + docstring / format file with black.py 2023-09-10 21:52:46 +07:00
Sirin Puenggun
b84c71df4e
Merge pull request #25 from Sosokker/iteration2
Iteration2 Merge new feature and Refine UI
2023-09-09 21:33:06 +07:00
Sirin Puenggun
1e084ed11c
Update README about debug mode 2023-09-09 21:25:35 +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
f33dbdf1d5 Delete update pub_date field in admin 2023-09-09 00:54:54 +07:00
sosokker
c116a2ff0d Update Test and Model for Default pub_date Handling
In this commit, I change default field of pub_date into auto_add_now and it change the way pub_date assign work so I need to add several updates to address issues and errors in the code and tests related to the handling of the pub_date attribute in the Question model.

Test Updates
- Modified the create_question function in tests to accept pub_date when necessary and set it explicitly in the tests to match the new model definition.

Ensured the correct ordering of past questions in the index view.

Model Update
- Modified the Question model to use auto_now_add=True for pub_date to set it to the current date and time automatically.
2023-09-08 22:36:41 +07:00
sosokker
c54492c418 Add end_date customizer to admin panel 2023-09-07 22:43:54 +07:00
sosokker
32605720fc Check vote score. Vote score can only be 0 or positive 2023-09-07 22:34:36 +07:00
Sirin Puenggun
356449c396
Merge pull request #22 from Sosokker/iteration2
Add new Feature according to Iteration 2 Plan / Externalize Secret Variable
2023-09-05 21:59:54 +07:00
sosokker
215be4d95c Modify test case and logic of can_vote in Question model 2023-09-05 21:55:41 +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
e0c7995f28 Add is_published, can_vote to QuestionModel/ Add test for can_vote, is_published
is_published -> Check if the specific question able to be published
can_vote -> Can vote or not, check it from pub time

Delete some unnecessary files
2023-09-05 21:25:04 +07:00
Sirin Puenggun
4853f8d4fa
Add github actions - Linting and Unit Tests
Add GitHub actions more testing and linting
2023-09-05 20:39:23 +07:00
Sirin Puenggun
92fb71bac9
Add testing status badge to README.md 2023-09-05 20:36:28 +07:00
Sirin Puenggun
4b63eee439
Create flake8-lint.yml 2023-09-05 20:33:10 +07:00
Sirin Puenggun
7d568e9417
Update django.yml 2023-09-05 20:28:45 +07:00
Sirin Puenggun
495b1a5aae
Update python version 2023-09-05 20:25:21 +07:00
Sirin Puenggun
34b565e9d8
Add github workflow more testing and linting 2023-09-05 20:23:41 +07:00
Sirin Puenggun
9fe17a15fd
Merge pull request #19 from Sosokker/iteration1
Fix indent in tests.py
2023-09-05 20:18:45 +07:00
sosokker
380201e020 Fix indent in test 2023-09-05 20:17:33 +07:00
Sirin Puenggun
4409afaef9
Merge pull request #12 from Sosokker/iteration1
Merge new README.md and Delete sqlite.db from remote/ Add .json data
2023-08-31 18:07:33 +07:00
Sirin Puenggun
956869207f
Merge branch 'main' into iteration1 2023-08-31 18:06:45 +07:00
sosokker
99ff9d94d9 Update Install Guide in README.md 2023-08-31 17:58:23 +07:00
sosokker
e60a795494 Delete db.sqlite3 from remote repos/ Add superuser and poll data to remote 2023-08-31 17:25:12 +07:00
Sirin Puenggun
b56a5fc7f0
Merge new README.md (#10)
* Update README.md

* Update README.md
2023-08-29 15:31:32 +07:00
sosokker
8398e8bdb3 Update README.md 2023-08-29 15:30:22 +07:00
sosokker
94390a2478 Update README.md 2023-08-29 15:28:50 +07:00
Sirin Puenggun
b63d0e47ed
Merge pull request #9 from Sosokker/iteration1
Merge README.md from iteration1
2023-08-28 23:32:14 +07:00
sosokker
00f3ca47fa Update README.md 2023-08-28 23:29:59 +07:00
sosokker
dde565c780 Update README.md 2023-08-28 23:25:09 +07:00
Sirin Puenggun
00aa53196e
Merge Iteration 1 progress into main branch Pull request #8
Merge Iteration 1 into main branch. Finish Iteration 1
2023-08-28 23:13:31 +07:00
sosokker
1f3840c0b8 Add publication to poll cards. 2023-08-28 23:11:33 +07:00
sosokker
9f3aba25cd Add docstring to classes and methods and clean the code. 2023-08-28 23:04:08 +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
59ae9b68b3 Fix Missing results.html template file 2023-08-28 22:25:09 +07:00
sosokker
48670592e4 Customize Admin Page view 2023-08-28 20:56:22 +07:00
sosokker
d271325ab1 Style polls page 2023-08-28 20:51:27 +07:00
sosokker
b2e7376f99 Add new questions and choices. 2023-08-28 20:50:50 +07:00
sosokker
63e35aecdb Update requirements.txt 2023-08-28 20:35:40 +07:00
sosokker
68385de61f Add Testing on models, views, detailed/ Fix bugs
Fix time bugs of was_published_recently()  in models
2023-08-28 20:01:39 +07:00
sosokker
50380c72a1 Add db.sqlite3 to remote repository 2023-08-28 19:41:29 +07:00