CSC207-UofT / course-project-group-054

course-project-group-054 created by GitHub Classroom
4 stars 4 forks source link

Unique Identifier Generator #39

Closed WaseeA closed 2 years ago

WaseeA commented 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.

ghost commented 2 years ago

BudgetManager's create method relies on the repository to generate a BUID. The save method in RepositoryGatewayI returns a new UID.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 1 day with no activity.