Replies: 1 comment
-
This logic requires to manipulate the analytics API responses, if the logic needs to be in helpers the analytics responses need to be passed in from the app/plugin and the resulting data sent back to the app/plugin for feeding the chart engine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We discussed the next steps for supporting multi-calendar work (on Monday 19th of June).
The current situation
We added support for multiple calendrical systems to 2.40. This involved:
@dhis2/multi-calendar-dates
, among other periods and dates utilities. Documentation for the current supported methods can be found here.The current state of support can be seen in this Jira epic. Next, we want to support the rest of the apps, with the aim of eventually having full support for multiple calendar systems across DHIS2.
Next steps and actions
Backend: To add support for Tracker. Before then, they will revisit the current implementation, and see if any refactoring should be done. To be led by: @abyot @jbee
Analytics: Confirm that Line Listing and Dashboard work as expected (with the upgrade of analytics library), and that there are no other use cases for the date picker in Analytics. Done by @edoardo and confirmed that no further changes needed.
Analytics: Discuss year on year calculation, mainly how reconciliation of differences between different month lengths should be handled. Is it a FE or BE concern or both? @edoardo to lead discussion with different stakeholders
Tracker FE: FE will start with integrating the new UI component - Owner @JoakimSM
Mobile: start a PoC for using Kotlin multi-platform for generating periods (and other date utilities) to replace the core logic in @dhis2/multi-calendar-dates - next step would be to define what that PoC can tackle jose @vgarciabnz @marcamsn @andresmr
Platform: Add support to Import/Export app @kabaros
Platform: Implement tweaks and fixes to the UI components, and any other requests from the teams for adding period generation or dates logic to the multi-calendar library. @kabaros
Other notes
Beta Was this translation helpful? Give feedback.
All reactions