Disco DeDisco
|
07a76cb32d
|
added new template apps/dashboard/my_lists.html; all FTs passing green locally, tho half og .test_my_lists TODO'd out; test_login uses mock-patch architecture to avoid Mailgun and DigitalOcean magic login link testing restraints
|
2026-02-07 22:47:04 -05:00 |
|
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
|
49491e2497
|
new save FBVs, methods & test methods
|
2026-01-23 22:39:12 -05:00 |
|
Disco DeDisco
|
f27b9ffb52
|
apps.dashboard.views & .tests.test_views now take advantage of DUPLICATE_ITEM_ERROR & ExistingListItemForm() from .forms
|
2026-01-23 22:30:42 -05:00 |
|
Disco DeDisco
|
f841408488
|
custom save method implemented in ItemForm(); views & tests updated accordingly (all UTs & FTs passing)
|
2026-01-21 15:02:26 -05:00 |
|
Disco DeDisco
|
071a3d2532
|
apps.dashboard.forms now employed in all views; FT helpers in base.py updated to look for Django's default #id_text (instead of #id-text)
|
2026-01-21 14:41:25 -05:00 |
|
Disco DeDisco
|
1d96871d7b
|
emancipated hardcoded form views & html from base.html, apps.dashboard.views, apps.dashboard.tests.test_views; added get_item_input_box() helper method to functional_tests.base & retrofitted the other FTs to utilize it
|
2026-01-20 15:14:05 -05:00 |
|
Disco DeDisco
|
93cc6632c4
|
found-n-replaced all instances of name='item_text' w. ='text'
|
2026-01-19 22:33:21 -05:00 |
|
Disco DeDisco
|
5b1f28db4b
|
form code placeholders left commented-out in apps.dashboard.views; base.html somewhat retrofitted w. dynamic form views
|
2026-01-19 22:19:33 -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
|
91ede73e89
|
now enforcing model validation in list FBV; all UTs & FTs passing
|
2026-01-19 19:09:11 -05:00 |
|
Disco DeDisco
|
af3e20faef
|
apps.dashboard.views refactored to handle new item POST requests; add_item() FBV eliminated for newfound redundancy
|
2026-01-19 18:48:21 -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
|
4b137db317
|
manage.py changed to lf; FTs tweaked to accomodate WSL2 ansible deployment
|
2026-01-13 20:58:05 -05:00 |
|
Disco DeDisco
|
eb38722a53
|
ansible playbook commenced; deployment aimed at staging.earthmanrpg.me
|
2026-01-13 00:35:28 -05:00 |
|
Disco DeDisco
|
ab96364a24
|
move code into newly created ./src/ dir
|
2026-01-03 23:36:38 -05:00 |
|