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

Instead of hard coding CreatePriority, build a DAG #28

Open
oliverheywood451 opened this issue Jan 24, 2023 · 0 comments
Open

Instead of hard coding CreatePriority, build a DAG #28

oliverheywood451 opened this issue Jan 24, 2023 · 0 comments

Comments

@oliverheywood451
Copy link
Collaborator

This is a follow up idea to issue #25

Right now create priority is just a hard coded number. It could be hard to understand where it comes from. Instead, we could hard code the blocking relationships (e.g. Buyer Users must be created before Buyers), use that to build a Directed Acyclic Graph, and then use that to determine create priority.

This is kinda cool, but low priority.

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

No branches or pull requests

1 participant