594923e10f616ca6cc2f822237c27642565a59a1
Re-synced SeedColorVarieties from Kevin's merged GEN-3f frontend seed (colorVarietySeed.generated.json, 61 rows) — verified byte-identical (name + canonicalGenotype + order). Changes are all in the cchm colourpoint group: 'Siam (Marder-Hell)' -> 'Siam' (het cchmch), CP suffix names -> CP- prefix (CP-Agouti/CP-Silberagouti/CP-Algierfuchs/CP-Polarfuchs), new CP-Fuchs/CP-Fuchs-Hell/CP-Blaufuchs, Zobel-Hell kept (het); 12 zero- occurrence CP/dd siblings removed. Migration ReseedColorVarietiesGen3f: Up = 38 UpdateData (rename/remap IN PLACE on the same deterministic Id — references survive) + 12 DeleteData of the removed rows (0 occurrences in her data per Kevin; Gerbil.ColorVarietyId is ON DELETE SET NULL, and the live re-import re-matches Farbschlag BY NAME, so no orphan/hard-delete risk). No AddColumn. has-pending-model-changes clean. Updated the export test's seed-count threshold (>=70 -> >=60). Last of the import-side batch on this branch (band-aware Farbschlag + conflict-decisions + this re-seed) — ready for the single supervised re-extract + idempotent re-import. dotnet 121/121 + python 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%