Disco DeDisco
|
011fca41ef
|
updated NewVisitorTest() FT to instantiate StaticLiveServerTestCase instead, for containerization compatibility
|
2026-01-03 23:31:22 -05:00 |
|
Disco DeDisco
|
85f1db1bc3
|
set STATIC_ROOT in core.settings; disabled admin in same & .urls
|
2026-01-03 22:04:39 -05:00 |
|
Disco DeDisco
|
e3e753369f
|
added lxml & cssselect to req'ments; this allowed more precise targeting of html attrs in apps.dashboard.tests'
|
2026-01-03 21:12:28 -05:00 |
|
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
|
a393628ca2
|
refactor templates to use core/base.html, newly created; small accomodations to functional_tests for title and header block rendering
|
2026-01-03 19:20:41 -05:00 |
|
Disco DeDisco
|
779f46c5ba
|
commenced FTs for layout & styling
|
2026-01-03 18:35:58 -05:00 |
|
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
|
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
|
b09bec02dc
|
apps.dashboard.models, .tests & .views all handle new list creation when a new task item is added (but for now, undesirably, always a new list for each task item; made migrations accordingly
|
2026-01-02 22:19:08 -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
|
87e40d977c
|
deleted redundant assertions from apps.dashboard.tests; removed redundant table code from home.html now that list.html includes it; updated FTs to accomodate the title change to "Dashboard" in home.html
|
2026-01-02 20:01:23 -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 |
|
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
|
3081cd85b1
|
added new FT (not yet passing); changed list string syntax slightly
|
2026-01-01 21:42:52 -05:00 |
|
Disco DeDisco
|
4af36ca49c
|
refactored tests for less clunky explicit wait times
|
2026-01-01 17:52:19 -05:00 |
|
Disco DeDisco
|
8b3d82fff5
|
functional_tests.py -> functional_tests/tests.py; also initiated as django folder w. __init__.py, __pycache__/
|
2026-01-01 15:50:40 -05:00 |
|
Disco DeDisco
|
2615445b97
|
added forloop.counter to list table rows & fixed name attr to use underscore instead of hyphen in home.html (this latter inconsistency caused functional_tests to fail)
|
2025-12-31 14:54:23 -05:00 |
|
Disco DeDisco
|
c318a526fc
|
new and refined tests for dashboard app; home iterates list w. django templating; views refined for redirect after post request
|
2025-12-31 14:39:26 -05:00 |
|
Disco DeDisco
|
1950eaa12e
|
more robust home_page() FBV in apps.dashboard.views feat. individual item handling; .tests return OK given this new view
|
2025-12-31 00:47:17 -05:00 |
|
Disco DeDisco
|
e3fdc54ad4
|
+2 new migrations in apps.dashboard; added new Item() model to dashboard.models; added ItemModelTest() to .tests; cleaned up deadspace in functional_tests
|
2025-12-31 00:26:39 -05:00 |
|
Disco DeDisco
|
822dcd3a96
|
refactor to NewVisitorTest() model in functional_tests, incl. new helper method for DRY table & row assertion
|
2025-12-30 23:54:44 -05:00 |
|
Disco DeDisco
|
f6b73a17ea
|
NewVisitorTest() in functional_tests almost passes, but needs DRY refactor; pair of functions added to HomePageTest() in apps.dashboard.tests; home_page() FBV in .views streamlined using django templating; templating also applied & form w. csrf functionality added to to-do list in home.html
|
2025-12-30 23:47:25 -05:00 |
|
Disco DeDisco
|
1ddabe4448
|
changed _ naming convention in el ids to -; expanded home.html to include head w. title, body w. h1, input & table for testing purposes; functional_tests updated to accomodate above changes & for more specific error handling during tests
|
2025-12-30 22:19:42 -05:00 |
|
Disco DeDisco
|
b3dba69708
|
actual commit from last attempt, now incl. all new files
|
2025-12-30 22:06:06 -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
|
f267dd98ae
|
expanded NewVisitorTest() model in functional_tests to check if user can input a to-do item, which fails
|
2025-12-30 17:44:48 -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
|
d4c00424f5
|
added home_page() FBV to apps.lists.views; added HomePageTest() model to .tests; installed django-stubs & related dependencies
|
2025-12-30 16:15:55 -05:00 |
|
Disco DeDisco
|
b7d3535402
|
created apps.lists, w. deliberately failing unit test
|
2025-12-30 15:49:50 -05:00 |
|
Disco DeDisco
|
696814eb19
|
Expanded browser control in .functional_tests
|
2025-12-29 22:23:00 -05:00 |
|
Disco DeDisco
|
7285e1d229
|
init commit
|
2025-12-29 21:52:45 -05:00 |
|