cacrespo / cacrespo/pytimeline
Uses Django Form class
Open
single player
- Dominant language
- Python
- Stars
- 1
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Use Django's form classes to submit answers and evaluate results.
You can start here:
https://github.com/cacrespo/pytimeline/blob/f31567b8f89ffc66009771a6e6a76a47b38d5b3f/pytimeline/templates/singleplayer/singleplayer_play.html#L27-L31
https://docs.djangoproject.com/en/5.0/topics/forms/
Contributor guide
Research direction
Start with templates/singleplayer/singleplayer_play.html at the linked lines, then read Django's forms documentation. Trace how answers are submitted and results are evaluated from that entry point. Done means the page uses Django form classes for both submission and evaluation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100