From 1c315be8e8a58c0f088ac05dc57da56da132542b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 Dec 2023 23:55:09 +0000 Subject: [PATCH] chore: autopublish 2023-12-12T23:55:09Z --- website/data/app_releases.json | 602 +++++++++++----------- website/data/apphub.json | 914 ++++++++++++++++----------------- 2 files changed, 758 insertions(+), 758 deletions(-) diff --git a/website/data/app_releases.json b/website/data/app_releases.json index 6da6076c..6177d25b 100644 --- a/website/data/app_releases.json +++ b/website/data/app_releases.json @@ -52,8 +52,8 @@ }, "v100.2.19": { "Bug Fixes": [ - "correct logic", - "support core and custom app management when app hub is not available [DHIS2-13112] (#485)" + "support core and custom app management when app hub is not available [DHIS2-13112] (#485)", + "correct logic" ] }, "v100.2.18": { @@ -171,8 +171,8 @@ }, "v100.1.9": { "Bug Fixes": [ - "design, color, spacing adjustments", - "design adjustments [UX-132]" + "design adjustments [UX-132]", + "design, color, spacing adjustments" ], "Testing": [ "fix test regression by adjusting error message" @@ -240,8 +240,8 @@ "[TECH-887] improve rules engine unit test coverage (#3462)" ], "Bug Fixes": [ - "[DHIS2-15694] Cancel button in Relationship (#3471)", - "[DHIS2-15983] Enrollment date not assigned on form init (#3475)" + "[DHIS2-15983] Enrollment date not assigned on form init (#3475)", + "[DHIS2-15694] Cancel button in Relationship (#3471)" ] }, "v100.47.0": { @@ -390,8 +390,8 @@ "dashboard-app": { "v100.0.4": { "Bug Fixes": [ - "merge translations from past 3 weeks", - "translations: sync translations from transifex (dev)" + "translations: sync translations from transifex (dev)", + "merge translations from past 3 weeks" ] }, "v100.0.3": { @@ -429,14 +429,14 @@ }, "v100.0.8": { "Bug Fixes": [ - "update v39 fixtures", "add scroll on workflow selector [DHIS2-15415]", - "translations: sync translations from transifex (master)", - "prevent failing jest test", "update v38 fixtures", "update jest mock [DHIS2-15415]", - "remove v37 e2e", - "add scroll for workflows [DHIS2-15415]" + "update v39 fixtures", + "translations: sync translations from transifex (master)", + "prevent failing jest test", + "add scroll for workflows [DHIS2-15415]", + "remove v37 e2e" ] }, "v100.0.7": { @@ -489,8 +489,8 @@ "v100.3.5": { "Testing": [ "use org variables + add RP attributes", - "publish jest test results to reportportal (#352)", - "fix ci" + "fix ci", + "publish jest test results to reportportal (#352)" ], "Bug Fixes": [ "optimistically update lastUpdatedBy on complete [TECH-1440] (#320)" @@ -503,11 +503,11 @@ }, "v100.3.3": { "Testing": [ - "debug merging launches", + "update API_KEY name and merge parallel launches", "use import instead of require", - "publish cypress test results to reportportal (#349)", "cleaning PR", - "update API_KEY name and merge parallel launches" + "publish cypress test results to reportportal (#349)", + "debug merging launches" ], "Bug Fixes": [ "handle non-standard server time zone ids [DHIS2-15511] (#344)" @@ -522,30 +522,30 @@ "Testing": [ "metadata selectors: add jest tests for all untested selectors", "use delete data value mutation: cover with tests", - "cartesian: cover with tests (DHIS2-14386)", - "use upload file data value mutation: cover with tests", - "use imperative validate: cover request failure", - "use set data value mutation: cover with tests", "use update limits: cover with tests", - "use delete limits: cover with tests", - "cover remaining metadata selectors", - "use imperative validate: cover response transformation", - "cover hooks in data-value-mutations.js (#314)", - "cover & cartesian", + "use imperative validate: cover request failure", "cover useImperativeValidate with tests (#321)", + "use upload file data value mutation: cover with tests", "category combo table body: cover with tests", + "cartesian: cover with tests (DHIS2-14386)", + "cover hooks in data-value-mutations.js (#314)", + "use delete limits: cover with tests", "use set form completion mutation: cover with tests", - "use imperative validate: use real query keys instead of mocked ones" + "use set data value mutation: cover with tests", + "use imperative validate: cover response transformation", + "use imperative validate: use real query keys instead of mocked ones", + "cover remaining metadata selectors", + "cover & cartesian" ], "Bug Fixes": [ + "include attribute options in completion post [DHIS2-15032] (#311)", + "translations: sync translations from transifex (development)", + "cartesian: return empty array when no vectors provided", "use FetchError class from app-runtime [DHIS2-15085] (#316)", - "lock forms when organisation unit is closed [BETA-25] (#317)", "rollback failed complete [DHIS2-15033] (#312)", "use set form completion mutation: handle optimistic update errors correctly", - "cartesian: return empty array when no vectors provided", - "translations: sync translations from transifex (development)", - "cover useSetFormCompletionMutation with tests (#315)", - "include attribute options in completion post [DHIS2-15032] (#311)" + "lock forms when organisation unit is closed [BETA-25] (#317)", + "cover useSetFormCompletionMutation with tests (#315)" ], "Features": [ "merge development into master" @@ -553,34 +553,34 @@ }, "v100.3.0": { "Features": [ - "form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] (#300)", - "lock-status: add expiry to footer bar", "nice UI", + "lock-status: add expiry to footer bar", + "form expiry info and data input periods [DHIS2-14600] [DHIS2-14218] (#300)", "lock-status: check lockDate (wip)" ], "Bug Fixes": [ - "error when no period is selected", - "use relative time with absolute time in tooltip", - "adjust for different time locales", - "expiry date calculation", - "include username in string for i18n", - "handle undefined data set", "remove conditional chaining", - "only update status from backend once", - "use set form completion mutation: handle optimistic update errors correctly", - "use suggested text", + "adjust for different time locales", + "use relative time with absolute time in tooltip", + "error when no period is selected", "align inputPeriod check with backend [DHIS2-14218]", + "use set form completion mutation: handle optimistic update errors correctly", "don't show expiration if excepted by user authorities", - "cover useSetFormCompletionMutation with tests (#315)" + "handle undefined data set", + "include username in string for i18n", + "expiry date calculation", + "cover useSetFormCompletionMutation with tests (#315)", + "use suggested text", + "only update status from backend once" ], "Testing": [ "use delete data value mutation: cover with tests", - "use upload file data value mutation: cover with tests", - "use delete limits: cover with tests", "use update limits: cover with tests", - "use set data value mutation: cover with tests", + "use upload file data value mutation: cover with tests", "cover hooks in data-value-mutations.js (#314)", - "use set form completion mutation: cover with tests" + "use delete limits: cover with tests", + "use set form completion mutation: cover with tests", + "use set data value mutation: cover with tests" ] }, "v100.2.4": { @@ -605,63 +605,63 @@ }, "v100.2.0": { "Bug Fixes": [ - "deps: update tanstack-query monorepo to v4.20.2", - "deps: update tanstack-query monorepo to v4.24.6", - "optionSet: sort selected options", - "multi-select: update max-width", - "minor cleanup", - "deps: update tanstack-query monorepo to v4.18.0", + "deps: update dependency react-chartjs-2 to v4.3.1", + "highlighted field store: correct wrong initial state", + "clean up audit styling [TECH-1469] [TECH-1470] (#237)", + "data value store: return boolean from isComplete selector", + "translations: sync translations from transifex (development)", + "implement PR feedback by @tomzemp from 2023-03-04", "option-set: remove unnecessary sort", - "deps: update dependency react-router-dom to v5.3.4", - "deps: update dependency classnames to v2.3.2", + "remove unnecessary overflow", + "options-sort: fix undefined check", + "deps: update tanstack-query monorepo to v4.23.0", + "deps: update tanstack-query monorepo to v4.24.6", + "deps: update tanstack-query monorepo to v4.20.4", + "deps: update dependency query-string to v7.1.2", + "metadata and user info error handling (#294)", "optionset: re-add input spread to button", + "deps: update tanstack-query monorepo to v4.24.10", + "deps: update dependency react-router-dom to v5.3.4", "deps: update dependency chart.js to v3.9.1", - "clear selections with only dataset [DHIS2-14039] (#243)", - "print: fix print-styles for selects", - "ensure biweeks allow entry over entire year [TECH-1308] (#242)", - "use multi-calendar-dates to address periods that don't start on Jan 1st", - "translations: sync translations from transifex (development)", - "deps: update dependency idb-keyval to v6.2.0", - "metadata and user info error handling (#294)", - "deps: update dependency query-string to v7.1.2", - "deps: update tanstack-query monorepo to v4.20.4", - "deps: update dependency reselect to v4.1.7", - "deps: bump platform and runtime deps [TECH-1462] (#236)", - "deps: update dependency re-reselect to v4.0.1", "total-cell: clear total value when printing empty form (#298)", - "deps: update dependency query-string to v7.1.3", - "adjust disabled org unit style", - "handle remove periods calculation for end-of-month [DHIS2-14007] (#238)", - "deps: update tanstack-query monorepo to v4.24.4", - "options-sort: fix undefined check", - "deps: update dependency zustand to v4.1.4", - "data value store: return boolean from isComplete selector", - "clean up audit styling [TECH-1469] [TECH-1470] (#237)", + "deps: update dependency final-form to v4.20.9", + "deps: update dependency re-reselect to v4.0.1", + "deps: bump platform and runtime deps [TECH-1462] (#236)", + "deps: update tanstack-query monorepo to v4.16.1", "deps: update tanstack-query monorepo to v4.19.1", + "deps: update dependency reselect to v4.1.7", + "deps: update tanstack-query monorepo to v4.17.1", "deps: update dependency zustand to v4.1.5", - "update ui version", + "deps: update tanstack-query monorepo to v4.19.0", "address period issues that occurred after new year 2022/2023", - "implement PR feedback by @tomzemp from 2023-03-02", - "deps: update dependency react-chartjs-2 to v4.3.1", - "data value store: set correct default when data value set falsy", - "highlighted field store: correct wrong initial state", - "option-set: fix clear button", - "data-test attribute and linting errors", + "adjust disabled org unit style", "use periods: reverse order & add first/last periods of next/prev year if in current year", - "deps: update tanstack-query monorepo to v4.16.1", - "deps: update tanstack-query monorepo to v4.17.1", - "deps: update tanstack-query monorepo to v4.23.0", + "clear selections with only dataset [DHIS2-14039] (#243)", + "deps: update dependency html-react-parser to v1.4.14", + "deps: update dependency query-string to v7.1.3", "deps: update dependency @tanstack/react-query-devtools to v4.24.13", - "deps: update tanstack-query monorepo to v4.19.0", + "deps: update tanstack-query monorepo to v4.18.0", + "data-test attribute and linting errors", + "multi-select: update max-width", + "use periods: check if lastPeriodOfPrevYear exists", + "optionSet: sort selected options", + "ensure biweeks allow entry over entire year [TECH-1308] (#242)", + "update ui version", + "deps: update dependency zustand to v4.1.4", + "implement PR feedback by @tomzemp from 2023-03-02", + "data value store: set correct default when data value set falsy", "metadata error handling", - "deps: update tanstack-query monorepo to v4.24.9", - "deps: update tanstack-query monorepo to v4.24.10", - "remove unnecessary overflow", - "deps: update dependency final-form to v4.20.9", + "deps: update tanstack-query monorepo to v4.20.2", + "option-set: fix clear button", + "handle remove periods calculation for end-of-month [DHIS2-14007] (#238)", + "minor cleanup", + "use multi-calendar-dates to address periods that don't start on Jan 1st", + "deps: update dependency classnames to v2.3.2", "deps: update dependency @tanstack/react-query-devtools to v4.24.14", - "use periods: check if lastPeriodOfPrevYear exists", - "implement PR feedback by @tomzemp from 2023-03-04", - "deps: update dependency html-react-parser to v1.4.14" + "print: fix print-styles for selects", + "deps: update dependency idb-keyval to v6.2.0", + "deps: update tanstack-query monorepo to v4.24.4", + "deps: update tanstack-query monorepo to v4.24.9" ], "Features": [ "zustand: create wrapper", @@ -671,13 +671,13 @@ "Testing": [ "entry form store: cover with tests", "highlighted field store: cover with tests", - "data value store: cover with test & establish testing pattern", "sync errors store: cover with tests", - "unsaved data store: cover with tests", + "data value store: cover with test & establish testing pattern", "get cell id: cover with tests", + "cover stores with tests (and fix some minor issues)", "validation store: cover with tests", "data value store: cover store with tests", - "cover stores with tests (and fix some minor issues)" + "unsaved data store: cover with tests" ] }, "v100.1.2": { @@ -687,131 +687,131 @@ }, "v100.1.1": { "Bug Fixes": [ - "translations: sync translations from transifex (development)", - "update periods height [DHIS2-14006]" + "update periods height [DHIS2-14006]", + "translations: sync translations from transifex (development)" ] }, "v100.1.0": { "Bug Fixes": [ - "tooltip: fix tooltip flickering", - "address pr comments", - "translations: sync translations from transifex (development)", - "handle inconsistent formats from api for orgUnits [DHIS2-13888] (#210)", - "use-value-store: add optional-chaining for safety", - "init lastSyncedValue, fix file-field", - "remove custom styles for data details button", "dates: use server time when appropriate", - "deps: update dependency @dhis2/app-runtime to v3.5.0 (#224)", - "clear highlight when field is umounted", - "use prefetched units when user org unit is not the highest level", - "use retry to pause mutations", - "getCellId", - "bottom-bar: add failed to save summary", - "always apply long delay when showing/hiding", + "remove defaultOnSuccess for queries", + "move handlerHeaderBarStatus to dataworkspace due to re-render issues", "try to use cjs import fetcherror", - "ensure offline units are fetched correctly for users deep in the hierarchy (#226)", - "use highlightedfieldstore", + "use date limit: prevent recomputing on every re-render", + "resolveAlertProps", "inner-wrapper: properly clear error if last-synced", + "deps: update deps", + "allow the webapi to return a single object instead of wrapped array", "headerbar: use smarter delay for headerbar-status", + "deps: update dependency @dhis2/ui to v8.5.3 (#225)", + "tooltip: fix tooltip flickering", "ensure deepest level is never lower than root level", - "contextual-help: add help-legend for sync-errors", - "use a stable date string instead of an instable date instance (#201)", - "ensure we use a local date string", + "cleanup on umount only", + "remove 403 as temporal error", "add missing error-summary file", - "use selector to get coc", - "data-workspace: show loader if in flight, regardless of cached data", - "handle network-error alert", - "onlineManager: make sure to go online when navigator goes online", - "review", - "deps: update dependency @dhis2/ui to v8.5.3 (#225)", - "manage unsaved limits when moving cells", - "clear sync-status when value changes (#182)", - "fix breaking tests around side bar, basic info and follow up button", - "rerun validation on main bar button click", - "or between shortcuts [DHIS2-13955]", + "translations: sync translations from transifex (development)", "allow for unit paths starting at the real root instead of user root (#197)", + "onlineManager: make sure to go online when navigator goes online", + "deps: update dependency @dhis2/app-runtime to v3.5.0 (#224)", + "update useHighlightedField", + "fix disabled cell styling [TECH-1466] (#234)", "offline-error-types, show alertbar once", - "refactor validation-tooltip to child of wrapper", - "error-summary: count errors in selection", - "use zustand store for highlighted-field", - "manage unsaved comments when moving cells", + "dates: ensure that server or client time is used when appropriate", + "use prefetched units when user org unit is not the highest level", + "data-workspace: show loader if in flight, regardless of cached data", + "set highlighted field null", + "add missing files", + "deps: pin dependencies", + "use a stable date string instead of an instable date instance (#201)", + "update variable name [TECH-1465] (#231)", + "always apply long delay when showing/hiding", + "bottom-bar: add failed to save summary", + "init lastSyncedValue, fix file-field", "shouldRollbackError", - "basic information: display client date in tooltip", - "print styles [TECH-1312] (#217)", - "cleanup on umount only", - "move handlerHeaderBarStatus to dataworkspace due to re-render issues", + "review", + "file-input: reset lastSyncedValue", "manage unsaved comments and limits when moving cells", - "deps: update deps", - "error-details optional chaining", - "make bottom bar buttons small [DHIS2-13956]", + "remove custom styles for data details button", + "import locales so app has access to them (#207)", + "minor cleanup", + "audit history: update processing, clean up [TECH-1281] (#131)", + "refactor validation-tooltip to child of wrapper", + "handle invalid parameters in URL [TECH-1382] [TECH-1384] (#208)", + "copy FetchError from data-service", "stop tooltip flickering [DHIS2-13954]", - "update variable name [TECH-1465] (#231)", + "fix temporal error handling", + "use highlightedfieldstore", + "reset error when pristine", + "data-value-set: disable when mutating", + "set networkmode offlineFirst", + "always retry offline-trigger errors", + "remove unnecessary clear highlightedfield", + "make useDataValueParams and useApiAttributeParams stable", + "error-summary: count errors in selection", + "handle inconsistent formats from api for orgUnits [DHIS2-13888] (#210)", + "update Add limits styling [DHIS2-13958]", + "fix breaking tests around side bar, basic info and follow up button", + "persist: persist mutations that are network-errors", + "misc cleanup", + "handle network-error alert", + "rerun validation on main bar button click", + "ensure we use a local date string", + "error-details optional chaining", + "address pr comments", "filter-field: do not reset highlighted when focused", - "errors-store: add getNumberOfErrors", - "validation button: disable validation run when offline [TECH-1377] (#178)", + "use retry to pause mutations", + "global filter field size (#221)", + "adjust synced cell style (#199)", "error-summary: use yellow800 for icon color", - "handle temporal mutation errors (#206)", - "use date limit: prevent recomputing on every re-render", - "remove unnecessary clear highlightedfield", - "fix temporal error handling", - "tooltip: show all errors in tooltip", + "getCellId", + "filter-field: hide clear-button when no filter (#222)", + "section-filter: do not reset highlighted on focus", "option-set input lastSyncedValue", - "dates: ensure that server or client time is used when appropriate", + "ensure offline units are fetched correctly for users deep in the hierarchy (#226)", + "tooltip: show all errors in tooltip", + "manage unsaved comments when moving cells", "entry-field: cleanup highlighted-field properly", - "data-value-set: disable when mutating", - "minor cleanup", - "set highlighted field null", - "fix some crashes", - "handle invalid parameters in URL [TECH-1382] [TECH-1384] (#208)", - "adjust client time to server timezone when computing date ranges (#165)", - "global filter field size (#221)", - "update useHighlightedField", "preserve input-component format", - "remove defaultOnSuccess for queries", - "import locales so app has access to them (#207)", - "section-filter: do not reset highlighted on focus", - "allow the webapi to return a single object instead of wrapped array", - "persist: persist mutations that are network-errors", - "update Add limits styling [DHIS2-13958]", - "onlineStatus: sync header-bar status to onlineManager status", - "true-only checkbox lastSynced comparison", - "add missing files", - "make useDataValueParams and useApiAttributeParams stable", - "fix disabled cell styling [TECH-1466] (#234)", - "deps: pin dependencies", - "filter-field: hide clear-button when no filter (#222)", - "copy FetchError from data-service", "highlighted fields performance (#155)", - "reset error when pristine", - "adjust synced cell style (#199)", - "audit history: update processing, clean up [TECH-1281] (#131)", - "resolveAlertProps", - "remove 403 as temporal error", - "file-input: reset lastSyncedValue", - "set networkmode offlineFirst", - "misc cleanup", - "always retry offline-trigger errors" + "use-value-store: add optional-chaining for safety", + "or between shortcuts [DHIS2-13955]", + "clear highlight when field is umounted", + "errors-store: add getNumberOfErrors", + "true-only checkbox lastSynced comparison", + "handle temporal mutation errors (#206)", + "adjust client time to server timezone when computing date ranges (#165)", + "basic information: display client date in tooltip", + "validation button: disable validation run when offline [TECH-1377] (#178)", + "make bottom bar buttons small [DHIS2-13956]", + "contextual-help: add help-legend for sync-errors", + "use selector to get coc", + "use zustand store for highlighted-field", + "manage unsaved limits when moving cells", + "onlineStatus: sync header-bar status to onlineManager status", + "fix some crashes", + "print styles [TECH-1312] (#217)", + "clear sync-status when value changes (#182)" ], "Testing": [ - "add authority tests to comment and limit tests", "fix test description", - "move query-key test", - "add test to getPreFetchedChildren", + "add authority tests to comment and limit tests", + "fix tests", "update tests", - "fix tests" + "add test to getPreFetchedChildren", + "move query-key test" ], "Features": [ - "sync-errors: add sync-errors store", + "sync-error: add sync error to field", "headerbar: integrate offline-status-message", + "get current date: set milliseconds to 0", "respect F_DATAVALUE_ADD user authority", - "client server date: add DRY utils", "error-indicator: add error indicator", - "sync-error: add sync error to field", - "sync error handling (#218)", + "notify user about failures of critical requests", + "sync-errors: add sync-errors store", + "client server date: add DRY utils", "headerbar: integrate offline-status message (#233)", "custom forms: notify user about pre-fetching failure", - "notify user about failures of critical requests", - "get current date: set milliseconds to 0" + "sync error handling (#218)" ] } }, @@ -868,9 +868,9 @@ }, "v100.0.2": { "Bug Fixes": [ - "always use outputIdScheme=UID [DHIS2-14061]", + "always use outputIdScheme=UID for data preview [DHIS2-14061]", "updated cypress fixtures [DHIS2-14061]", - "always use outputIdScheme=UID for data preview [DHIS2-14061]" + "always use outputIdScheme=UID [DHIS2-14061]" ] }, "v100.0.1": { @@ -882,9 +882,9 @@ "data-visualizer-app": { "v100.3.1": { "Bug Fixes": [ - "legend sets fail to load in table with data dimension in the row (DHIS2-12830) (#2753)", + "color set update (DHIS2-16108) (#2906)", "v100.3.1", - "color set update (DHIS2-16108) (#2906)" + "legend sets fail to load in table with data dimension in the row (DHIS2-12830) (#2753)" ] }, "v100.3.0": { @@ -893,14 +893,14 @@ ], "Bug Fixes": [ "prevent state update when modal is closing", + "allow closing the interpretations modal when accessed via URL (DHIS2-15721) (#2748)", + "visualization deleted when saving it after copy DHIS2-15722 (#2778)", "limit max value shifts to min value fields in PT (DHIS2-10235) (#2756)", "change legend type description to fit SV (DHIS2-15120) (#2757)", - "translations: sync translations from transifex (dev)", - "allow closing the interpretations modal when accessed via URL (DHIS2-15721) (#2748)", - "only update interpretations list when in DOM", "disable Save when vis not in unsaved/dirty state DHIS2-15373 (#2758)", - "visualization deleted when saving it after copy DHIS2-15722 (#2778)", - "translate dimension labels in PT DHIS2-15750 (#2783)" + "translations: sync translations from transifex (dev)", + "translate dimension labels in PT DHIS2-15750 (#2783)", + "only update interpretations list when in DOM" ], "Features": [ "deps: bump analytics to latest to benefit from fixes and features (#2886)", @@ -909,51 +909,51 @@ }, "v100.2.0": { "Features": [ - "use hover menu components from analytics for options menu", + "use Toolbar and ToolbarSidebar from analytics (#2358)", "use UpdateButton and HoverMenubar from analytics", + "use interpretations button from analytics", "update download menu to use hovermenu components from analytics", - "use Toolbar and ToolbarSidebar from analytics (#2358)", "100.2.0 (#2741)", - "use interpretations button from analytics" + "use hover menu components from analytics for options menu" ], "Testing": [ - "more tests for custom calculations (DHIS2-13871) (#2287)", - "prevent test names from being dynamic (#2576)", + "comment out icon tests for currently unsupported types", "rename AO-title to titlebar (DHIS2-15063) (#2435)", + "prevent test names from being dynamic (#2576)", + "more tests for custom calculations (DHIS2-13871) (#2287)", "add Cypress tests for SV icon (DHIS2-10496) (#2372)", "extend timeout after delete has been triggered (#2499)", - "comment out icon tests for currently unsupported types", "skip legend test while data element icons are unsupported" ], "Bug Fixes": [ - "adjust data test name", - "tweak viz type selector styles to match toolbar", + "observe size changes for legend positioning", "remove divider from plain data source submenu", - "translations: sync translations from transifex (dev)", - "adjust closeFileMenuWithClick command", "adjust e2e element slectors", + "adjust closeFileMenuWithClick command", + "translations: sync translations from transifex (dev)", "inject style in props passed to VisualizationPlugin (DHIS2-15126) (#2322)", - "observe size changes for legend positioning", - "ensure `MenuSectionHeader` is `dense` when in `HoverMenuBar`" + "adjust data test name", + "ensure `MenuSectionHeader` is `dense` when in `HoverMenuBar`", + "tweak viz type selector styles to match toolbar" ] }, "v100.1.4": { "Testing": [ - "prevent items in transfer from being stale when filtering (#2321)", - "extend timeout for loading visualizations (#2368)" + "extend timeout for loading visualizations (#2368)", + "prevent items in transfer from being stale when filtering (#2321)" ], "Bug Fixes": [ - "translations: sync translations from transifex (dev)", - "image paths and apply d2 style" + "image paths and apply d2 style", + "translations: sync translations from transifex (dev)" ] }, "v100.1.3": { "Bug Fixes": [ + "v100.1.1", "deps: platform deps for login redirect [DHIS2-15319] (#2300)", "bump cli-app-scripts to 10.3.8 for LIBS-499 fix (#2285)", - "single value size and position issues (analytics@25.1.10) (#2359)", - "v100.1.1", - "case E7113 throws same msg as E7114 (#2278)" + "case E7113 throws same msg as E7114 (#2278)", + "single value size and position issues (analytics@25.1.10) (#2359)" ] }, "v100.1.2": { @@ -968,33 +968,33 @@ }, "v100.1.0": { "Features": [ - "custom calculations (DHIS2-13871) (#2232)", - "100.1.0 (#2286)", "implement data icon option for SV visualization (DHIS2-10496) (#2236)", "support non-gregorian fixed periods (#2233)", + "plugin: send installation status [DHIS2-15097] (#2273)", + "custom calculations (DHIS2-13871) (#2232)", "single value background color change based upon legend (DHIS2-13702) (#2223)", - "plugin: send installation status [DHIS2-15097] (#2273)" + "100.1.0 (#2286)" ], "Testing": [ - "fix test failing due to change in single value behaviour", - "add extended timeout for file open modal (#2284)" + "add extended timeout for file open modal (#2284)", + "fix test failing due to change in single value behaviour" ], "Bug Fixes": [ - "deps: bump cli-app-scripts for precaching improvement", "remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)", - "do not pass a boolean for icons when saving", - "inject CSS UI variables in plugin (#2270)", - "dependency updates (#2243)", - "update cli-app-scripts and analytics (#2247)", - "hide icon from visualization when option is toggled", "target window.parent for postRobot communication (#2256)", "remove old i18n initialisation (#2241)", + "hide icon from visualization when option is toggled", "set height on chart container when not defined (#2246) (#2250)", "plugin sends installation status (#2277)", + "fetch data element icon and pass it in extraOptions", + "dependency updates (#2243)", + "update cli-app-scripts and analytics (#2247)", "update cli-app-scripts and analytics deps", - "nightly workflow has to run on default branch which is currently dev (#2269)", + "do not pass a boolean for icons when saving", + "deps: bump cli-app-scripts for precaching improvement", "translations: sync translations from transifex (master) (#2192)", - "fetch data element icon and pass it in extraOptions" + "inject CSS UI variables in plugin (#2270)", + "nightly workflow has to run on default branch which is currently dev (#2269)" ] }, "v100.0.3": { @@ -1047,13 +1047,13 @@ "add tooltip to undefined cells", "remove background color for undefined cell", "change background image for undefined cell", - "return empty value for undefined boolean cells", - "update color according to spec change" + "update color according to spec change", + "return empty value for undefined boolean cells" ], "Testing": [ - "change test cell to match test.e2e data", + "add tests for undefined values", "change tooltip label", - "add tests for undefined values" + "change test cell to match test.e2e data" ] }, "v100.10.6": { @@ -1063,13 +1063,13 @@ }, "v100.10.5": { "Bug Fixes": [ - "handle options with non-unique codes across optionsets (DHIS2-15771) (#426)", + "store metadata for option set options on load (DHIS2-16181)", "replace id with uid after backend adjusted the response", - "update optionSet options metadata on selection in the modal", "lookup option set options labels correctly DHIS2-15771", - "fix plain download with name", "fix name for option set options shown in chip tooltip (DHIS2-16181)", - "store metadata for option set options on load (DHIS2-16181)" + "handle options with non-unique codes across optionsets (DHIS2-15771) (#426)", + "fix plain download with name", + "update optionSet options metadata on selection in the modal" ], "Testing": [ "add test for option set options label", @@ -1083,13 +1083,13 @@ }, "v100.10.3": { "Bug Fixes": [ - "make scrollbox scrollable without fixed height", - "ensure `loading` remains `false` when lazy loading additional items", - "your- and program-dimensions list lazy loading (#453)", + "ensure variable names matches function argument", "return `fetching` from useProgramDataDimensions for lazy loading", "ensure scrollbox actually scrolls instead of the container", "increment based on correct property `pager.page` not `data.page`", - "ensure variable names matches function argument" + "ensure `loading` remains `false` when lazy loading additional items", + "make scrollbox scrollable without fixed height", + "your- and program-dimensions list lazy loading (#453)" ] }, "v100.10.2": { @@ -1099,11 +1099,11 @@ }, "v100.10.1": { "Bug Fixes": [ + "correctly center the table spinner (DHIS2-13947, DHIS2-13946)", + "various hackathon issues", "allow opening interpretations for AOs without a time dimension (DHIS2-15781)", "take legend-key into account when computing pagination max-width (DHIS2-15465)", - "various hackathon issues", - "upgrade @dhis2/analytics to latest", - "correctly center the table spinner (DHIS2-13947, DHIS2-13946)" + "upgrade @dhis2/analytics to latest" ] }, "v100.10.0": { @@ -1126,13 +1126,13 @@ }, "v100.9.3": { "Bug Fixes": [ - "translations: sync translations from transifex (master)", + "implement min width on pagination container so dropdowns fit", + "bump min width for less concise locales", "upgrade @dhis2/ui to get spacing between pagination elements", "always attach resize observer if node is found", - "bump min width for less concise locales", - "ensure pagination max-width is correct in interpretations modal (#434)", - "implement min width on pagination container so dropdowns fit", - "lack of access show the generic \"something went wrong\" error (DHIS2-15737) (#429)" + "translations: sync translations from transifex (master)", + "lack of access show the generic \"something went wrong\" error (DHIS2-15737) (#429)", + "ensure pagination max-width is correct in interpretations modal (#434)" ] }, "v100.9.2": { @@ -1147,31 +1147,31 @@ }, "v100.9.0": { "Features": [ - "add menu and menu items WIP", - "hoverable options menu", - "add disabled state to view menu", - "migrate view-menu", "add HoverMenuBar", "add app logo", - "add InterpretationsAndDetailsToggler", + "let download menu be clickable or hoverable", "add update button", + "add InterpretationsAndDetailsToggler", "toolbar UI update (DHIS2-15167) (#368)", + "add disabled state to view menu", + "migrate download menu wip", + "add menu and menu items WIP", + "migrate view-menu", "port file-menu to new hoverable menubar", - "implement download menu that can be hovered or clicked", - "let download menu be clickable or hoverable", - "migrate download menu wip" + "hoverable options menu", + "implement download menu that can be hovered or clicked" ], "Bug Fixes": [ "push app name 1px down to improve visual alignment", - "adjust height to 32 px", + "remove unused import", + "upgrade @dhis2/ui to get consistent menu section header styles", "ensure `MenuSectionHeader` is `dense` when in the `HoverMenuBar`", - "adjust import name", + "trigger toggleSubMenu when on items without children so it closes", "wrap action call in useCallback", - "upgrade @dhis2/ui to get consistent menu section header styles", + "adjust import name", + "adjust height to 32 px", "let dropdown render children directly in popper", - "trigger toggleSubMenu when on items without children so it closes", - "ensure flexbox children consume full height", - "remove unused import" + "ensure flexbox children consume full height" ] }, "v100.8.2": { @@ -1186,21 +1186,21 @@ }, "v100.8.0": { "Testing": [ - "add ou instead of pe", - "improve period click targeting", + "update download and filemenu tests to reflect pe being optional", "update the error message for 2.38", - "remove intercept evaluation that is suddenly failing", + "add special handling for 2.38", + "improve period click targeting", + "remove special handling for 38", "rename visualization-title to titlebar (DHIS2-15063) (#384)", - "update download and filemenu tests to reflect pe being optional", + "add ou instead of pe", "remove unused imports", - "remove special handling for 38", - "add special handling for 2.38" + "remove intercept evaluation that is suddenly failing" ], "Bug Fixes": [ - "allow 1 retry on CI", - "remove unused prop", + "allow developers to choose cy.open browser environment themselves", "align e2e file with master", - "allow developers to choose cy.open browser environment themselves" + "remove unused prop", + "allow 1 retry on CI" ], "Features": [ "remove period validation (DHIS2-15015) (#381)" @@ -1234,34 +1234,34 @@ }, "v100.7.0": { "Features": [ + "add view menu", "toggle panel visibility when clicking the fullscreen button", "add button to titlebar that toggles visualization canvas expansion", - "add view menu", "allow expanding visualization and hiding panels (#344)", - "add state for expanding the visualization canvas", "separate state for hidden layout and sidebar", - "allow toggling individual panels from menu bar" + "allow toggling individual panels from menu bar", + "add state for expanding the visualization canvas" ], "Bug Fixes": [ + "tweak fullscreen toggle tooltip text", "hide tooltip immediately to avoid it jumping across the screen", + "make button square", "disable interpretations view menu when no AO is loaded", - "tweak fullscreen toggle tooltip text", - "initialise hidden panel state and remove fallbacks from selectors", "subscribe to correct hidden state in the viz type selector", - "make button square" + "initialise hidden panel state and remove fallbacks from selectors" ], "Testing": [ - "verify panel hiding logic is correct", - "add intergration tests for fullscreen toggle" + "add intergration tests for fullscreen toggle", + "verify panel hiding logic is correct" ] }, "v100.6.2": { "Testing": [ "unskip old test that should work now", "readd the skip as the bug is still present", + "ou hierarchy tests (DHIS2-2367) (#353)", "add tests for ou hierarchy (untested due to instances being down)", - "add version toggle for 2.40", - "ou hierarchy tests (DHIS2-2367) (#353)" + "add version toggle for 2.40" ], "Bug Fixes": [ "bump cli-app-scripts to 10.3.8 for LIBS-499 fix (#352)" @@ -1276,17 +1276,17 @@ "maps-app": { "v100.2.2": { "Bug Fixes": [ - "do not show geojson or arcgis layers since they are not supported yet (#3036)", - "do not show unsupported geojson or arcgis external layers (#3036)" + "do not show unsupported geojson or arcgis external layers (#3036)", + "do not show geojson or arcgis layers since they are not supported yet (#3036)" ] }, "v100.2.1": { "Bug Fixes": [ - "ensure layer type is supported and remove the unsupported Google basemaps", - "translations: sync translations from transifex (dev)", "external layers were getting an endless spinner when being added to map [DHIS2-16078] (#3023)", - "sorting of layers by drag and drop was not working [DHIS2-16024] (#3021)", "release candidate 100.2.1", + "translations: sync translations from transifex (dev)", + "sorting of layers by drag and drop was not working [DHIS2-16024] (#3021)", + "ensure layer type is supported and remove the unsupported Google basemaps", "external basemaps were not showing [DHIS2-15953] (#3017)" ] }, @@ -1296,29 +1296,29 @@ "upgrade toolbar (DHIS2-15667) (#2936)" ], "Bug Fixes": [ - "translations: sync translations from transifex (dev)", - "accept both lowercase and camelCase interpretationId in url(#2937)" + "accept both lowercase and camelCase interpretationId in url(#2937)", + "translations: sync translations from transifex (dev)" ] }, "v100.1.7": { "Bug Fixes": [ + "show warning if event filter is not supported (#2952)", "use display name for data sets (#2947)", - "hide \"show longitude/latitude\" from context menu for split view maps (DHIS2-15798) (#2945)", - "set default basemap for interpretation map (DHIS2-15788) (#2944)", - "use programIndicators endpoint respecting sharing settings (#2950)", "post a data statistics view when map is open or saved (#2951)", "draw layers with opacity (#2948)", - "show warning if event filter is not supported (#2952)", + "set default basemap for interpretation map (DHIS2-15788) (#2944)", + "hide \"show longitude/latitude\" from context menu for split view maps (DHIS2-15798) (#2945)", + "use programIndicators endpoint respecting sharing settings (#2950)", "hide see position from context meny for split view maps" ] }, "v100.1.6": { "Bug Fixes": [ + "upgrade landcover dataset (#2732)", "keep layer visibility when period is changed (#2705)", "Set rendering strategy to single if not relative period (#2703)", - "set period for each split view map (#2721)", - "upgrade landcover dataset (#2732)", - "translations: sync translations from transifex (dev)" + "translations: sync translations from transifex (dev)", + "set period for each split view map (#2721)" ] }, "v100.1.5": { @@ -1349,9 +1349,9 @@ "v100.1.0": { "Bug Fixes": [ "remove fallback coordinate field (DHIS2-8165) (#2575)", - "use window.parent", "bumps cli-app-scripts to 10.3.8 for LIBS-499 fix (#2592)", - "bump cli-app-scripts for precaching improvement" + "bump cli-app-scripts for precaching improvement", + "use window.parent" ], "Features": [ "plugin: send installation status [DHIS2-15097] (#2580)" diff --git a/website/data/apphub.json b/website/data/apphub.json index 38635609..d89aa9b7 100644 --- a/website/data/apphub.json +++ b/website/data/apphub.json @@ -210,15 +210,6 @@ "lastUpdated": 1624315046627, "logo": false }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/a1bd6b5b-de8c-4998-8d34-56c18a139683/4b115e05-12ec-4660-aa6d-e2b04f69c8be", - "caption": "", - "created": 1624315022401, - "description": "", - "id": "4b115e05-12ec-4660-aa6d-e2b04f69c8be", - "lastUpdated": 1624315022401, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/a1bd6b5b-de8c-4998-8d34-56c18a139683/f0bef01d-3570-4b20-9f26-8d0d6943093a", "caption": "", @@ -237,6 +228,15 @@ "lastUpdated": 1624314967152, "logo": false }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/a1bd6b5b-de8c-4998-8d34-56c18a139683/4b115e05-12ec-4660-aa6d-e2b04f69c8be", + "caption": "", + "created": 1624315022401, + "description": "", + "id": "4b115e05-12ec-4660-aa6d-e2b04f69c8be", + "lastUpdated": 1624315022401, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/a1bd6b5b-de8c-4998-8d34-56c18a139683/afb0acb8-8ff3-48fe-8c3e-966ad83149ff", "caption": "", @@ -300,12 +300,12 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/dff273fc-909e-48af-b151-c4d7e9c8a12c/683e6871-3c2a-4499-8b02-852a6fe3cd39", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/dff273fc-909e-48af-b151-c4d7e9c8a12c/a5438dca-45e8-4c32-9027-ef76dfb88ca8", "caption": "", - "created": 1685105856008, + "created": 1685105890042, "description": "", - "id": "683e6871-3c2a-4499-8b02-852a6fe3cd39", - "lastUpdated": 1685105856008, + "id": "a5438dca-45e8-4c32-9027-ef76dfb88ca8", + "lastUpdated": 1685105890042, "logo": false }, { @@ -318,12 +318,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/dff273fc-909e-48af-b151-c4d7e9c8a12c/a5438dca-45e8-4c32-9027-ef76dfb88ca8", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/dff273fc-909e-48af-b151-c4d7e9c8a12c/683e6871-3c2a-4499-8b02-852a6fe3cd39", "caption": "", - "created": 1685105890042, + "created": 1685105856008, "description": "", - "id": "a5438dca-45e8-4c32-9027-ef76dfb88ca8", - "lastUpdated": 1685105890042, + "id": "683e6871-3c2a-4499-8b02-852a6fe3cd39", + "lastUpdated": 1685105856008, "logo": false } ], @@ -905,21 +905,21 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/1fc9e83e-36dc-46ca-b47c-8f87f5136c12", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/8bdff6dd-63b0-4c29-b724-54bcc13a8ea1", "caption": "", - "created": 1588595337990, + "created": 1588595337488, "description": "", - "id": "1fc9e83e-36dc-46ca-b47c-8f87f5136c12", - "lastUpdated": 1588595337990, + "id": "8bdff6dd-63b0-4c29-b724-54bcc13a8ea1", + "lastUpdated": 1588595337488, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/4d4e14f0-6c22-4817-ae28-350239df0deb", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/1fc9e83e-36dc-46ca-b47c-8f87f5136c12", "caption": "", - "created": 1588595336110, + "created": 1588595337990, "description": "", - "id": "4d4e14f0-6c22-4817-ae28-350239df0deb", - "lastUpdated": 1588595336110, + "id": "1fc9e83e-36dc-46ca-b47c-8f87f5136c12", + "lastUpdated": 1588595337990, "logo": false }, { @@ -932,21 +932,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/8bdff6dd-63b0-4c29-b724-54bcc13a8ea1", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/dd621a94-0c23-472c-bd38-d921a2a143b7", "caption": "", - "created": 1588595337488, + "created": 1588595336786, "description": "", - "id": "8bdff6dd-63b0-4c29-b724-54bcc13a8ea1", - "lastUpdated": 1588595337488, + "id": "dd621a94-0c23-472c-bd38-d921a2a143b7", + "lastUpdated": 1588595336786, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/dd621a94-0c23-472c-bd38-d921a2a143b7", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/9099e396-ec68-4038-a5c9-e60650f49935/4d4e14f0-6c22-4817-ae28-350239df0deb", "caption": "", - "created": 1588595336786, + "created": 1588595336110, "description": "", - "id": "dd621a94-0c23-472c-bd38-d921a2a143b7", - "lastUpdated": 1588595336786, + "id": "4d4e14f0-6c22-4817-ae28-350239df0deb", + "lastUpdated": 1588595336110, "logo": false } ], @@ -1014,12 +1014,12 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/fd8449e3-b95d-4902-bd79-d944cb7cf6b3/1fd8594e-7225-4de3-b205-d608a2d5e260", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/fd8449e3-b95d-4902-bd79-d944cb7cf6b3/c1362e7d-1cf6-4a2c-b028-397f11b8e2bb", "caption": "", - "created": 1588595409348, + "created": 1588595409929, "description": "", - "id": "1fd8594e-7225-4de3-b205-d608a2d5e260", - "lastUpdated": 1588595409348, + "id": "c1362e7d-1cf6-4a2c-b028-397f11b8e2bb", + "lastUpdated": 1588595409929, "logo": false }, { @@ -1032,12 +1032,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/fd8449e3-b95d-4902-bd79-d944cb7cf6b3/c1362e7d-1cf6-4a2c-b028-397f11b8e2bb", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/fd8449e3-b95d-4902-bd79-d944cb7cf6b3/1fd8594e-7225-4de3-b205-d608a2d5e260", "caption": "", - "created": 1588595409929, + "created": 1588595409348, "description": "", - "id": "c1362e7d-1cf6-4a2c-b028-397f11b8e2bb", - "lastUpdated": 1588595409929, + "id": "1fd8594e-7225-4de3-b205-d608a2d5e260", + "lastUpdated": 1588595409348, "logo": false } ], @@ -3888,24 +3888,6 @@ }, "owner": "d9429d66-4b08-42a1-9e50-e62fe7307cd3", "images": [ - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/5991aff9-031a-4c7f-b3b5-dbc0891e307b", - "caption": "", - "created": 1605920546123, - "description": "", - "id": "5991aff9-031a-4c7f-b3b5-dbc0891e307b", - "lastUpdated": 1605920546123, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/c62e4aee-3734-4e93-a98c-fb369b9aa7d5", - "caption": "", - "created": 1605920379367, - "description": "", - "id": "c62e4aee-3734-4e93-a98c-fb369b9aa7d5", - "lastUpdated": 1605920379367, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/a5a88de3-1a4f-4fc4-b05b-8b0013ec5d9d", "caption": "", @@ -3916,12 +3898,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/5b6e980c-0c32-4141-830c-116c25f354b6", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/5991aff9-031a-4c7f-b3b5-dbc0891e307b", "caption": "", - "created": 1605920552202, + "created": 1605920546123, "description": "", - "id": "5b6e980c-0c32-4141-830c-116c25f354b6", - "lastUpdated": 1605920552202, + "id": "5991aff9-031a-4c7f-b3b5-dbc0891e307b", + "lastUpdated": 1605920546123, "logo": false }, { @@ -3951,6 +3933,24 @@ "lastUpdated": 1605920569796, "logo": false }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/5b6e980c-0c32-4141-830c-116c25f354b6", + "caption": "", + "created": 1605920552202, + "description": "", + "id": "5b6e980c-0c32-4141-830c-116c25f354b6", + "lastUpdated": 1605920552202, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/c62e4aee-3734-4e93-a98c-fb369b9aa7d5", + "caption": "", + "created": 1605920379367, + "description": "", + "id": "c62e4aee-3734-4e93-a98c-fb369b9aa7d5", + "lastUpdated": 1605920379367, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/independent/05f4cb50-c685-4bb2-a5bb-3a273b51bc8f/734cacbc-a750-475b-8cc9-a2f4dc5505a9", "caption": "", @@ -4908,6 +4908,15 @@ "lastUpdated": 1682673032280, "logo": true }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/239b58bb-0e3a-4183-b9b4-29956328c2a1/371d01e5-99b5-43c7-a582-8253b992dcc5", + "caption": "", + "created": 1682674033748, + "description": "", + "id": "371d01e5-99b5-43c7-a582-8253b992dcc5", + "lastUpdated": 1682674033748, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/239b58bb-0e3a-4183-b9b4-29956328c2a1/6c5be955-63ff-4eea-a826-d104f3ea477b", "caption": "", @@ -4935,15 +4944,6 @@ "lastUpdated": 1682674040389, "logo": false }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/239b58bb-0e3a-4183-b9b4-29956328c2a1/371d01e5-99b5-43c7-a582-8253b992dcc5", - "caption": "", - "created": 1682674033748, - "description": "", - "id": "371d01e5-99b5-43c7-a582-8253b992dcc5", - "lastUpdated": 1682674033748, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/239b58bb-0e3a-4183-b9b4-29956328c2a1/a4ec95f6-cfbf-43bc-8e28-09086e68ff28", "caption": "", @@ -5316,75 +5316,75 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/d3eb1c59-175a-483a-b3f7-557b7640afe2", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/88c88a5b-6198-46be-9d7f-9bee6d4d2552", "caption": "", - "created": 1655741575670, + "created": 1655741575783, "description": "", - "id": "d3eb1c59-175a-483a-b3f7-557b7640afe2", - "lastUpdated": 1655741575670, + "id": "88c88a5b-6198-46be-9d7f-9bee6d4d2552", + "lastUpdated": 1655741575783, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/f470d473-2145-4175-ad30-3576dffa1409", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/5f2e8926-e85b-4fe0-99d1-2c3d2ce4578c", "caption": "", - "created": 1655741575709, + "created": 1655741575846, "description": "", - "id": "f470d473-2145-4175-ad30-3576dffa1409", - "lastUpdated": 1655741575709, + "id": "5f2e8926-e85b-4fe0-99d1-2c3d2ce4578c", + "lastUpdated": 1655741575846, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/ce08bc32-2cda-496c-b0ef-be735c1c9cf0", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/86b51970-c96b-4a3a-8abe-c26397f4c4a5", "caption": "", - "created": 1655741575720, + "created": 1655741575829, "description": "", - "id": "ce08bc32-2cda-496c-b0ef-be735c1c9cf0", - "lastUpdated": 1655741575720, + "id": "86b51970-c96b-4a3a-8abe-c26397f4c4a5", + "lastUpdated": 1655741575829, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/ccef42e0-3ad7-47a5-9a23-eda2a1b8aef7", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/e041aaf4-e895-4a20-b477-6d41234bc398", "caption": "", - "created": 1655741575764, + "created": 1655741575771, "description": "", - "id": "ccef42e0-3ad7-47a5-9a23-eda2a1b8aef7", - "lastUpdated": 1655741575764, + "id": "e041aaf4-e895-4a20-b477-6d41234bc398", + "lastUpdated": 1655741575771, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/e041aaf4-e895-4a20-b477-6d41234bc398", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/ccef42e0-3ad7-47a5-9a23-eda2a1b8aef7", "caption": "", - "created": 1655741575771, + "created": 1655741575764, "description": "", - "id": "e041aaf4-e895-4a20-b477-6d41234bc398", - "lastUpdated": 1655741575771, + "id": "ccef42e0-3ad7-47a5-9a23-eda2a1b8aef7", + "lastUpdated": 1655741575764, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/88c88a5b-6198-46be-9d7f-9bee6d4d2552", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/ce08bc32-2cda-496c-b0ef-be735c1c9cf0", "caption": "", - "created": 1655741575783, + "created": 1655741575720, "description": "", - "id": "88c88a5b-6198-46be-9d7f-9bee6d4d2552", - "lastUpdated": 1655741575783, + "id": "ce08bc32-2cda-496c-b0ef-be735c1c9cf0", + "lastUpdated": 1655741575720, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/86b51970-c96b-4a3a-8abe-c26397f4c4a5", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/f470d473-2145-4175-ad30-3576dffa1409", "caption": "", - "created": 1655741575829, + "created": 1655741575709, "description": "", - "id": "86b51970-c96b-4a3a-8abe-c26397f4c4a5", - "lastUpdated": 1655741575829, + "id": "f470d473-2145-4175-ad30-3576dffa1409", + "lastUpdated": 1655741575709, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/5f2e8926-e85b-4fe0-99d1-2c3d2ce4578c", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/upc-who/450e6234-618e-4063-9113-66c90e20ca16/d3eb1c59-175a-483a-b3f7-557b7640afe2", "caption": "", - "created": 1655741575846, + "created": 1655741575670, "description": "", - "id": "5f2e8926-e85b-4fe0-99d1-2c3d2ce4578c", - "lastUpdated": 1655741575846, + "id": "d3eb1c59-175a-483a-b3f7-557b7640afe2", + "lastUpdated": 1655741575670, "logo": false } ], @@ -5559,6 +5559,15 @@ "lastUpdated": 1599243142086, "logo": true }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bluesquare/2c3510dd-d471-4c9d-9f3d-fd4a8601fab9/7991aa92-d2a7-46ba-a6e0-1b807a8031d4", + "caption": "", + "created": 1599243698713, + "description": "", + "id": "7991aa92-d2a7-46ba-a6e0-1b807a8031d4", + "lastUpdated": 1599243698713, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bluesquare/2c3510dd-d471-4c9d-9f3d-fd4a8601fab9/3debdab7-de35-4649-ba0f-823d2a971bad", "caption": "", @@ -5576,15 +5585,6 @@ "id": "b41b88a3-a8b0-4ff3-b422-1eca73f2effc", "lastUpdated": 1588595316607, "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bluesquare/2c3510dd-d471-4c9d-9f3d-fd4a8601fab9/7991aa92-d2a7-46ba-a6e0-1b807a8031d4", - "caption": "", - "created": 1599243698713, - "description": "", - "id": "7991aa92-d2a7-46ba-a6e0-1b807a8031d4", - "lastUpdated": 1599243698713, - "logo": false } ], "sourceUrl": "https://github.com/BLSQ/dhis2-taskr", @@ -5628,24 +5628,6 @@ "lastUpdated": 1634122895517, "logo": true }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/2b15d295-401a-4263-b302-e4945a195d66", - "caption": "", - "created": 1634123697499, - "description": "", - "id": "2b15d295-401a-4263-b302-e4945a195d66", - "lastUpdated": 1634123697499, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/4230f576-f039-47da-a3f1-e610efcd6420", - "caption": "", - "created": 1634123710101, - "description": "", - "id": "4230f576-f039-47da-a3f1-e610efcd6420", - "lastUpdated": 1634123710101, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/2652583a-3089-47e5-a84f-786c8f06c22c", "caption": "", @@ -5655,15 +5637,6 @@ "lastUpdated": 1634123711019, "logo": false }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/3057c0e8-6e38-41d3-8c6d-fd4f90ff441f", - "caption": "", - "created": 1634123711214, - "description": "", - "id": "3057c0e8-6e38-41d3-8c6d-fd4f90ff441f", - "lastUpdated": 1634123711214, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/af7d2f4d-7b3d-4ca2-be99-6d00edf8cd3f", "caption": "", @@ -5719,9 +5692,18 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/823cb928-3b0b-4ace-b795-7e43ca510a3b", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/2b15d295-401a-4263-b302-e4945a195d66", "caption": "", - "created": 1634123703598, + "created": 1634123697499, + "description": "", + "id": "2b15d295-401a-4263-b302-e4945a195d66", + "lastUpdated": 1634123697499, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/823cb928-3b0b-4ace-b795-7e43ca510a3b", + "caption": "", + "created": 1634123703598, "description": "", "id": "823cb928-3b0b-4ace-b795-7e43ca510a3b", "lastUpdated": 1634123703598, @@ -5762,6 +5744,24 @@ "id": "cb0e957b-bf7d-4826-8f1b-dbe0f074fbc3", "lastUpdated": 1634123709690, "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/4230f576-f039-47da-a3f1-e610efcd6420", + "caption": "", + "created": 1634123710101, + "description": "", + "id": "4230f576-f039-47da-a3f1-e610efcd6420", + "lastUpdated": 1634123710101, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/maha-mapping-and-analytics-for-health-activities/4817d5fb-410d-4557-a9d3-0a523ed3efa3/3057c0e8-6e38-41d3-8c6d-fd4f90ff441f", + "caption": "", + "created": 1634123711214, + "description": "", + "id": "3057c0e8-6e38-41d3-8c6d-fd4f90ff441f", + "lastUpdated": 1634123711214, + "logo": false } ], "sourceUrl": "https://github.com/mahacenter/dhis-epi-catch-up/releases/tag/v2.0.1", @@ -5850,84 +5850,48 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/ccdf1ccb-5002-4b55-b5f5-2f2853379a84", - "caption": "", - "created": 1693309600875, - "description": "", - "id": "ccdf1ccb-5002-4b55-b5f5-2f2853379a84", - "lastUpdated": 1693309600875, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/5b69dfac-7202-4d7c-a665-f4a3a7d73548", - "caption": "", - "created": 1693312708449, - "description": "", - "id": "5b69dfac-7202-4d7c-a665-f4a3a7d73548", - "lastUpdated": 1693312708449, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/584bdda0-eb29-4a92-bd83-832f5b803960", - "caption": "", - "created": 1693309663059, - "description": "", - "id": "584bdda0-eb29-4a92-bd83-832f5b803960", - "lastUpdated": 1693309663059, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/6df6c9fa-fe32-4e9a-9797-a33e368fd870", - "caption": "", - "created": 1693312107635, - "description": "", - "id": "6df6c9fa-fe32-4e9a-9797-a33e368fd870", - "lastUpdated": 1693312107635, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/be2190ed-d4bb-4519-bb5e-407112eef88c", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/dc9d0bea-4207-4b2f-bd93-aa71c2f2b905", "caption": "", - "created": 1693309666510, + "created": 1693312096473, "description": "", - "id": "be2190ed-d4bb-4519-bb5e-407112eef88c", - "lastUpdated": 1693309666510, + "id": "dc9d0bea-4207-4b2f-bd93-aa71c2f2b905", + "lastUpdated": 1693312096473, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/3286af78-cd47-4fc0-8cad-303d225998da", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/d32481b8-1e7e-4e8c-ae7d-1ccc803b44b5", "caption": "", - "created": 1693312739139, + "created": 1693309610639, "description": "", - "id": "3286af78-cd47-4fc0-8cad-303d225998da", - "lastUpdated": 1693312739139, + "id": "d32481b8-1e7e-4e8c-ae7d-1ccc803b44b5", + "lastUpdated": 1693309610639, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/6a0c436f-1bef-4196-9bfe-c00fec3f1815", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/389405f6-de73-45ab-b9cd-18ff2a54718b", "caption": "", - "created": 1693312103404, + "created": 1693309400202, "description": "", - "id": "6a0c436f-1bef-4196-9bfe-c00fec3f1815", - "lastUpdated": 1693312103404, + "id": "389405f6-de73-45ab-b9cd-18ff2a54718b", + "lastUpdated": 1693309400202, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/d32481b8-1e7e-4e8c-ae7d-1ccc803b44b5", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/ccdf1ccb-5002-4b55-b5f5-2f2853379a84", "caption": "", - "created": 1693309610639, + "created": 1693309600875, "description": "", - "id": "d32481b8-1e7e-4e8c-ae7d-1ccc803b44b5", - "lastUpdated": 1693309610639, + "id": "ccdf1ccb-5002-4b55-b5f5-2f2853379a84", + "lastUpdated": 1693309600875, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/dc9d0bea-4207-4b2f-bd93-aa71c2f2b905", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/d29f516c-b3da-4269-9989-14e09a4269e7", "caption": "", - "created": 1693312096473, + "created": 1693309596333, "description": "", - "id": "dc9d0bea-4207-4b2f-bd93-aa71c2f2b905", - "lastUpdated": 1693312096473, + "id": "d29f516c-b3da-4269-9989-14e09a4269e7", + "lastUpdated": 1693309596333, "logo": false }, { @@ -5940,30 +5904,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/f8b66e0d-01e7-46ff-8387-464935fe4cbc", - "caption": "", - "created": 1693309680766, - "description": "", - "id": "f8b66e0d-01e7-46ff-8387-464935fe4cbc", - "lastUpdated": 1693309680766, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/38b325c1-274a-4c81-aa34-fe839b048a71", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/3286af78-cd47-4fc0-8cad-303d225998da", "caption": "", - "created": 1693309674016, + "created": 1693312739139, "description": "", - "id": "38b325c1-274a-4c81-aa34-fe839b048a71", - "lastUpdated": 1693309674016, + "id": "3286af78-cd47-4fc0-8cad-303d225998da", + "lastUpdated": 1693312739139, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/d29f516c-b3da-4269-9989-14e09a4269e7", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/b10fb391-1f40-4d08-ae16-cf905e5e92b0", "caption": "", - "created": 1693309596333, + "created": 1693312744459, "description": "", - "id": "d29f516c-b3da-4269-9989-14e09a4269e7", - "lastUpdated": 1693309596333, + "id": "b10fb391-1f40-4d08-ae16-cf905e5e92b0", + "lastUpdated": 1693312744459, "logo": false }, { @@ -5984,6 +5939,15 @@ "lastUpdated": 1693309579387, "logo": false }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/dba18ce7-197d-44ba-9471-4b11439e5e10", + "caption": "", + "created": 1693312744525, + "description": "", + "id": "dba18ce7-197d-44ba-9471-4b11439e5e10", + "lastUpdated": 1693312744525, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/1f9fbfbb-c0f3-4ac4-a99e-88f9c916cafa", "caption": "", @@ -6021,39 +5985,75 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/389405f6-de73-45ab-b9cd-18ff2a54718b", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/1796094d-66a1-4dba-ad66-d476fef9a7ce", "caption": "", - "created": 1693309400202, + "created": 1693312774751, "description": "", - "id": "389405f6-de73-45ab-b9cd-18ff2a54718b", - "lastUpdated": 1693309400202, + "id": "1796094d-66a1-4dba-ad66-d476fef9a7ce", + "lastUpdated": 1693312774751, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/1796094d-66a1-4dba-ad66-d476fef9a7ce", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/5b69dfac-7202-4d7c-a665-f4a3a7d73548", "caption": "", - "created": 1693312774751, + "created": 1693312708449, "description": "", - "id": "1796094d-66a1-4dba-ad66-d476fef9a7ce", - "lastUpdated": 1693312774751, + "id": "5b69dfac-7202-4d7c-a665-f4a3a7d73548", + "lastUpdated": 1693312708449, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/dba18ce7-197d-44ba-9471-4b11439e5e10", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/6df6c9fa-fe32-4e9a-9797-a33e368fd870", "caption": "", - "created": 1693312744525, + "created": 1693312107635, "description": "", - "id": "dba18ce7-197d-44ba-9471-4b11439e5e10", - "lastUpdated": 1693312744525, + "id": "6df6c9fa-fe32-4e9a-9797-a33e368fd870", + "lastUpdated": 1693312107635, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/b10fb391-1f40-4d08-ae16-cf905e5e92b0", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/6a0c436f-1bef-4196-9bfe-c00fec3f1815", "caption": "", - "created": 1693312744459, + "created": 1693312103404, "description": "", - "id": "b10fb391-1f40-4d08-ae16-cf905e5e92b0", - "lastUpdated": 1693312744459, + "id": "6a0c436f-1bef-4196-9bfe-c00fec3f1815", + "lastUpdated": 1693312103404, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/584bdda0-eb29-4a92-bd83-832f5b803960", + "caption": "", + "created": 1693309663059, + "description": "", + "id": "584bdda0-eb29-4a92-bd83-832f5b803960", + "lastUpdated": 1693309663059, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/be2190ed-d4bb-4519-bb5e-407112eef88c", + "caption": "", + "created": 1693309666510, + "description": "", + "id": "be2190ed-d4bb-4519-bb5e-407112eef88c", + "lastUpdated": 1693309666510, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/38b325c1-274a-4c81-aa34-fe839b048a71", + "caption": "", + "created": 1693309674016, + "description": "", + "id": "38b325c1-274a-4c81-aa34-fe839b048a71", + "lastUpdated": 1693309674016, + "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/dure-technologies-avenir-health/dc4376f9-bfb2-4cfd-9f1c-9a03fef90e2a/f8b66e0d-01e7-46ff-8387-464935fe4cbc", + "caption": "", + "created": 1693309680766, + "description": "", + "id": "f8b66e0d-01e7-46ff-8387-464935fe4cbc", + "lastUpdated": 1693309680766, "logo": false } ], @@ -6121,21 +6121,21 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/bd328ec9-c212-42f1-838c-69e510cbeb56/9d5d8817-febd-4766-81f1-6b2cd424909b", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/bd328ec9-c212-42f1-838c-69e510cbeb56/237519eb-5f22-4796-831d-daa61b6fde3c", "caption": "", - "created": 1588595500669, + "created": 1588595500069, "description": "", - "id": "9d5d8817-febd-4766-81f1-6b2cd424909b", - "lastUpdated": 1588595500669, + "id": "237519eb-5f22-4796-831d-daa61b6fde3c", + "lastUpdated": 1588595500069, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/bd328ec9-c212-42f1-838c-69e510cbeb56/237519eb-5f22-4796-831d-daa61b6fde3c", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/bd328ec9-c212-42f1-838c-69e510cbeb56/9d5d8817-febd-4766-81f1-6b2cd424909b", "caption": "", - "created": 1588595500069, + "created": 1588595500669, "description": "", - "id": "237519eb-5f22-4796-831d-daa61b6fde3c", - "lastUpdated": 1588595500069, + "id": "9d5d8817-febd-4766-81f1-6b2cd424909b", + "lastUpdated": 1588595500669, "logo": false } ], @@ -6309,57 +6309,57 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/bde815be-bbe2-479d-bd7f-ff2aa45e1e17", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/786e7871-6c95-4317-b8dc-ab475edd28ae", "caption": "", - "created": 1694208998892, + "created": 1694208980640, "description": "", - "id": "bde815be-bbe2-479d-bd7f-ff2aa45e1e17", - "lastUpdated": 1694208998892, + "id": "786e7871-6c95-4317-b8dc-ab475edd28ae", + "lastUpdated": 1694208980640, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/786e7871-6c95-4317-b8dc-ab475edd28ae", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/44870959-a4a4-4b77-9f2a-493f31de44e8", "caption": "", - "created": 1694208980640, + "created": 1694208963931, "description": "", - "id": "786e7871-6c95-4317-b8dc-ab475edd28ae", - "lastUpdated": 1694208980640, + "id": "44870959-a4a4-4b77-9f2a-493f31de44e8", + "lastUpdated": 1694208963931, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/7cce2b47-e44a-4f20-b475-4d5d5a0c2f81", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/511323d2-daae-4c30-89b0-35a8ce177b35", "caption": "", - "created": 1694208992137, + "created": 1694208972480, "description": "", - "id": "7cce2b47-e44a-4f20-b475-4d5d5a0c2f81", - "lastUpdated": 1694208992137, + "id": "511323d2-daae-4c30-89b0-35a8ce177b35", + "lastUpdated": 1694208972480, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/44870959-a4a4-4b77-9f2a-493f31de44e8", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/bde815be-bbe2-479d-bd7f-ff2aa45e1e17", "caption": "", - "created": 1694208963931, + "created": 1694208998892, "description": "", - "id": "44870959-a4a4-4b77-9f2a-493f31de44e8", - "lastUpdated": 1694208963931, + "id": "bde815be-bbe2-479d-bd7f-ff2aa45e1e17", + "lastUpdated": 1694208998892, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/02edd661-8ba6-4b55-8d2e-578becf2c057", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/7cce2b47-e44a-4f20-b475-4d5d5a0c2f81", "caption": "", - "created": 1694209005909, + "created": 1694208992137, "description": "", - "id": "02edd661-8ba6-4b55-8d2e-578becf2c057", - "lastUpdated": 1694209005909, + "id": "7cce2b47-e44a-4f20-b475-4d5d5a0c2f81", + "lastUpdated": 1694208992137, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/511323d2-daae-4c30-89b0-35a8ce177b35", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-vietnam/29342375-f1e8-47cb-9031-491e2990d5ac/02edd661-8ba6-4b55-8d2e-578becf2c057", "caption": "", - "created": 1694208972480, + "created": 1694209005909, "description": "", - "id": "511323d2-daae-4c30-89b0-35a8ce177b35", - "lastUpdated": 1694208972480, + "id": "02edd661-8ba6-4b55-8d2e-578becf2c057", + "lastUpdated": 1694209005909, "logo": false } ], @@ -6620,15 +6620,6 @@ "lastUpdated": 1588595462805, "logo": true }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/da91bed1-06d4-49a2-a0b0-231c87c42665/1e92167d-21bf-413c-9923-e6d45624a6a9", - "caption": "", - "created": 1588595462047, - "description": "", - "id": "1e92167d-21bf-413c-9923-e6d45624a6a9", - "lastUpdated": 1588595462047, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/da91bed1-06d4-49a2-a0b0-231c87c42665/ddc287ff-e3e5-4895-bc1c-d7d6461622e4", "caption": "", @@ -6664,6 +6655,15 @@ "id": "1aec2ef6-f7cd-4a12-9422-caf1dd3500e3", "lastUpdated": 1588595463330, "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/da91bed1-06d4-49a2-a0b0-231c87c42665/1e92167d-21bf-413c-9923-e6d45624a6a9", + "caption": "", + "created": 1588595462047, + "description": "", + "id": "1e92167d-21bf-413c-9923-e6d45624a6a9", + "lastUpdated": 1588595462047, + "logo": false } ], "sourceUrl": "", @@ -6752,30 +6752,30 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/fff231ee-5172-4921-8c97-cc75e0b52fbc", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/4bb1db51-0d2e-4f40-92c9-de8dfc0ff831", "caption": "", - "created": 1664195193519, + "created": 1664195193620, "description": "", - "id": "fff231ee-5172-4921-8c97-cc75e0b52fbc", - "lastUpdated": 1664195193519, + "id": "4bb1db51-0d2e-4f40-92c9-de8dfc0ff831", + "lastUpdated": 1664195193620, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/071b5848-a7fd-47af-80b4-faf4dc8b4322", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/18a77617-5b28-4b40-a8c3-15cf496d409c", "caption": "", - "created": 1664195193572, + "created": 1664195193542, "description": "", - "id": "071b5848-a7fd-47af-80b4-faf4dc8b4322", - "lastUpdated": 1664195193572, + "id": "18a77617-5b28-4b40-a8c3-15cf496d409c", + "lastUpdated": 1664195193542, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/18a77617-5b28-4b40-a8c3-15cf496d409c", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/fff231ee-5172-4921-8c97-cc75e0b52fbc", "caption": "", - "created": 1664195193542, + "created": 1664195193519, "description": "", - "id": "18a77617-5b28-4b40-a8c3-15cf496d409c", - "lastUpdated": 1664195193542, + "id": "fff231ee-5172-4921-8c97-cc75e0b52fbc", + "lastUpdated": 1664195193519, "logo": false }, { @@ -6788,12 +6788,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/4bb1db51-0d2e-4f40-92c9-de8dfc0ff831", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/6e3af2e6-6dac-49b8-baa1-40019a684252/071b5848-a7fd-47af-80b4-faf4dc8b4322", "caption": "", - "created": 1664195193620, + "created": 1664195193572, "description": "", - "id": "4bb1db51-0d2e-4f40-92c9-de8dfc0ff831", - "lastUpdated": 1664195193620, + "id": "071b5848-a7fd-47af-80b4-faf4dc8b4322", + "lastUpdated": 1664195193572, "logo": false } ], @@ -6839,21 +6839,21 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/73cfe371-ddc4-494b-9f3e-0e9e9fc8f32a/2d22fe3d-4c84-48ba-abb2-4d286d875591", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/73cfe371-ddc4-494b-9f3e-0e9e9fc8f32a/89c90ff3-9633-4340-92e0-6a124bad98ec", "caption": "", - "created": 1588595310553, + "created": 1588595309945, "description": "", - "id": "2d22fe3d-4c84-48ba-abb2-4d286d875591", - "lastUpdated": 1588595310553, + "id": "89c90ff3-9633-4340-92e0-6a124bad98ec", + "lastUpdated": 1588595309945, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/73cfe371-ddc4-494b-9f3e-0e9e9fc8f32a/89c90ff3-9633-4340-92e0-6a124bad98ec", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/73cfe371-ddc4-494b-9f3e-0e9e9fc8f32a/246baee8-e65d-4d0e-b4ba-7406909d9e45", "caption": "", - "created": 1588595309945, + "created": 1588595312213, "description": "", - "id": "89c90ff3-9633-4340-92e0-6a124bad98ec", - "lastUpdated": 1588595309945, + "id": "246baee8-e65d-4d0e-b4ba-7406909d9e45", + "lastUpdated": 1588595312213, "logo": false }, { @@ -6875,12 +6875,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/73cfe371-ddc4-494b-9f3e-0e9e9fc8f32a/246baee8-e65d-4d0e-b4ba-7406909d9e45", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/73cfe371-ddc4-494b-9f3e-0e9e9fc8f32a/2d22fe3d-4c84-48ba-abb2-4d286d875591", "caption": "", - "created": 1588595312213, + "created": 1588595310553, "description": "", - "id": "246baee8-e65d-4d0e-b4ba-7406909d9e45", - "lastUpdated": 1588595312213, + "id": "2d22fe3d-4c84-48ba-abb2-4d286d875591", + "lastUpdated": 1588595310553, "logo": false } ], @@ -7577,11 +7577,22 @@ "status": "APPROVED", "id": "8b8af6e7-3a63-415a-931e-8b5d17af462f", "created": 1701259315738, - "lastUpdated": 1701700112056, + "lastUpdated": 1702377527456, "name": "Metadata Integrity", "description": "This app will help you to improve the quality of your metadata in DHIS2. DHIS2 has a set of comprehensive standard checks which can help you to identify critical metadata integrity issues. It is also possible to create your own custom metadata integrity checks. \n\nWith this app, you can easily trigger a metadata integrity check, and display all of the summary results. You can then check the details of issues. \n\nIt is possible to download both summary and details to CSV files. ", "coreApp": false, "versions": [ + { + "created": 1702377527456, + "demoUrl": "https://play.dhis2.org/dev/api/apps/Metadata-Integrity/index.html", + "downloadUrl": "https://apps.dhis2.org/api/v1/apps/download/dhis2-global-implementation-team/metadata-integrity_0.1.3.zip", + "id": "78e2b61d-3c95-4c66-a710-1857eac36a96", + "lastUpdated": 1702377527456, + "maxDhisVersion": "", + "minDhisVersion": "2.39", + "version": "0.1.3", + "channel": "stable" + }, { "created": 1701700112056, "demoUrl": "", @@ -7592,17 +7603,6 @@ "minDhisVersion": "2.39", "version": "0.1.1", "channel": "stable" - }, - { - "created": 1701259315738, - "demoUrl": "https://play.dhis2.org/40.2.0/api/apps/Metadata-Integrity/index.html", - "downloadUrl": "https://apps.dhis2.org/api/v1/apps/download/dhis2-global-implementation-team/metadata-integrity_0.1.0.zip", - "id": "e33e45a4-5ba2-4493-90c2-0afd0730d496", - "lastUpdated": 1701259315738, - "maxDhisVersion": "", - "minDhisVersion": "2.39", - "version": "0.1.0", - "channel": "stable" } ], "developer": { @@ -8020,21 +8020,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/crosscut/de19ff76-3459-4ec1-a881-5b8644cd6c51/f5684472-5a50-4ec0-9ab8-7a59ba40d34f", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/crosscut/de19ff76-3459-4ec1-a881-5b8644cd6c51/24935512-6f65-4796-a14c-9d8a82f360df", "caption": "", - "created": 1652994561288, + "created": 1652994561399, "description": "", - "id": "f5684472-5a50-4ec0-9ab8-7a59ba40d34f", - "lastUpdated": 1652994561288, + "id": "24935512-6f65-4796-a14c-9d8a82f360df", + "lastUpdated": 1652994561399, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/crosscut/de19ff76-3459-4ec1-a881-5b8644cd6c51/24935512-6f65-4796-a14c-9d8a82f360df", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/crosscut/de19ff76-3459-4ec1-a881-5b8644cd6c51/f5684472-5a50-4ec0-9ab8-7a59ba40d34f", "caption": "", - "created": 1652994561399, + "created": 1652994561288, "description": "", - "id": "24935512-6f65-4796-a14c-9d8a82f360df", - "lastUpdated": 1652994561399, + "id": "f5684472-5a50-4ec0-9ab8-7a59ba40d34f", + "lastUpdated": 1652994561288, "logo": false } ], @@ -8250,30 +8250,21 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/population-services-international/cf9b8ff8-58f2-488a-b3e6-8274288ca22c/85a68e13-6621-45a1-8a7b-8967fa0808d4", - "caption": "", - "created": 1697503958478, - "description": "", - "id": "85a68e13-6621-45a1-8a7b-8967fa0808d4", - "lastUpdated": 1697503958478, - "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/population-services-international/cf9b8ff8-58f2-488a-b3e6-8274288ca22c/fb18728e-2e96-40e8-bda3-d3c3b2e04b61", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/population-services-international/cf9b8ff8-58f2-488a-b3e6-8274288ca22c/805298b9-7d13-48bf-bbba-18888ef3757d", "caption": "", - "created": 1697504303732, + "created": 1697504285398, "description": "", - "id": "fb18728e-2e96-40e8-bda3-d3c3b2e04b61", - "lastUpdated": 1697504303732, + "id": "805298b9-7d13-48bf-bbba-18888ef3757d", + "lastUpdated": 1697504285398, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/population-services-international/cf9b8ff8-58f2-488a-b3e6-8274288ca22c/805298b9-7d13-48bf-bbba-18888ef3757d", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/population-services-international/cf9b8ff8-58f2-488a-b3e6-8274288ca22c/85a68e13-6621-45a1-8a7b-8967fa0808d4", "caption": "", - "created": 1697504285398, + "created": 1697503958478, "description": "", - "id": "805298b9-7d13-48bf-bbba-18888ef3757d", - "lastUpdated": 1697504285398, + "id": "85a68e13-6621-45a1-8a7b-8967fa0808d4", + "lastUpdated": 1697503958478, "logo": false }, { @@ -8284,6 +8275,15 @@ "id": "40a44551-73f7-42c7-a277-88a00d53d6cb", "lastUpdated": 1697503972239, "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/population-services-international/cf9b8ff8-58f2-488a-b3e6-8274288ca22c/fb18728e-2e96-40e8-bda3-d3c3b2e04b61", + "caption": "", + "created": 1697504303732, + "description": "", + "id": "fb18728e-2e96-40e8-bda3-d3c3b2e04b61", + "lastUpdated": 1697504303732, + "logo": false } ], "sourceUrl": "https://github.com/psi-org/Program-Config-App", @@ -8415,6 +8415,15 @@ "lastUpdated": 1624524791102, "logo": true }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/1e3245fd-0f0e-404c-9e95-371de244da56/35eda38c-f72d-4534-beef-e96fbf2974b3", + "caption": "", + "created": 1635942403835, + "description": "", + "id": "35eda38c-f72d-4534-beef-e96fbf2974b3", + "lastUpdated": 1635942403835, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/1e3245fd-0f0e-404c-9e95-371de244da56/8b20d2f3-259c-4265-bf31-d25f9924e8bd", "caption": "", @@ -8432,15 +8441,6 @@ "id": "a30fe1d2-c00f-4739-94b8-0c2b6110f0a7", "lastUpdated": 1635942477891, "logo": false - }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/bao-systems/1e3245fd-0f0e-404c-9e95-371de244da56/35eda38c-f72d-4534-beef-e96fbf2974b3", - "caption": "", - "created": 1635942403835, - "description": "", - "id": "35eda38c-f72d-4534-beef-e96fbf2974b3", - "lastUpdated": 1635942403835, - "logo": false } ], "sourceUrl": "", @@ -8546,15 +8546,6 @@ "lastUpdated": 1691509042637, "logo": true }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/e342279c-ada6-4ada-b569-0830fc249aeb/798e3280-2fbd-4a0f-86d9-ada44af8b27f", - "caption": "", - "created": 1691591743846, - "description": "", - "id": "798e3280-2fbd-4a0f-86d9-ada44af8b27f", - "lastUpdated": 1691591743846, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/e342279c-ada6-4ada-b569-0830fc249aeb/649bc26a-21b6-4fa2-a764-910a6f16c1a8", "caption": "", @@ -8573,6 +8564,15 @@ "lastUpdated": 1691591729556, "logo": false }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/e342279c-ada6-4ada-b569-0830fc249aeb/798e3280-2fbd-4a0f-86d9-ada44af8b27f", + "caption": "", + "created": 1691591743846, + "description": "", + "id": "798e3280-2fbd-4a0f-86d9-ada44af8b27f", + "lastUpdated": 1691591743846, + "logo": false + }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/e342279c-ada6-4ada-b569-0830fc249aeb/7f4d79dc-a9f5-490d-9fb1-2ece5357b1b2", "caption": "", @@ -9356,21 +9356,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/e3ed6990-ee21-4a88-82c5-c59eb7f3fab1/01c732d4-3686-484a-b555-8848abebb352", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/e3ed6990-ee21-4a88-82c5-c59eb7f3fab1/e9183cbf-f26f-4224-b07d-feed2fd61417", "caption": "", - "created": 1664195762131, + "created": 1664195762122, "description": "", - "id": "01c732d4-3686-484a-b555-8848abebb352", - "lastUpdated": 1664195762131, + "id": "e9183cbf-f26f-4224-b07d-feed2fd61417", + "lastUpdated": 1664195762122, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/e3ed6990-ee21-4a88-82c5-c59eb7f3fab1/e9183cbf-f26f-4224-b07d-feed2fd61417", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/e3ed6990-ee21-4a88-82c5-c59eb7f3fab1/01c732d4-3686-484a-b555-8848abebb352", "caption": "", - "created": 1664195762122, + "created": 1664195762131, "description": "", - "id": "e9183cbf-f26f-4224-b07d-feed2fd61417", - "lastUpdated": 1664195762122, + "id": "01c732d4-3686-484a-b555-8848abebb352", + "lastUpdated": 1664195762131, "logo": false } ], @@ -9438,39 +9438,39 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/4a9c29ce-ab0f-4d63-9ac2-59ea339c3131", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/92599d0c-50f2-4cb9-8c2a-6aacfc193a70", "caption": "", - "created": 1588595391858, + "created": 1588595390276, "description": "", - "id": "4a9c29ce-ab0f-4d63-9ac2-59ea339c3131", - "lastUpdated": 1588595391858, + "id": "92599d0c-50f2-4cb9-8c2a-6aacfc193a70", + "lastUpdated": 1588595390276, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/f1aed69f-0392-4d6a-bf78-7ad08a151699", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/f09160a7-23c2-48dc-8950-38e443922985", "caption": "", - "created": 1588595391313, + "created": 1588595390846, "description": "", - "id": "f1aed69f-0392-4d6a-bf78-7ad08a151699", - "lastUpdated": 1588595391313, + "id": "f09160a7-23c2-48dc-8950-38e443922985", + "lastUpdated": 1588595390846, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/f09160a7-23c2-48dc-8950-38e443922985", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/f1aed69f-0392-4d6a-bf78-7ad08a151699", "caption": "", - "created": 1588595390846, + "created": 1588595391313, "description": "", - "id": "f09160a7-23c2-48dc-8950-38e443922985", - "lastUpdated": 1588595390846, + "id": "f1aed69f-0392-4d6a-bf78-7ad08a151699", + "lastUpdated": 1588595391313, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/92599d0c-50f2-4cb9-8c2a-6aacfc193a70", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-colombia/fcc75ac0-afdf-48ca-a016-545e7ee4bbf2/4a9c29ce-ab0f-4d63-9ac2-59ea339c3131", "caption": "", - "created": 1588595390276, + "created": 1588595391858, "description": "", - "id": "92599d0c-50f2-4cb9-8c2a-6aacfc193a70", - "lastUpdated": 1588595390276, + "id": "4a9c29ce-ab0f-4d63-9ac2-59ea339c3131", + "lastUpdated": 1588595391858, "logo": false }, { @@ -9656,12 +9656,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/0efc14dc-bf0b-474d-8a02-82c27d891b23/32210abf-0033-4f06-8a12-08b4345fb661", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/0efc14dc-bf0b-474d-8a02-82c27d891b23/51a771b0-4e1b-47bb-ba82-9e24a0d2611e", "caption": "", - "created": 1623666927435, + "created": 1623666957721, "description": "", - "id": "32210abf-0033-4f06-8a12-08b4345fb661", - "lastUpdated": 1623666927435, + "id": "51a771b0-4e1b-47bb-ba82-9e24a0d2611e", + "lastUpdated": 1623666957721, "logo": false }, { @@ -9674,12 +9674,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/0efc14dc-bf0b-474d-8a02-82c27d891b23/51a771b0-4e1b-47bb-ba82-9e24a0d2611e", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-tanzania/0efc14dc-bf0b-474d-8a02-82c27d891b23/32210abf-0033-4f06-8a12-08b4345fb661", "caption": "", - "created": 1623666957721, + "created": 1623666927435, "description": "", - "id": "51a771b0-4e1b-47bb-ba82-9e24a0d2611e", - "lastUpdated": 1623666957721, + "id": "32210abf-0033-4f06-8a12-08b4345fb661", + "lastUpdated": 1623666927435, "logo": false } ], @@ -9884,21 +9884,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/583a4a55-8196-4f86-9141-25fbc266bfd4", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/b228873f-4810-43b7-93d0-c1aeb489c0da", "caption": "", - "created": 1621876057073, + "created": 1621876012960, "description": "", - "id": "583a4a55-8196-4f86-9141-25fbc266bfd4", - "lastUpdated": 1621876057073, + "id": "b228873f-4810-43b7-93d0-c1aeb489c0da", + "lastUpdated": 1621876012960, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/3ec1d546-7062-4f0d-9ab2-1d5744d46b84", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/7ed94369-e0a9-4766-ae44-1da246069de2", "caption": "", - "created": 1621876051597, + "created": 1621876032291, "description": "", - "id": "3ec1d546-7062-4f0d-9ab2-1d5744d46b84", - "lastUpdated": 1621876051597, + "id": "7ed94369-e0a9-4766-ae44-1da246069de2", + "lastUpdated": 1621876032291, "logo": false }, { @@ -9911,21 +9911,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/7ed94369-e0a9-4766-ae44-1da246069de2", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/3ec1d546-7062-4f0d-9ab2-1d5744d46b84", "caption": "", - "created": 1621876032291, + "created": 1621876051597, "description": "", - "id": "7ed94369-e0a9-4766-ae44-1da246069de2", - "lastUpdated": 1621876032291, + "id": "3ec1d546-7062-4f0d-9ab2-1d5744d46b84", + "lastUpdated": 1621876051597, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/b228873f-4810-43b7-93d0-c1aeb489c0da", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl-lushomo/10a3a7e0-79e5-451f-9766-bf0625e9659d/583a4a55-8196-4f86-9141-25fbc266bfd4", "caption": "", - "created": 1621876012960, + "created": 1621876057073, "description": "", - "id": "b228873f-4810-43b7-93d0-c1aeb489c0da", - "lastUpdated": 1621876012960, + "id": "583a4a55-8196-4f86-9141-25fbc266bfd4", + "lastUpdated": 1621876057073, "logo": false } ], @@ -10572,39 +10572,39 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/c90a4e38-fd2a-4e92-af59-d20d299b42ae", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/f6f103b9-30b4-4da3-9060-3723766e1ba3", "caption": "", - "created": 1691592846781, + "created": 1691592879950, "description": "", - "id": "c90a4e38-fd2a-4e92-af59-d20d299b42ae", - "lastUpdated": 1691592846781, + "id": "f6f103b9-30b4-4da3-9060-3723766e1ba3", + "lastUpdated": 1691592879950, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/936dc9be-95db-4ce5-8777-1483cd062fa8", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/77a8baf6-5124-46fd-97fd-5b7192ff1d9d", "caption": "", - "created": 1691592857253, + "created": 1691592867369, "description": "", - "id": "936dc9be-95db-4ce5-8777-1483cd062fa8", - "lastUpdated": 1691592857253, + "id": "77a8baf6-5124-46fd-97fd-5b7192ff1d9d", + "lastUpdated": 1691592867369, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/77a8baf6-5124-46fd-97fd-5b7192ff1d9d", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/c90a4e38-fd2a-4e92-af59-d20d299b42ae", "caption": "", - "created": 1691592867369, + "created": 1691592846781, "description": "", - "id": "77a8baf6-5124-46fd-97fd-5b7192ff1d9d", - "lastUpdated": 1691592867369, + "id": "c90a4e38-fd2a-4e92-af59-d20d299b42ae", + "lastUpdated": 1691592846781, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/f6f103b9-30b4-4da3-9060-3723766e1ba3", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/hisp-wca/4b4e4fbf-8652-4516-b6a0-d11654ed9662/936dc9be-95db-4ce5-8777-1483cd062fa8", "caption": "", - "created": 1691592879950, + "created": 1691592857253, "description": "", - "id": "f6f103b9-30b4-4da3-9060-3723766e1ba3", - "lastUpdated": 1691592879950, + "id": "936dc9be-95db-4ce5-8777-1483cd062fa8", + "lastUpdated": 1691592857253, "logo": false } ], @@ -10649,15 +10649,6 @@ "lastUpdated": 1685104028966, "logo": true }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/7df6f344-0487-469c-abe6-53c6e729abcf/df65d65e-d441-4749-b3ac-da74ac0ffa3f", - "caption": "", - "created": 1685105759402, - "description": "", - "id": "df65d65e-d441-4749-b3ac-da74ac0ffa3f", - "lastUpdated": 1685105759402, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/7df6f344-0487-469c-abe6-53c6e729abcf/afb99d17-d80a-432d-a625-a30c1419df7b", "caption": "", @@ -10675,6 +10666,15 @@ "id": "1cafe599-4487-4366-8f05-af4662f24b8a", "lastUpdated": 1685105752879, "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/7df6f344-0487-469c-abe6-53c6e729abcf/df65d65e-d441-4749-b3ac-da74ac0ffa3f", + "caption": "", + "created": 1685105759402, + "description": "", + "id": "df65d65e-d441-4749-b3ac-da74ac0ffa3f", + "lastUpdated": 1685105759402, + "logo": false } ], "sourceUrl": "https://github.com/dhis2/use-case-configuration", @@ -10829,12 +10829,12 @@ "logo": true }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl/1bf66488-93b5-41c8-abfe-1b03b2521a2d/e5433118-2a1f-4d95-a074-e6838ecd7dfb", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl/1bf66488-93b5-41c8-abfe-1b03b2521a2d/96c96fe3-9e1c-47db-8310-ecd7860bae05", "caption": "", - "created": 1614711838149, + "created": 1614711845429, "description": "", - "id": "e5433118-2a1f-4d95-a074-e6838ecd7dfb", - "lastUpdated": 1614711838149, + "id": "96c96fe3-9e1c-47db-8310-ecd7860bae05", + "lastUpdated": 1614711845429, "logo": false }, { @@ -10856,12 +10856,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl/1bf66488-93b5-41c8-abfe-1b03b2521a2d/96c96fe3-9e1c-47db-8310-ecd7860bae05", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl/1bf66488-93b5-41c8-abfe-1b03b2521a2d/66311af4-021d-40c0-b639-b06c5d32ee6e", "caption": "", - "created": 1614711845429, + "created": 1614711821968, "description": "", - "id": "96c96fe3-9e1c-47db-8310-ecd7860bae05", - "lastUpdated": 1614711845429, + "id": "66311af4-021d-40c0-b639-b06c5d32ee6e", + "lastUpdated": 1614711821968, "logo": false }, { @@ -10874,12 +10874,12 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl/1bf66488-93b5-41c8-abfe-1b03b2521a2d/66311af4-021d-40c0-b639-b06c5d32ee6e", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who-eyeseetea-sl/1bf66488-93b5-41c8-abfe-1b03b2521a2d/e5433118-2a1f-4d95-a074-e6838ecd7dfb", "caption": "", - "created": 1614711821968, + "created": 1614711838149, "description": "", - "id": "66311af4-021d-40c0-b639-b06c5d32ee6e", - "lastUpdated": 1614711821968, + "id": "e5433118-2a1f-4d95-a074-e6838ecd7dfb", + "lastUpdated": 1614711838149, "logo": false } ], @@ -10934,21 +10934,21 @@ "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/d660b802-08a2-4678-8fc7-52e76d751b67/6ffbd609-3f14-4446-b4b1-550d9f887253", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/d660b802-08a2-4678-8fc7-52e76d751b67/13d37121-4c06-4d35-919c-4dc5aceb29a8", "caption": "", - "created": 1588595468086, + "created": 1588595467542, "description": "", - "id": "6ffbd609-3f14-4446-b4b1-550d9f887253", - "lastUpdated": 1588595468086, + "id": "13d37121-4c06-4d35-919c-4dc5aceb29a8", + "lastUpdated": 1588595467542, "logo": false }, { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/d660b802-08a2-4678-8fc7-52e76d751b67/13d37121-4c06-4d35-919c-4dc5aceb29a8", + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/uio/d660b802-08a2-4678-8fc7-52e76d751b67/6ffbd609-3f14-4446-b4b1-550d9f887253", "caption": "", - "created": 1588595467542, + "created": 1588595468086, "description": "", - "id": "13d37121-4c06-4d35-919c-4dc5aceb29a8", - "lastUpdated": 1588595467542, + "id": "6ffbd609-3f14-4446-b4b1-550d9f887253", + "lastUpdated": 1588595468086, "logo": false } ], @@ -11046,15 +11046,6 @@ "lastUpdated": 1588595473957, "logo": true }, - { - "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who/b5010eb7-6097-4f46-a85a-a73358e024ba/0a9e1244-bbc9-4791-85c4-d09f561650f5", - "caption": "", - "created": 1588595475132, - "description": "", - "id": "0a9e1244-bbc9-4791-85c4-d09f561650f5", - "lastUpdated": 1588595475132, - "logo": false - }, { "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who/b5010eb7-6097-4f46-a85a-a73358e024ba/499d3582-d61c-4437-ab46-6f98be5e0e45", "caption": "", @@ -11072,6 +11063,15 @@ "id": "32ec4c51-38a3-4651-bedf-077788ef53c7", "lastUpdated": 1588595475683, "logo": false + }, + { + "imageUrl": "https://apps.dhis2.org/api/v1/apps/media/who/b5010eb7-6097-4f46-a85a-a73358e024ba/0a9e1244-bbc9-4791-85c4-d09f561650f5", + "caption": "", + "created": 1588595475132, + "description": "", + "id": "0a9e1244-bbc9-4791-85c4-d09f561650f5", + "lastUpdated": 1588595475132, + "logo": false } ], "sourceUrl": "",