Week 10
THIS WEEK'S CONTRIBUTIONS
FRONTEND:
- Improved the UI look and added new functionalities in the Manage group users page.
Description:
The current implementation of manage group users , did not give any way to add back the removed user. These improvements are allowing to add back the removed member.
SCREENSHOTS
Pull request: feat(UI): added manage group-users page
BACKEND:
- Added a new API to add the user to the group.
Description:
This API gives the ability to add the user who was removed from the group , to invite him back to the group.
SCREENSHOTS
- ADDING USER TO THE GROUP:
- ATTEMPT TO ADD AN ALREADY EXISTING MEMBER:
Pull request: feat(API): add user to a group.
NEXT WEEK'S PLAN
- Improve the UI look of the manage group users page according to the mentor's feedbacks.
- Finish the remaining work on the fix(API): merge multiple upload-api calls into one..
- Complete the suggested changes on feat(API): delete admin-license candidate.
- Add more UI pages on the license module.