Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement save children ordering #76

Conversation

alexsilaghi
Copy link
Collaborator

implementing the method for saving children ordering.

nikunjagarwal321 and others added 17 commits November 9, 2024 14:57
…estCase by make it deterministic and free from order
- Moved DisplayContext to ui package because it's more general that hierarchy stuff
- Added selectedPaths to DisplayContext
- Added ViewId
- Added ViewNodeId
- Added rules for selecting HierarchyDescriptors
- Added a repository for rules
- Added unit tests and integration tests
…he new structure for ProjectOrderedChildren. Struggeled to create integration test for GetEntityHierarchyChildrenActionHandler, eventually scrapped it and create integration test for ProjectOrderedChildrenServiceImplIT. Added addChildrenToParent and removeChildrenFromParent to ProjectOrderedChildrenService.
alexsilaghi and others added 11 commits February 20, 2025 14:47
…ng-from-main

154 support sibling ordering from main
…en-ordering

# Conflicts:
#	src/main/java/edu/stanford/protege/webprotege/ApplicationBeansConfiguration.java
#	src/main/java/edu/stanford/protege/webprotege/hierarchy/GetEntityHierarchyChildrenActionHandler.java
#	src/main/java/edu/stanford/protege/webprotege/hierarchy/ordering/ProjectOrderedChildren.java
#	src/main/java/edu/stanford/protege/webprotege/hierarchy/ordering/ProjectOrderedChildrenRepository.java
#	src/main/java/edu/stanford/protege/webprotege/hierarchy/ordering/ProjectOrderedChildrenRepositoryImpl.java
#	src/main/java/edu/stanford/protege/webprotege/hierarchy/ordering/ProjectOrderedChildrenService.java
#	src/main/java/edu/stanford/protege/webprotege/hierarchy/ordering/ProjectOrderedChildrenServiceImpl.java
#	src/test/java/edu/stanford/protege/webprotege/hierarchy/ordering/ProjectOrderedChildrenServiceImplIT.java
Fixed flaky test shouldGetClsAsRootEntity in SubjectClosureResolver_TestCase.java
# Conflicts:
#	pom.xml
#	src/main/java/edu/stanford/protege/webprotege/ApplicationBeansConfiguration.java
Implemented DisplayContext for selecting hierarchy descriptors
…en-ordering

# Conflicts:
#	src/main/java/edu/stanford/protege/webprotege/ApplicationBeansConfiguration.java
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.

4 participants