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 |
|