This website requires JavaScript.
Explore
Help
Sign in
Chneemann
/
join-api
Watch
1
Star
0
Fork
You've already forked join-api
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0618afbbea
join-api
/
user_app
History
Chneemann
d3227e9a76
feat: integrate and migrate PostgreSQL in Django Rest; extract functions in task_app to services.py, enable adding/removing assignees and subtasks
2025-04-06 19:58:50 +02:00
..
migrations
feat: add user management app with custom User model, serializer, and viewset
2025-03-20 23:43:12 +01:00
__init__.py
feat: add user management app with custom User model, serializer, and viewset
2025-03-20 23:43:12 +01:00
admin.py
chore: minor adjustments to the admin panel
2025-03-29 23:09:48 +01:00
apps.py
feat: integrated signals and moved user receiver logic there; added test for user cache functionality
2025-03-25 09:03:27 +01:00
caching.py
feat: optimized models, views and caching, added Signals for task_app
2025-03-29 18:55:46 +01:00
models.py
feat: integrate and migrate PostgreSQL in Django Rest; extract functions in task_app to services.py, enable adding/removing assignees and subtasks
2025-04-06 19:58:50 +02:00
serializers.py
feat: create RegisterView and implement generate_initials in UserSerializer
2025-04-05 20:34:26 +02:00
signals.py
feat: optimized models, views and caching, added Signals for task_app
2025-03-29 18:55:46 +01:00
tests.py
feat: optimized models, views and caching, added Signals for task_app
2025-03-29 18:55:46 +01:00
views.py
refactor: move generate_random_color() to serializer, apply only if no color provided, return userId on user creation
2025-03-31 20:18:30 +02:00