You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: