Skip to content

History

Jan Bernitt edited this page Apr 20, 2023 Β· 4 revisions

To Dos that are done get moved to this page.

  • 🌱 = task / new feature
  • 🧹 = housekeeping
  • 🎨 = design
  • 🐞 = bug
  • πŸ’‘ = idea
  • πŸ” = investigate
  • ⚑ = test related
  • πŸ”§ = development setup related

Reviews

Backports

Ideas

  • 🧹 use lombok in ImportOptions (dxf2)
  • πŸ”§ IDE extract method
  • 🌱 json-tree: support accessing invididual elements or members without parsing all in that parent
  • 🌱 wording change, see comment in https://github.com/dhis2/dhis2-core/pull/10613
  • πŸ”§ json-tree: set end index for elements and members when parsing all of them anyhow (already works like that)
  • πŸ”§ json-tree: Cache complex data structures when accessed? relative path based on their own path and the search path
  • 🐞 json-tree: JsonList an co may throw exception for stream() and similar if the collection property does not exist - is this consistent or should that be empty?
  • πŸ’‘ json-tree: Replace new JsonDocument(...) with new method JsonNode.of ?
  • πŸ’‘ json-tree: Can JsonNode have a get(String path)? Leafs know there is nothing, non-leafts have the node map and can compute the
  • 🌱 start using json-tree in e2e
  • 🌱 translations for data integrity checks
  • 🧹 clean HibernateIdentifiableObjectStore#getByCode and similar so that those without User can call those with user using the "current" user
  • 🌱 add parameter to startingStage to configure per stage if process should continue when items or stage fails
  • 🌱 log JobProgress
  • 🐞 only run Notifier clean once in NotifierJobProgress
  • 🐞 relax assert for test https://github.com/dhis2/dhis2-core/blob/master/dhis-2/dhis-support/dhis-support-system/src/test/java/org/hisp/dhis/system/notification/NotifierTest.java#L213 (more issues - needs backport to 2.38)
  • 🌱 replace (instead of append) forwarded Notifier "items" level messages from JobProgress
  • 🐞 stop JobProgress forward to Notifier for items (master, 2.38, 2.38.0)
  • 🐞 Gist API user filtering: https://jira.dhis2.org/browse/DHIS2-12972
  • πŸ”§ IDE SQL logging
Clone this wiki locally