-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mijn-9575-feature varen service + thema pagina #1736
base: main
Are you sure you want to change the base?
Conversation
…g in decos service
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check! Paar dingetjes.
448b069
to
e464673
Compare
* Changed some texts, updated mockserver. No longer filter out on expiry date * Mijn-9980-bug geblokkeerde passen worden eruit gefiltert wut tf (#1725) * Fix test * Reset mocks?! * improve the test somewhat, making it less dependant on our filter * made test specific to filtering out a pass * Removed redundant snapshot * Refactored functions to be more readable and flexible * added types moved some stuff around * Add warning that you cannot reverse a block * Added expiry to filter, not yet working * Changed condition to only filter out expired passes that are expired on the default expiry date * Added deploy to test script * Text change according to MIJN-9995 * MIJN-9980-Chore - Add feature toggle * Replace isDateAfter with isAfter from imported library --------- Co-authored-by: Tim van Oostrom <[email protected]>
* Changed some texts, updated mockserver. No longer filter out on expiry date * Mijn-9980-bug geblokkeerde passen worden eruit gefiltert wut tf (#1725) * Fix test * Reset mocks?! * improve the test somewhat, making it less dependant on our filter * made test specific to filtering out a pass * Removed redundant snapshot * Refactored functions to be more readable and flexible * added types moved some stuff around * Add warning that you cannot reverse a block * Added expiry to filter, not yet working * Changed condition to only filter out expired passes that are expired on the default expiry date * Added deploy to test script * Text change according to MIJN-9995 * MIJN-9980-Chore - Add feature toggle * Replace isDateAfter with isAfter from imported library * Added featuretoggle to backedn --------- Co-authored-by: Tim van Oostrom <[email protected]>
…theffingen-niet-onder-de-juiste-kopjes-getoond (#1740) * Corrected condition * Aligned table columns * update snapshot * Add safety railing to script, if checkout fails it hard resets your own branch :)
…1744) * MIJN-10017-Feature - Better release flow * MIJN-10018-Bug - additional check for contactmomenten * MIJN-10017-Feature - better release pipeline (flow) * Add branch
* MIJN-10018-Bug - Only run if the tag was created on main * Specify real main * Add message job * Conditionally checkout repo * Remove condition, not allowed in this context * Change conditions * Change message
* Output the SourceBranch # Conflicts: # azure-release-pipeline.yaml * Change syntax * Different syntax
* Output the SourceBranch # Conflicts: # azure-release-pipeline.yaml # Conflicts: # azure-release-pipeline.yaml * Change syntax * Different syntax * Specify a stricter tag match * Remove conditions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ziet er goed uit, nog een ronde polishing en we kunnen mergen.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nog 2 puntjes, verder LGTM
{!!buttonItems && | ||
buttonItems.map(({ to, title }) => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Volgens mij kun je ook dit doen toch?
{!!buttonItems && | |
buttonItems.map(({ to, title }) => ( | |
{buttonItems?.map(({ to, title }) => ( |
title={title} | ||
zaken={varenVergunningen.filter(filter).sort(sort)} | ||
displayProps={displayProps} | ||
textNoContent={`U heeft geen ${title.toLowerCase()}`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deze kun je weglaten. De standaard text is hetzelfde.
Varen service en thema pagina eerste werkende versie