Conversation
De gedeelde progressGroup (Planning + Tabel) hangt nu ook aan de Rapport-tab: dezelfde twee knoppen, zelfde gedrag (export .xlsx vóór import, disabled zonder taken). Geen nieuwe i18n-sleutels.
Nozzit
commented
Sep 15, 2026
Nozzit
left a comment
Collaborator
Author
There was a problem hiding this comment.
Review
Oordeel: klein en correct; de gebruikersdocumentatie loopt achter. Eén functionele regel (progressGroup toegevoegd aan reportTab), de rest zijn commentaaraanpassingen. De gedeelde groepsspec wordt hergebruikt: geen duplicatie, geen nieuwe i18n-sleutels. CI is groen op alle drie de platformen.
Aan te passen vóór merge
- In-app gids niet bijgewerkt.
public/docs/nl/gids-voortgang-importeren.mdzegt op regel 35 en 76-77 nog "op het Planning- of Tabel-tabblad"; de Engelse gids op regel 33 en 75-76 hetzelfde. De PR-tekst noemt "comments bijgewerkt", maar dat betreft alleen de codecommentaren. CLAUDE.md vraagt bij een gebruikerszichtbare functie minimaal nl + en.
Ter overweging
- Pre-existente onnauwkeurigheid in dezelfde gids (niet door deze PR veroorzaakt): regel 76 (nl) / 75 (en) zegt dat de knop op Planning in de groep "Baselines & voortgang" staat, terwijl
progressGroupdaar een eigen groep "Voortgang" is (menu.json, sleutelribbon.progressGroup). Als de gids toch wordt aangeraakt, kan dit meteen mee. - Geen test voor de nieuwe plek (optioneel).
tests/browser/progress-import.spec.tsdekt alleen de knop op Planning. Omdat de spec gedeeld is, is het risico laag.
Generated by Claude Code
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.
De knoppen voortgangsblad exporteren (.xlsx) en voortgang importeren uit de Planning-tab staan nu ook op de Rapport-tab.
progressGroup(één bron, was twee callsites, nu drie) — geen duplicatie, geen nieuwe i18n-sleutelsVerificatie lokaal:
npm run typecheck(exit 0) ennpm run lint(exit 0), ook na rebase op origin/main. Volledige gate (npm run verify) loopt in CI.