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

Feature/visa permission api #690

Merged
merged 7 commits into from
May 4, 2023

Conversation

Azher2Ali
Copy link
Contributor

Committing changes related to VisaPermissions CRUD operation endpoints implementation.
#680

@Azher2Ali Azher2Ali requested a review from joneubank April 26, 2023 17:14
@Azher2Ali Azher2Ali linked an issue Apr 26, 2023 that may be closed by this pull request
Copy link
Contributor

@joneubank joneubank left a comment

Choose a reason for hiding this comment

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

Thanks! 👍

Comment on lines +3 to +7
policy_id UUID,
visa_id UUID,
access_level ACLMASK NOT NULL,
FOREIGN KEY (policy_id) REFERENCES POLICY(id),
FOREIGN KEY (visa_id) REFERENCES GA4GHVISA(id)
Copy link
Contributor

Choose a reason for hiding this comment

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

this naming is so much clearer. thanks for cleaning that up.

@Azher2Ali Azher2Ali merged commit a91e98a into feature/develop-passport May 4, 2023
@Azher2Ali Azher2Ali deleted the feature/visaPermissionApi branch May 4, 2023 18:27
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.

Create Admin CRUD Endpoints for Visa - Permission Mapping
2 participants