forked from dhis2/dhis2-core
-
Notifications
You must be signed in to change notification settings - Fork 0
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
- π§Ή 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 forstream()
and similar if the collection property does not exist - is this consistent or should that be empty? - π‘ json-tree: Replace
new JsonDocument(...)
with new methodJsonNode.of
? - π‘ json-tree: Can
JsonNode
have aget(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 withoutUser
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 inNotifierJobProgress
- π 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 toNotifier
for items (master
,2.38
,2.38.0
) - π Gist API user filtering: https://jira.dhis2.org/browse/DHIS2-12972
- π§ IDE SQL logging