• Joined on 2026-02-02
admin pushed to main at CargoTrace/pad_scanner 2026-05-12 17:33:49 +08:00
62583510b2 docs: add CLAUDE.md with app installation rules
admin pushed to main at CargoTrace/pad_scanner 2026-05-12 17:15:45 +08:00
1417c8baf9 refactor: unify error feedback system with FeedbackService and StatusBar widget
admin pushed to master at admin/CargoTrace 2026-05-12 15:51:08 +08:00
49e19eec8d 🔧 chore: update submodules and gitignore
admin pushed to main at CargoTrace/fastAPI 2026-05-12 15:44:05 +08:00
25982b12bf feat: add one-to-one box mode with duplicate bind check
admin pushed to main at CargoTrace/pad_scanner 2026-05-12 15:42:58 +08:00
ac77294ecb feat: enhance boxing module with box mode support and fix Android build
admin pushed to main at CargoTrace/fastAPI 2026-05-12 12:34:04 +08:00
ee2b2f8f25 feat: add PostgreSQL database backend support
admin pushed to main at CargoTrace/fastAPI 2026-05-12 09:58:17 +08:00
4b8c502a91 chore: add settings.yaml template file
admin pushed to main at CargoTrace/fastAPI 2026-05-12 09:57:10 +08:00
b1e369e9f3 chore: remove settings.yaml from tracking and add to .gitignore
7305ad9ae6 refactor: migrate configuration from .env to YAML
fb759ebe33 docs: update README with YAML configuration instructions
b9e13105e1 chore: ignore local YAML config overrides
70cb6759ea refactor: remove old .env and config.py files
Compare 13 commits »
admin pushed to master at CargoTrace/fastAPI 2026-05-12 09:47:22 +08:00
fb759ebe33 docs: update README with YAML configuration instructions
b9e13105e1 chore: ignore local YAML config overrides
70cb6759ea refactor: remove old .env and config.py files
f94a18fee7 feat: add config error handling on startup
a6873ae2ee fix: resolve YAML config path relative to project root
Compare 6 commits »
admin created branch worktree-yaml-config-refactor in CargoTrace/fastAPI 2026-05-12 09:41:01 +08:00
admin pushed to worktree-yaml-config-refactor at CargoTrace/fastAPI 2026-05-12 09:41:01 +08:00
a6873ae2ee fix: resolve YAML config path relative to project root
8292de7747 refactor: update database.py to use new config module
Compare 2 commits »
admin created branch master in CargoTrace/fastAPI 2026-05-12 09:36:46 +08:00
admin pushed to master at CargoTrace/fastAPI 2026-05-12 09:36:46 +08:00
2f73dd07b5 test: add configuration loading tests
7478b7176f feat: add YAML configuration module with pydantic-yaml
33fee72e3f deps: add pydantic-yaml for YAML configuration support
71d261af26 docs: add YAML configuration implementation plan
01423ccccc docs: add YAML configuration design document
Compare 5 commits »
admin pushed to master at admin/CargoTrace 2026-05-11 20:48:11 +08:00
9cea5cfd4e chore: reorganize submodule structure into apps/services hierarchy
admin pushed to main at CargoTrace/pad_scanner 2026-05-11 20:43:16 +08:00
2937efdefd chore: ignore android/build directory
732befb2a0 merge: integrate boxing module from remote with sound/vibration feedback
230e6ee07a feat: add sound and vibration feedback for registration actions
28006f19a5 docs: add sound settings design document
Compare 4 commits »
admin pushed to main at CargoTrace/fastAPI 2026-05-11 18:04:27 +08:00
c370ca36bc feat: add boxing module API — GET /box/info and POST /box
admin pushed to main at CargoTrace/pad_scanner 2026-05-11 17:38:33 +08:00
5bae60cc82 feat: implement boxing module with three modes (one2one, one2many, many2one)
admin pushed to main at CargoTrace/pad_scanner 2026-05-11 16:24:30 +08:00
cdc64bf82f feat: replace SharedPreferences with file-based AppConfigService and add HomePage navigation
admin pushed to main at CargoTrace/fastAPI 2026-05-11 13:09:22 +08:00
6e0e9d9584 chore: add .claude/ to gitignore
admin pushed to main at CargoTrace/fastAPI 2026-05-11 13:08:11 +08:00
6b722323ec docs: add implementation plans for shelf registration and 409 fix