fix(validatie): bulk-seed is default in bootstrap (~1000 studenten)#60
Merged
fix(validatie): bulk-seed is default in bootstrap (~1000 studenten)#60
Conversation
Daisy werkt met ~1000 studenten als baseline. `bootstrap.sh` riep voorheen `seed.py` (3 studenten + 2 mentoren, dev-demo) standaard aan en `seed_bulk.py` zat achter een opt-in `--seed-bulk`-flag — precies omgekeerd van wat de werkpraktijk vraagt. - `bootstrap.sh`: default = `seed_bulk.py`. Vervangen `--seed-bulk` door `--seed-minimal` (opt-in 3+2 voor handmatige UI-tests). `--skip-seed` blijft beschikbaar. - `9_beheer.py` Bootstrap-tab: radio-keuze met "Bulk (default)", "Minimaal", "Geen" — bulk staat bovenaan en is initieel geselecteerd. - `9_beheer.py` Seed-tab: bulk-knop is `type="primary"` en boven; seed.py is secondair met expliciete "dev-demo" labeling. - CLAUDE.md werkt de commando-tabel en beheerpagina-uitleg bij. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Probleem
bootstrap.shen de beheerpagina gebruiktenseed.py(3 studenten + 2 mentoren, dev-demo) als default.seed_bulk.py(~1000 studenten over alle 5 instellingen, deterministisch met RNG=2026) zat achter een opt-in flag. Werkpraktijk is precies omgekeerd: 1000 studenten is de baseline.Wijzigingen
scripts/bootstrap.sh: default =seed_bulk.py.--seed-bulkflag vervangen door--seed-minimal(opt-in 3+2 voor handmatige UI-tests).--skip-seedblijft.app/pages/9_beheer.pyBootstrap-tab: radio i.p.v. drie checkboxes; "Bulk (~1000 studenten over alle OERs) — default" staat bovenaan en is initieel geselecteerd.app/pages/9_beheer.pySeed-tab: bulk-knop istype="primary"en boven;seed.py-knop secondair met expliciete "dev-demo" labeling.CLAUDE.md: commando-tabel en beheerpagina-uitleg bijgewerkt.Test plan
uv run python -m pytest(63/63 groen)uv run ruff check src/ app/ scripts/bash -n scripts/bootstrap.sh/beheer→ Bootstrap-tab → bevestig dat radio default op "Bulk" staat./scripts/bootstrap.sh --skip-syncop een dev-machine om te zien datseed_bulk.pydraait i.p.v.seed.py🤖 Generated with Claude Code