Closed WaseeA closed 2 years ago
We need to figure out a way to read from the database to create unique identifiers for our entities. There could be potential issues if we have two entities with the same identifier when we try to operate on one of the entities.
BudgetManager's create method relies on the repository to generate a BUID. The save method in RepositoryGatewayI returns a new UID.
This issue is stale because it has been open 1 day with no activity.
We need to figure out a way to read from the database to create unique identifiers for our entities. There could be potential issues if we have two entities with the same identifier when we try to operate on one of the entities.