Skip to main content

Week 10

THIS WEEK'S CONTRIBUTIONS

FRONTEND:

  1. 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

manage-group-users-improved

Pull request: feat(UI): added manage group-users page

BACKEND:

  1. 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:

add-user-to-group

  • ATTEMPT TO ADD AN ALREADY EXISTING MEMBER:

re-add-user-to-group

Pull request: feat(API): add user to a group.

NEXT WEEK'S PLAN