Commit Graph

7 Commits

Author SHA1 Message Date
Disco DeDisco
0afc5ee8d7 defined Meta ordering of the Item() model in apps.dashboard.models; Item() also now returns a __str__ result; in .forms, defined a specific use-case of is_valid() method; a pair of new UTs in .tests.test_models help confirm str representation and list order of items; .test_forms now ensures the .is-invalid bootstrap class is tested as a css class attr; migrations run; full UT & FT suite back to passing state (tho a refactor of flimsy form customizations is desperately needed) 2026-01-24 13:00:12 -05:00
Disco DeDisco
6804d3aaae actually committed previously enumerated changes; the previous commit actually contained only the migrations reflecting these changes 2026-01-23 21:51:56 -05:00
Disco DeDisco
8a9f7c8af8 changed #id-list-table everywhere to #id_list_table; duplicate item validation in apps.dashboard.tests.test_models, where ListAndItemModelsTest has been broken out into two different test models 2026-01-23 21:50:49 -05:00
Disco DeDisco
fa5700d9e8 added Meta class to Item() model to test for duplicate item/list entries 2026-01-21 15:29:47 -05:00
Disco DeDisco
5af5ff55fa invoked get_absolute_url() on List model to achieve DRY urls in views 2026-01-19 19:25:04 -05:00
Disco DeDisco
8d23d9f2c2 not getting the same precise error message, but perhaps the intent is the same?; anyway, updated views & some FTs, base.html for more dynamic error handling (tho incomplete) 2026-01-19 16:35:00 -05:00
Disco DeDisco
d05d296f65 split apps.dashboard unittests into test_views & test_models 2026-01-14 13:56:21 -05:00