Skip to main content

Week 4

Activities

Backend contributions:

  1. Testing all the APIs i've been working on:

    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.

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

  1. Created and integrated DELETE GROUP PAGE. https://github.com/fossology/FOSSologyUI/pull/241

SOME SCREENSHOTS

1. CHANGE USER PERMISSION Api

change-user-permission-pic

2. DELETE GROUP PAGE

delete-group-pic

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.