This website requires JavaScript.
Explore
Help
Sign In
bernard
/
TeamForge
Watch
1
Star
0
Fork
0
You've already forked TeamForge
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4b819d9dd9562e58ea2033be119f77813d0e440d
TeamForge
/
backend
History
Bernard Siebens
7aa4a4816c
Enable member editing functionality: implement
MemberEditView
, update routes, modify templates for dynamic filtering and superuser badges, and standardize contact info handling.
2026-04-12 11:06:28 +02:00
..
members
Enable member editing functionality: implement
MemberEditView
, update routes, modify templates for dynamic filtering and superuser badges, and standardize contact info handling.
2026-04-12 11:06:28 +02:00
__init__.py
Set up
backend
app with initial structure and registered it in settings
2026-01-04 22:43:38 +01:00
apps.py
Set up
backend
app with initial structure and registered it in settings
2026-01-04 22:43:38 +01:00
mixins.py
Add menu highlighting logic via
HX-Trigger
, update templates for dynamic menu state management, and extend mixins to support menu highlighting.
2026-01-16 23:57:06 +01:00
urls.py
Extend
members
app: add filtering with
django-filter
,
MemberFilter
class, and initial view setup. Update URLs, templates, and dependencies for integration.
2026-01-04 23:24:53 +01:00
views.py
Extend
members
app: add filtering with
django-filter
,
MemberFilter
class, and initial view setup. Update URLs, templates, and dependencies for integration.
2026-01-04 23:24:53 +01:00