a8d8ae0dfc319956e4485277b0cba8526e4eb4e6
god added a `correctDob` (DD.MM.YYYY) decisions field: the matched (name+dob) record is a DUPLICATE with a wrong birthdate → remap its DOB to correctDob so dedup MERGES it into the canonical same-named animal. apply_dob_remaps runs BEFORE dedup (it changes the dedup identity); tolerates a missing file; logged as "DOB-Remaps: N". First use: Chelsea *15.10.2021 → *02.04.2021 (merges into the canonical record). test_extract covers the remap + that both records then share one name+dob identity. Extractor-only. python + dotnet 121/121 green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
GerbilManager
GerbilManagerWebAPI/— ASP.NET Core backend (Swagger unter/swagger)gerbil-manager-web/— React-Frontend (Vite + TypeScript), siehegerbil-manager-web/README.md
Requirements
Install ef:
dotnet tool install --global dotnet-ef
Used cmd´s
Start containers
docker compose up
Create the initial database
dotnet ef database update
Create an migration script
dotnet ef migrations add
Docker
force compose rebuild
docker-compose build --no-cache
Frontend (gerbil-manager-web)
cd gerbil-manager-web npm install npm run dev
TODO:
- Backup docker volume database
- run "dotnet ef database update" if no database exist.
Description
Languages
C#
43%
TypeScript
34.5%
Python
18%
CSS
3.7%
Shell
0.5%
Other
0.1%