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
abb6402f86ccd463fa3f4499a0681e5f7a9fa1b5
plumbing-dashy
/
backend
T
History
NPS Agent
abb6402f86
Added esc functionality to open windows, added 'n' keybind to create new tasks, fixed Accounts and settings page to allow for edits to be made as well as profile picture to be updated
2026-05-13 09:55:19 +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
Added esc functionality to open windows, added 'n' keybind to create new tasks, fixed Accounts and settings page to allow for edits to be made as well as profile picture to be updated
2026-05-13 09:55:19 +09:30
models.py
Changed it so that tasks can be dragged and reordered, as well as having tasks breathe to leave a space where the task will go when you let go
2026-05-12 12:31:44 +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
Added esc functionality to open windows, added 'n' keybind to create new tasks, fixed Accounts and settings page to allow for edits to be made as well as profile picture to be updated
2026-05-13 09:55:19 +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