Skip to content

Conversation

@jallentxbiomed
Copy link
Collaborator

  • Added logic to getBulkEventData and getNextLevelEventDataSuperPkgs that saves a child's ParentSuperPkgId in the nextLevelEventDataSuperPkgs HashMap if multiple parents share it's parentSuperPkgId.

i.e. - Map<Integer, Map<Integer, SuperPackage>> is now Map<Integer, Map<Integer, Pair<SuperPackage, Integer>> where the Pair structure is SuperPackage and associated parentEventDataId

  • Updated & optimized comments throughout the bulk processing SND code because it took me awhile to remember what it was doing when going through the code initially.

@jallentxbiomed jallentxbiomed merged commit 73a876c into release23.11-SNAPSHOT Sep 24, 2024
@jallentxbiomed jallentxbiomed deleted the 23.11_fb_handleMultipleSuperPkgs branch September 24, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants