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

Refactor of process hierarchy back-end functionality #836

Open
sir-larsen opened this issue Nov 26, 2024 · 0 comments
Open

Refactor of process hierarchy back-end functionality #836

sir-larsen opened this issue Nov 26, 2024 · 0 comments
Assignees
Labels
back-end Backend code, functionality, or API endpoints refactor Improvements to code quality, readability, and maintainability

Comments

@sir-larsen
Copy link

sir-larsen commented Nov 26, 2024

Right now the linked processes are referenced by a field in a linked process type vertex in the database. This is BAD, and should be refactored to a more idiomatic use of the graph database, e.g having an edge from a linked process vertex to the root node of the process that is to be linked, allowing for proper traversals.

@sir-larsen sir-larsen added back-end Backend code, functionality, or API endpoints refactor Improvements to code quality, readability, and maintainability labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Backend code, functionality, or API endpoints refactor Improvements to code quality, readability, and maintainability
Projects
None yet
Development

No branches or pull requests

2 participants