This website requires JavaScript.
Explore
Help
Register
Sign In
Soren_Molty
/
plumbing-dashy
Watch
1
Star
0
Fork
0
You've already forked plumbing-dashy
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
84592b8b3be03df7a7bf9143e1b2c3ac8caeddc1
plumbing-dashy
/
backend
T
History
NPS Agent
84592b8b3b
Changed login screen to ask for username and password instead of displaying staff name
2026-05-12 11:21:09 +09:30
..
__pycache__
Initial commit -- just started to factor and implement python fast API backend
2026-05-11 12:48:35 +10:00
auth.py
Nginx now listens for path /api and redirects internally, changed BaseURL to use /api, AND patched security authentication issue for POST and GET requests to the uvicorn service
2026-05-12 09:22:59 +09:30
database.py
Initial commit -- just started to factor and implement python fast API backend
2026-05-11 12:48:35 +10:00
main.py
Changed login screen to ask for username and password instead of displaying staff name
2026-05-12 11:21:09 +09:30
models.py
Created ability for Admins to review deleted tasks and restore them if needed
2026-05-12 09:53:51 +09:30
requirements.txt
Initial commit -- just started to factor and implement python fast API backend
2026-05-11 12:48:35 +10:00
schemas.py
Created ability for Admins to review deleted tasks and restore them if needed
2026-05-12 09:53:51 +09:30
seed.py
Fixed react refresh bug and fixed white background when clicking on task which was a TASK_AUDIT hangover from react local storagedb now pointing too python fastapi
2026-05-11 14:04:13 +09:30