Commit Graph

7 Commits

Author SHA1 Message Date
56db405839 "Show Count" on ThingAdmin fixed 2026-01-06 00:39:19 +01:00
cd04a21157 Complete replacement of Thing types with tag system 2026-01-03 22:23:35 +01:00
11d2579c7e Things back in admin 2026-01-01 15:45:39 +01:00
a4f9274da4 Added arbitrary files and links to boxes 2026-01-01 14:50:07 +01:00
23ede15938 Ongoing development of "Things"
Some checks failed
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 2m52s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 25s
SonarQube Scan / SonarQube Trigger (push) Failing after 20s
2025-12-28 20:49:23 +01:00
ac6bd2f666 Things added, WIP
Some checks are pending
SonarQube Scan / SonarQube Trigger (push) Waiting to run
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/labhelper) (push) Successful in 7s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/labhelper-data-loader) (push) Successful in 7s
2025-12-28 20:20:57 +01:00
accefa2533 Initial commit: Django project with boxes app
- Set up Django 5.2.9 project structure
- Add boxes app with Box and BoxType models
- Box: alphanumeric ID (max 10 chars) with foreign key to BoxType
- BoxType: name and dimensions (width/height/length in mm)
- Configure admin interface for both models
- Add comprehensive test suite (14 tests)
2025-12-28 13:04:37 +01:00