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

936 change id to UUID #939

Merged
merged 17 commits into from
Feb 21, 2024
Merged

936 change id to UUID #939

merged 17 commits into from
Feb 21, 2024

Conversation

Sepehr-Sobhani
Copy link
Contributor

@Sepehr-Sobhani Sepehr-Sobhani commented Feb 20, 2024

ISSUE 936
AND
ISSUE 822
AND
An issue with the Admin Requests Table which was not showing up because of removing id attribute in recent changes.

NOTE:

@Sepehr-Sobhani Sepehr-Sobhani force-pushed the 936-change-id-to-uuid branch 2 times, most recently from 046ac6b to b3fc3ae Compare February 20, 2024 21:49
@Sepehr-Sobhani Sepehr-Sobhani marked this pull request as ready for review February 20, 2024 21:54
Copy link
Contributor

@dleard dleard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Looks good to me. Just one suggestion that can be tackled later.
I did some basic testing locally on the main workflow & didn't see any issues:

  • Request operator access
  • Approve operator access
  • Update operator
  • Request BORO ID

@@ -66,6 +66,7 @@ export default async function Page() {
];

const statusRows: GridRowsProp = userOperatorStatuses.map((uOS) => ({
id: uOS.id, // This unique ID is needed for DataGrid to work properly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍
We should also remove lines 14-20 above, showing the guid in the table is not helpful

@dleard dleard merged commit af69006 into develop Feb 21, 2024
15 of 16 checks passed
@Sepehr-Sobhani Sepehr-Sobhani deleted the 936-change-id-to-uuid branch February 21, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants