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

change all ID parameters in URI to UUID #2204

Open
2 tasks
swaroopar opened this issue Dec 12, 2024 · 1 comment
Open
2 tasks

change all ID parameters in URI to UUID #2204

swaroopar opened this issue Dec 12, 2024 · 1 comment
Labels
Accepted Issues that have been accepted and planned api bug Something isn't working

Comments

@swaroopar
Copy link
Contributor

Currently we use string for the ID field in some places and UUID field in someplaces. When we are using string, we are again internally creating UUID out of it. This can avoided.

  • Check all controller classes and set ID to type UUID
  • fix the audit annotation to pass the correct type.
@swaroopar swaroopar added bug Something isn't working api Accepted Issues that have been accepted and planned labels Dec 12, 2024
@swaroopar swaroopar added this to the Sprint 122024_2 milestone Dec 12, 2024
@Alice1319
Copy link
Contributor

I'll take this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Issues that have been accepted and planned api bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants