Commit Graph

8 Commits

Author SHA1 Message Date
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
Disco DeDisco
ada383c81a 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
Disco DeDisco
b4b2b43475 in apps.dashboard.tests & .urls, adding a new to-do item to the input field in either home.html or a blank-tabled list.html points to /apps/dashboard/newlist; in .views, home_page() FBV simplified to a mere html page render & new_list() FBV added that currently points to the global list 2026-01-02 21:50:37 -05:00
Disco DeDisco
47bf26ce49 plugged up some testing holes with explicit placeholder urls in views and unit tests; most tests now pass 2026-01-02 00:00:56 -05:00
Disco DeDisco
394d46c718 refactored homepage to incl. template structure in root dir; renamed lists app to dashboard & renamed paths in linked py files accordingly (e.g., apps.dashboard.apps, .views; core.settings) 2025-12-30 22:05:33 -05:00
Disco DeDisco
70392f3103 streamlined HomePageTest() test model; linked default index path to urlpatterns in core.urls 2025-12-30 17:22:22 -05:00
Disco DeDisco
b7d3535402 created apps.lists, w. deliberately failing unit test 2025-12-30 15:49:50 -05:00
Disco DeDisco
7285e1d229 init commit 2025-12-29 21:52:45 -05:00