Skip to content

Conversation

@bhharsh13
Copy link
Contributor

Fixed the issue for the new Path added in the STAMP Module.
https://ikmdev.atlassian.net/browse/IIA-1971
Validated the changes on local and looks good.
New Path Added in module

Please help to review the PR.

Copy link
Contributor

@swaroopsalvi swaroopsalvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also update the following methods in StampVeiwModel to call the fetchDescendentsOfConcets?

  1. findAllModules
  2. findAllPaths

So the body of the methods will be:

public Set findAllModules(ViewProperties viewProperties) {
return DataModelHelper.fetchDescendentsOfConcept(viewProperties, TinkarTerm.MODULE.publicId());
}

public Set findAllPaths(ViewProperties viewProperties) {
return DataModelHelper.fetchDescendentsOfConcept(viewProperties, TinkarTerm.PATH.publicId());
}

You will have to test all the screens including LIDR.

@carldea , This will have consistent implementation across all the dropdowns.
Please suggest.

@bhharsh13 bhharsh13 requested a review from swaroopsalvi May 15, 2025 14:09
Copy link
Contributor

@swaroopsalvi swaroopsalvi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Need to do unit testing for the modules that call these methods.

@bhharsh13 bhharsh13 merged commit 0570412 into ikmdev:main May 15, 2025
6 checks passed
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.

2 participants