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

Convert database id properties from numeric to UUID #1027

Open
jbair06 opened this issue Oct 10, 2024 · 0 comments
Open

Convert database id properties from numeric to UUID #1027

jbair06 opened this issue Oct 10, 2024 · 0 comments
Labels
Audit Issues resulting from a code or process audit Sprint Backlog Issue is tied to a sprint and to be completed after high priority issues are completed

Comments

@jbair06
Copy link
Member

jbair06 commented Oct 10, 2024

Problem

The front-end deals with transactions and all other entities saved in the back-end using the id property. This property is numeric. This means there is potential for id cross-over (from one table to another, or from one organization to another) that might cause issues in the future. This is unlikely, however, as data from the back-end is separated by organization.

Solution

Convert all numeric ids to UUIDs. This will require a lot of work on the back-end and front-end.

Alternatives

No response

@jbair06 jbair06 added the Backlog Work that needs to be done sometime in the future. No milestone assigned or not yet available. label Oct 10, 2024
@jbair06 jbair06 added the Audit Issues resulting from a code or process audit label Nov 13, 2024
@jbair06 jbair06 added Sprint Backlog Issue is tied to a sprint and to be completed after high priority issues are completed and removed Backlog Work that needs to be done sometime in the future. No milestone assigned or not yet available. labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audit Issues resulting from a code or process audit Sprint Backlog Issue is tied to a sprint and to be completed after high priority issues are completed
Projects
None yet
Development

No branches or pull requests

1 participant