Week 12
Meeting 24
(August 30th, 2022)
GSoC 2022 Project Discussions - REUSE
Attendees
Discussions/Updates
- Currently working on issue #2214 - Detecting licenses declared in LICENSE file and LICENSES folder.
- Created a new class for detecting LICENSES folder.
- Few doubts were cleared regarding the above issue.
- Suggestions by mentors on solution-
- Use
declared licenses
in REUSE standard report. - REUSE standard report should be same for the whole upload.
- Move the class for detecting LICENSES folder under
lib/php/BusinessRules
and create a new class for comparing the data/conclusion. - Learned to use
PHP Unit and Functional Tests
from the CLI.
- Use
Meeting 25
(September 1st, 2022)
GSoC 2022 weekly update
Attendees
- Gaurav Mishra
- Shaheem Azmal M MD
- Kaushlendra Pratap
- Ayush Bhardwaj
- Sushant Kumar
- Rohit Pandey
- Feng Wenhan
- Soham Banerjee
- Samuel Dushimimana
- Krishna Mahato
- Feng Wenhan
Discussions/Updates
- Currently working on issue #2214 - Detecting licenses declared in LICENSE file and LICENSES folder.
- Cleared doubts regarding the PHP Unit and Functional test.
Conclusions and further plans
- Implementation of LICENSES directory detection.
- Solve the changes suggest by mentors on existing PR.