Commit Graph

6 Commits

Author SHA1 Message Date
Disco DeDisco
08305532c2 bootstrap libraries added via cdn js & css script & link tags; some bootstrap styling added to base.html & list.html; unit tests updated to accomodate html parsing in assertContains() library fns (but n.b., not all unit tests have been updated to accomodate bootstrap attrs, so some still fail); all FTs currently passing from last commit 2026-01-03 20:05:41 -05:00
Disco DeDisco
8955d51474 other files inadvertently skipped in prev commit 2026-01-03 19:21:40 -05:00
Disco DeDisco
7425b14363 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
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
61c2c1bcb3 created apps/dashboard/list.html template (for now, mirrors home.html); changes ListViewTest() to DashViewTest() in apps.dashboard.tests; added new list template test to same; updated view_list() FBV in .views to accomodate this new template 2026-01-02 19:50:27 -05:00