dorm-social-room-manager / dsrm-frontend

front-end part of the dorm social rooms manager project
0 stars 0 forks source link

load users from csv file #43

Open kaczor6418 opened 1 year ago

kaczor6418 commented 1 year ago

We should create a page with input for uploading all users that lives in dormitory. Once the whole file is loaded, we should display all the users that will be added in the table view inside the dialog component and allow admin to remove any users if needed. Once Admin selected all the users he wants to add as dormitory locators, he can press button to add these users (we will send batch operation with all users). If users were added successful, we should display success notification and redirect to UsersList view page.

This operation should be allowed only for Admin/Moderator users