-
Notifications
You must be signed in to change notification settings - Fork 87
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
feat(UI): Upload permissions page UI and API Implementation done #251
base: main
Are you sure you want to change the base?
Conversation
This pull request has conflicts, please rebase to resolve those before we can evaluate the pull request. |
@krishna9304 : UI looks good. except that I'm facing issue with adding user to upload who is not first. Page reload every time is causing this can you please check ? |
yes, there are some changes in the backend that's causing this issue. I'll fix this and update the PR. |
8eaa2fc
to
438b92b
Compare
438b92b
to
9a5a20c
Compare
Fixed the issues and updated the PR. PTAL @shaheemazmalmmd . |
9a5a20c
to
d712cf2
Compare
resolved conflicts @shaheemazmalmmd . |
@krishna9304 While testing i have found that i was not able to render the groups also the public permissions has been changed to user permission. please not that public permissions here are specific to upload not to user. |
d712cf2
to
f63d0b3
Compare
Update the PR. PTAL at the recent changes. @shaheemazmalmmd |
@krishna9304 I have tested the Pull request and i still see the same issue. |
Description
Ui and API Implementation of the
Upload Permissions
page.Tasks Done
Demo Screenshots
final.mp4
How to test
admin
>Upload Permissions
/admin/upload-permissions
cc: @Shruti3004 @GMishx
This closes #247 .