Skip to content

feat: Merge View (RDFA-344)#176

Open
kiph-soptim wants to merge 30 commits into
mainfrom
feature/RDFA-344-Cross-profile-diagrams
Open

feat: Merge View (RDFA-344)#176
kiph-soptim wants to merge 30 commits into
mainfrom
feature/RDFA-344-Cross-profile-diagrams

Conversation

@kiph-soptim

@kiph-soptim kiph-soptim commented Jun 11, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds the Merge View. In the merge view all classes of an dataset are merged based on their URI and displayed in one diagram.

Related Issues

Checklist

  • Tests added or updated (or not applicable)
  • Documentation updated (or not applicable)
  • No breaking changes introduced (or described in the summary above)
  • Commits are signed off (git commit -s) for DCO

Testing Notes

…s-profile-diagrams

# Conflicts:
#	frontend/src/routes/mainpage/packageNavigation/DatasetSection.svelte
…s-profile-diagrams

# Conflicts:
#	backend/src/main/java/org/rdfarchitect/database/inmemory/GraphWithContext.java
#	backend/src/main/java/org/rdfarchitect/database/inmemory/GraphWithContextCollection.java
#	backend/src/main/java/org/rdfarchitect/database/inmemory/InMemoryDatabase.java
#	backend/src/main/java/org/rdfarchitect/database/inmemory/InMemoryDatabaseImpl.java
#	backend/src/main/java/org/rdfarchitect/database/inmemory/SessionDataStore.java
#	backend/src/main/java/org/rdfarchitect/services/diagrams/CustomDiagramService.java
#	backend/src/main/java/org/rdfarchitect/services/dl/select/QueryDiagramLayoutService.java
#	backend/src/main/java/org/rdfarchitect/services/dl/update/UpdateDiagramLayoutService.java
#	backend/src/main/java/org/rdfarchitect/services/dl/update/classlayout/UpdateClassLayoutService.java
#	frontend/src/lib/rendering/svelteflow/components/SvelteFlowClassContextMenu.svelte
@Data
@AllArgsConstructor
public class CrossProfileDiagramColorDataDTO {
Map<String, String> graphColors;
kiph-soptim and others added 6 commits June 11, 2026 12:47
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Signed-off-by: Philipp Kirchner <philipp.kirchner@soptim.de>
This reverts commit fd48b2d.

import java.util.List;

@EqualsAndHashCode(callSuper = true)

@EqualsAndHashCode(callSuper = true)
@Data
@SuperBuilder(toBuilder = true)
private List<GraphSourcedDTO<AttributeDTO>> attributes;
private List<GraphSourcedDTO<EnumEntryDTO>> enumEntries;
private List<GraphSourcedDTO<AssociationPairDTO>> associationPairs;
private List<CIMSStereotype> stereotypes;
private List<GraphSourcedDTO<SuperClassDTO>> superClasses;
private List<GraphSourcedDTO<AttributeDTO>> attributes;
private List<GraphSourcedDTO<EnumEntryDTO>> enumEntries;
private List<GraphSourcedDTO<AssociationPairDTO>> associationPairs;
private List<ClassSourceDTO> sources;
private List<GraphSourcedDTO<SuperClassDTO>> superClasses;
private List<GraphSourcedDTO<AttributeDTO>> attributes;
private List<GraphSourcedDTO<EnumEntryDTO>> enumEntries;
private String label;
private List<ClassSourceDTO> sources;
private List<GraphSourcedDTO<SuperClassDTO>> superClasses;
private List<GraphSourcedDTO<AttributeDTO>> attributes;
private String classUri;
private String label;
private List<ClassSourceDTO> sources;
private List<GraphSourcedDTO<SuperClassDTO>> superClasses;
private UUID uuid;
private String classUri;
private String label;
private List<ClassSourceDTO> sources;
@kiph-soptim kiph-soptim marked this pull request as ready for review June 12, 2026 09:25
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.

1 participant