This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Conversation
This file contains 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
* refactor(COR-1938): Make comments JSDoc compliant * refactor: reorder * refactor: reorder * feat(COR-1938): Set dateformat of first tick to include date
* feat(COR-1913): Extract tableColumnWidths to seperate file * feat(COR-1913): Swap behaviour table to new column width system * feat(COR-1913): Remove barrel file * refactor(COR-1913): Add width to end of variable names * feat(COR-1913): Add autumn 2022 shot coverage per age group to new columnWidths * feat(COR-1913): Add primary series coverage per age group to use columnWidths * feat(COR-1913): Add JSDoc to narrowtable
* feat(COR-1953/COR-1952): Added new metadata fields * feat(COR-1952/COR-1953): Added lokalize keys * feat(COR-1953): Added corrections for rioolwater NL and infectieradar pages (#5005) * feature/COR-1954-consolidate-metadata (#5007) * feat(COR-1954): Initial copy-paste merging * feat(COR-1954): Add JSDoc comments * feat(COR-1954): Fix empty source showing up * feat(COR-1954): Replace source with metadataItem * feat(COR-1954): Turn datelastinserted date into MetadataItem * feat(COR-1954): Consolidated metadataprops type into seperate type file * feat(COR-1954) Split up and combine into module * feat(COR-1954): Substitute clock on pageinfoblock with metadataitem * feature/COR-1953_non-archived-graphs-adjustments (#5008) * feat(COR-1953): Added corrections for rioolwater NL and infectieradar pages * feature(COR-1953): Adjustments for metadata and time-series-chart components * feature(COR-1953): Adjustments for rioolwater page * feature(COR-1953): Adjustments for NL variants page * feature(COR-1953): Adjustments for NL infectieradar page * feature(COR-1953): Adjustments for GM stertfe page * feature(COR-1953): Adjustments for GM positive tests page * feature(COR-1953): Adjustments for GM patienten-in-beeld page * feature(COR-1953): Adjustments for NL de-coronaprik page * feature(COR-1953): Adjustments for NL de-coronaprik component indentation * feature(COR-1953): Adjustments for NL infectieradar page components * feature(COR-1953): Adjustments for NL positive tests page * feature(COR-1953): Adjustments for NL besmettelijke-mensen page * feature(COR-1953): Adjustments for NL coronamelder page * feature(COR-1953): Adjustments for NL gedrag page * feature(COR-1953): Adjustments for NL gehandicaptenzorg page * feature(COR-1953): Adjustments for NL klachten-bij-huisartsen page * feature(COR-1953): Adjustments for NL kwetsbare-groepen-70-plussers page * feature(COR-1953): Adjustments for NL patienten-in-beeld page * feature(COR-1953): Adjustments for NL sterfte page * feature(COR-1953): Adjustments for NL thuiswonende-70-plussers page * feature(COR-1953): Adjustments for NL ziekenhuizen-in-beeld page * feature(COR-1953): Adjustments for NL ziekenhuizen-in-beeld page import order * feature(COR-1953): Fixed sewer branch last insertion date not displaying * feature(COR-1953): Attempt to sign commit * feature(COR-1953): Reverting change for commit signing test * feature(COR-1953): Fixed rioolwater pageinformationblock not displaying last update * feat(COR-1953): Rename timeInterval to timeframePeriod * Revert "feat(COR-1953): Rename timeInterval to timeframePeriod" This reverts commit 4c3b077. * feature(COR-1953): Renamed timeInterval/TimeInterval to timeframePeriod/TimeframePeriod --------- Co-authored-by: VWSCoronaDashboard29 <[email protected]> * feature/COR-1951_dropdown-options-selection-changes (#5010) * feature/COR-1938-update-format-intial-tick-date (#5003) * refactor(COR-1938): Make comments JSDoc compliant * refactor: reorder * refactor: reorder * feat(COR-1938): Set dateformat of first tick to include date * feature(COR-1951): Corrected time frame option values --------- Co-authored-by: Ben van Eekelen (work) <[email protected]> * feature/COR-1956_make-metadata-consistent (#5011) * feat(COR-1953): Added corrections for rioolwater NL and infectieradar pages * feature(COR-1953): Adjustments for metadata and time-series-chart components * feature(COR-1953): Adjustments for rioolwater page * feature(COR-1953): Adjustments for NL variants page * feature(COR-1953): Adjustments for NL infectieradar page * feature(COR-1953): Adjustments for GM stertfe page * feature(COR-1953): Adjustments for GM positive tests page * feature(COR-1953): Adjustments for GM patienten-in-beeld page * feature(COR-1953): Adjustments for NL de-coronaprik page * feature(COR-1953): Adjustments for NL de-coronaprik component indentation * feature(COR-1953): Adjustments for NL infectieradar page components * feature(COR-1953): Adjustments for NL positive tests page * feature(COR-1953): Adjustments for NL besmettelijke-mensen page * feature(COR-1953): Adjustments for NL coronamelder page * feature(COR-1953): Adjustments for NL gedrag page * feature(COR-1953): Adjustments for NL gehandicaptenzorg page * feature(COR-1953): Adjustments for NL klachten-bij-huisartsen page * feature(COR-1953): Adjustments for NL kwetsbare-groepen-70-plussers page * feature(COR-1953): Adjustments for NL patienten-in-beeld page * feature(COR-1953): Adjustments for NL sterfte page * feature(COR-1953): Adjustments for NL thuiswonende-70-plussers page * feature(COR-1953): Adjustments for NL ziekenhuizen-in-beeld page * feature(COR-1953): Adjustments for NL ziekenhuizen-in-beeld page import order * feature(COR-1953): Fixed sewer branch last insertion date not displaying * feature(COR-1953): Attempt to sign commit * feature(COR-1953): Reverting change for commit signing test * feature(COR-1953): Fixed rioolwater pageinformationblock not displaying last update * feat(COR-1953): Rename timeInterval to timeframePeriod * Revert "feat(COR-1953): Rename timeInterval to timeframePeriod" This reverts commit 4c3b077. * feature(COR-1953): Renamed timeInterval/TimeInterval to timeframePeriod/TimeframePeriod * feature(COR-1956): Adjusted KPI's and Choropleths to new metadata --------- Co-authored-by: VWSCoronaDashboard29 <[email protected]> * feature/COR-1952_archived-graphs-adjustments (#5009) * feature(COR-1952): Corrected archived graphs for NL variants page * feature(COR-1952): Corrected archived graphs for NL sterfte page * feature(COR-1952): Corrected archived graphs for NL kwetsbare-groepen-70-plussers page * feature(COR-1952): Corrected archived graphs for NL reproductiegetal page * feature(COR-1952): Corrected archived graphs for NL positieve-testen page * feature(COR-1952): Corrected archived graphs for NL gehandicaptenzorg page * feature(COR-1952): Corrected archived graphs for NL thuiswonende-70-plussers page * feature(COR-1952): Corrected archived graphs for NL coronamelder page * feature(COR-1952): Corrected archived graphs for GM positieve-testen page * feature(COR-1952): Corrected archived graphs for GM sterfte page * feature(COR-1952): Corrected archived graphs for GM patienten-in-beeld page * feature(COR-1952): Added missing metadata for patienten-in-beeld --------- Co-authored-by: Ben van Eekelen (work) <[email protected]>
…ption-selection (#5014) * fix(COR-1951): Fixed default date for infectieradar timeseries charts * feature(COR-1956): Removed obtainedAt and changed to dateOfInsertion * feature(COR-1956): Fixed issue with all metadata pointing to external link * feature(COR-1956): Adjusted archival status for all components * feature(COR-1956): Changed date_of_report to date_of_insertion_unix
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ben-van-eekelen
approved these changes
Mar 26, 2024
Final merge commit 😢 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary