This website requires JavaScript.
Explore
Help
Register
Sign In
discoman
/
python-tdd
Watch
1
Star
0
Fork
0
You've already forked python-tdd
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
18ba242647caad6f4694bc9bc14ea8fca9aa667a
python-tdd
/
src
/
apps
/
lyric
History
Disco DeDisco
74d1a43559
Some checks failed
ci/woodpecker/push/woodpecker
Pipeline failed
Details
#id_dash_applet_menu now outside #id_applets_container to avoid clipping, other issues (FTs passed locally, but not in headless CI pipeline); selenium now calls wait_for when looking for is_displayed on kit bag menu (hopefully another CI fix)
2026-03-15 01:46:11 -04:00
..
management
added superuser support in apps.lyric.admin & new manage.py cmd ensure_superuser; .tests.integrated.test_admin & .test_management_commands green
2026-02-22 20:42:33 -05:00
migrations
new model fields & migrations for apps.epic & apps.lyric; new FTs, ITs & UTs passing
2026-03-14 22:00:16 -04:00
templatetags
didn't actually add any new files connected to lyric.templatetags
2026-03-03 19:07:45 -05:00
tests
new model fields & migrations for apps.epic & apps.lyric; new FTs, ITs & UTs passing
2026-03-14 22:00:16 -04:00
__init__.py
started lyric app (in earnest this time); added bootstrap-classed navbar w. login form to base.html; tweaked apps.dashboard.tests.test_views to accomodate multiple forms on same page
2026-01-29 15:21:54 -05:00
admin.py
full passing test suite w. new stripe integration across multiple project nodes; new gameboard django app; stripe in test mode on staging
2026-03-09 01:07:16 -04:00
apps.py
custom user model that maintains id as pk
2026-01-30 15:04:47 -05:00
authentication.py
new apps/dashboard/wallet.html for stripe payment integration and user's consumables; nav added to _footer.html & also dynamic copyright year with django now Y template; new apps.dash.tests ITs & UTs reflect new wallet functionality in .urls & .views
2026-03-08 15:14:41 -04:00
models.py
#id_dash_applet_menu now outside #id_applets_container to avoid clipping, other issues (FTs passed locally, but not in headless CI pipeline); selenium now calls wait_for when looking for is_displayed on kit bag menu (hopefully another CI fix)
2026-03-15 01:46:11 -04:00
tasks.py
offloaded some apps.lyric.views responsibilities to new Celery depend fn in .tasks; core.celery created for celery config; CELERY_BROKER_URL added to .settings & throughout project; some lyric view IT responsibility now accordingly covered by task UT domain
2026-02-21 21:35:15 -05:00
urls.py
created new FT file at functional_tests.test_my_lists, where the first test model focuses on the integrity of cookie sessions; much of FT login/logout logic offloaded to helper functions in .base;logout django templating added to base.html
2026-02-01 20:06:01 -05:00
views.py
new apps/dashboard/wallet.html for stripe payment integration and user's consumables; nav added to _footer.html & also dynamic copyright year with django now Y template; new apps.dash.tests ITs & UTs reflect new wallet functionality in .urls & .views
2026-03-08 15:14:41 -04:00