This website requires JavaScript.
Explore
Help
Register
Sign In
discoman
/
python-tdd
Watch
1
Star
0
Fork
0
You've already forked python-tdd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8955d51474a5d17c806c5ff3e9f0ad0267ca6527
python-tdd
/
apps
/
dashboard
History
Disco DeDisco
a3ca56d606
created apps.dashboard.urls & offloaded many of the app-specific paths from core.urls here instead
2026-01-03 01:47:27 -05:00
..
migrations
apps.dashboard.models, .tests & .views all handle new list creation when a new task item is added (but for now, undesirably, always a new list for each task item; made migrations accordingly
2026-01-02 22:19:08 -05:00
__init__.py
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
admin.py
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
apps.py
actual commit from last attempt, now incl. all new files
2025-12-30 22:06:06 -05:00
models.py
apps.dashboard.models, .tests & .views all handle new list creation when a new task item is added (but for now, undesirably, always a new list for each task item; made migrations accordingly
2026-01-02 22:19:08 -05:00
tests.py
redefined & added arguments to existing FBVs in apps.dashboard.views; added new FBV to add to-do items to existing lists; added capture groups to some paths in .urls (tho these are now due for DRY refactor); django templating added to form action in templates/apps/dashboard/list.html; DashViewTest(), NewListTest() & NewItemTest() refactored for dynamic ids in .tests
2026-01-03 01:30:51 -05:00
urls.py
created apps.dashboard.urls & offloaded many of the app-specific paths from core.urls here instead
2026-01-03 01:47:27 -05:00
views.py
simplified vars & args in view_list() FBV in apps.dashboard.views; extended dynamic list handling to django templating in list.html
2026-01-03 01:36:37 -05:00