This website requires JavaScript.
Explore
Help
Register
Sign In
ross
/
penracourses
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
3d445fe12ee615ae54f19676cec01a2c6e85ac47
penracourses
/
anatomy
T
History
Ross
d2a4ee9f70
feat: Refactor navigation bar for consistent structure and improved user experience across templates
2026-05-11 13:26:45 +01:00
..
management
…
migrations
Alter primary_answer and structure fields in AnatomyQuestion model for improved clarity and categorization
2026-02-16 09:36:06 +00:00
static
Refactor code structure for improved readability and maintainability
2026-05-11 11:31:04 +01:00
templates
feat: Refactor navigation bar for consistent structure and improved user experience across templates
2026-05-11 13:26:45 +01:00
tests
…
__init__.py
…
admin.py
…
api.py
…
apps.py
…
decorators.py
…
filters.py
…
forms.py
Implement primary answer management with HTMX support, including form for selecting or creating answers and display templates
2026-02-16 09:46:57 +00:00
models.py
Add primary_answer field to AnatomyQuestion model and create migration to backfill existing values
2026-02-16 09:32:25 +00:00
tables.py
Refactor tables to inherit from SelectionTable for consistent behavior across Anatomy and Question tables
2026-03-25 21:26:32 +00:00
urls.py
Add delete functionality for image annotations in question detail view
2026-02-16 10:28:32 +00:00
views.py
feat: Enhance security by adding @login_required to multiple views and replacing print statements with logger.debug
2026-04-30 21:35:08 +01:00