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

Feature: Add a utility function to check if a certain graph is valid #12

Closed
rubenmate opened this issue May 11, 2024 · 0 comments · Fixed by #36
Closed

Feature: Add a utility function to check if a certain graph is valid #12

rubenmate opened this issue May 11, 2024 · 0 comments · Fixed by #36
Assignees
Labels
enhancement New feature or request important Important issue that should be top priority
Milestone

Comments

@rubenmate
Copy link
Owner

rubenmate commented May 11, 2024

Background:

In our application, we frequently encounter scenarios where users need to validate the structure and integrity of graphs. Ensuring that graphs are correctly formed and adhere to specific rules is crucial for accurate analysis and visualization. To streamline this process and enhance user experience, we propose implementing a utility function specifically designed to check the validity of graphs.

Goals:

  • Develop a utility function that can validate the structure and integrity of graphs based on predefined rules.

Proposed Solution:

  • Define a structure to store the state of the graph in memory
  • Define a function that checks that a certain graph is valid or not following the rules in a E-R model.
@rubenmate rubenmate added the enhancement New feature or request label May 11, 2024
@rubenmate rubenmate added this to the Sprint 2 milestone May 11, 2024
@rubenmate rubenmate self-assigned this May 20, 2024
@rubenmate rubenmate added the important Important issue that should be top priority label Jun 20, 2024
@rubenmate rubenmate linked a pull request Jun 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important Important issue that should be top priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant