Week 4
Activities
Backend contributions:
-
Testing all the APIs i've been working on:
-
Listing deletable groups API: https://github.com/fossology/fossology/pull/2247
-
Getting group members with respective permissions API: https://github.com/fossology/fossology/pull/2251
-
Delete Group API: https://github.com/fossology/fossology/pull/2244
It was my first time working on tests in Slim flamework unfortunately they are not passing as expected by the moment. But i am going to improve them in this coming week.
-
-
Released a new REST API to change the user permission from a particular group: https://github.com/fossology/fossology/pull/2259
- Testing all the APIs i've been working on.
- Created The API to change the user's permission.
- Implemented the UI PAGE for delete GROUP.
- Created the pull request for DELETE GROUP PAGE.
- Created the pull request for CHANGE User Permission API.
Frontend Contributions:
- Created and integrated DELETE GROUP PAGE. https://github.com/fossology/FOSSologyUI/pull/241
SOME SCREENSHOTS
1. CHANGE USER PERMISSION Api
2. DELETE GROUP PAGE
NEXT WEEK'S EXPECTATIONS
- Test all the remaining APIs i've been working on.
- Add a confirmation pop-up before the user deletes a group.
- Add the REST API to remove a user from a group.