diff --git a/docs/2025/data-pipeline/index.md b/docs/2025/data-pipeline/index.md index aa1f71151..0169b2221 100644 --- a/docs/2025/data-pipeline/index.md +++ b/docs/2025/data-pipeline/index.md @@ -2,4 +2,50 @@ sidebar_position: 2 title: Introduction slug: /2025/data-pipeline/ ---- \ No newline at end of file +--- + + +## Author + +[Abdulsobur Oyewale](https://github.com/smilingprogrammer) + +## Contact info + +- [Email](mailto:oyewaleabdulsobur@gmail.com) + +## Project title + +Data Pipelining For Safaa + +## What's the project about? + +Currently, Safaa provides a strong framework designed to deal with copyright notices particularly focusing on the identification and reduction of false positives, as well as streamlining the decluttering procedure to remove unnecessary content. Key features of Safaa include: +1. Model Flexibility +2. Integration with scikit-learn +3. spaCy Integration +4. Preprocessing Tools + +However, Currently in the Safaa Project, data is manually curated And we see that most of the things are manual here. +This project will concentrate on creating a pipeline, Utilizing LLMs if required to increase the accuracy, or use deep learning techniques to improve. + +Writing scripts to copy copyright data automatically(group's data or some users data) from fossology instance to train the model. + + +## What should be done? + +Here are the key tasks planned for the project: + +1. Create Scripts to fetch the copyright data from FOSSology Server copyright table (localhost) +2. Clean and preprocess fetched copyright data (utilize prewritten processing functions) + - Preprocess data should have label and clean text. +3. Split data for training/validation/test. +4. Train false/positive model as well as declutter model (utilize prewritten train functions) +5. Model evaluation (check for precision, recall etc..) +6. Model versioning and release. +7. Should work for both Gitlab and Github. + - Manual trigger. + - Should also have a functionality to work as cron job. \ No newline at end of file diff --git a/docs/2025/data-pipeline/updates/2025-05-30.md b/docs/2025/data-pipeline/updates/2025-05-30.md new file mode 100644 index 000000000..b23a8b5b5 --- /dev/null +++ b/docs/2025/data-pipeline/updates/2025-05-30.md @@ -0,0 +1,42 @@ +--- +title: Community bonding +author: Abdulsobur Oyewale +--- + +# **Meeting Summary for GSoC Community Bonding Period** + +# Introduction Meeting +*(May 29,2025)* + +This was the inaugural meeting of the community bonding period for GSoC 2025. +* A general introduction of mentors and contributors took place. +* We were giving an introduction about the FOSSology community. +* Time and platform for the weekly general meeting were discussed. +* We were also engaged on the expectations for the GSoC program. +* The Mentors also emphasized the importance of communication in open source projects. +* At the end there was a Q&A session to address any queries we may have. + +# Personal Meeting With The Mentors +*(May 30,2025)* + + +* They emphasize on the importance of documentation in this project. +* I was encouraged on the practice of regular updates. +* We discussed about the projects and what the targets and expectations are. +* We also discussed about timings for weekly technical calls but didn't make the final decisions since one of the mentors wasn't available with us on the call. +* There was also discussion with my mentor on reviewing last year works. +* We also discussed about adding my documentation to the fossology GSoC page, and submitting a pull request. +* Lastly, I engaged with mentors on how to start my coding period by locally installing Fossology, and trying out different test to understand how it works. + + +### Engagements + +* Explored Fossology local setup installation process +* Treated some crucial pipeline requirements essential for Safaa's automation efforts. + + +**This report summarizes my activities and interactions during the GSoC community bonding period.** diff --git a/docs/2025/data-pipeline/updates/2025-06-04.md b/docs/2025/data-pipeline/updates/2025-06-04.md new file mode 100644 index 000000000..d0d5c6c88 --- /dev/null +++ b/docs/2025/data-pipeline/updates/2025-06-04.md @@ -0,0 +1,31 @@ +--- +title: Week 1 +author: Abdulsobur Oyewale +tags: [gsoc25, Safaa Data for Pipeline] +--- + + + +# WEEK 1 +*(May 30, 2024)* + +## Attendees: +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) +- [Ayush Kumar Bhardwaj](https://github.com/hastagAB) + +### Enagagements +* I engaged in the installation of Fossology locally, and solved the obstacle of working with Windows. Since Fossology installation guide works best with Linux, I was able to achieve this installation with WSL2. +* I also conducted various examples on the Safaa agent to tests out it features and functionalities which also gives me the insight of how it currently works. You can find this here. + +## Discussion: +* I discoursed about how I installed Fossology with the link provided for me by my mentors and familiarized myself with its features. +* Furthermore, I discussed with them about the test I conducted with Safaa current copyright detection agent and then experimented with false positive deactivation agent to assess its features and functionalities by playing around it with examples. +* Lastly, Safaa's performance was critically evaluated, and strategies for acquiring data for my Copyright script was discussed with me + + +## Subsequent Steps +* I was tasked to begin with the first task in the project list which is about the creation of script to get copyright data from a fossology instance. diff --git a/docs/2025/data-pipeline/updates/_category_.json b/docs/2025/data-pipeline/updates/_category_.json new file mode 100644 index 000000000..42eb761bd --- /dev/null +++ b/docs/2025/data-pipeline/updates/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Weekly Updates", + "position": 2 +} diff --git a/docs/2025/minutes/2025-06-05.md b/docs/2025/minutes/2025-06-05.md new file mode 100644 index 000000000..5a03a0e4c --- /dev/null +++ b/docs/2025/minutes/2025-06-05.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 1 +title: Week 1 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 05-06-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-06-12.md b/docs/2025/minutes/2025-06-12.md new file mode 100644 index 000000000..4a56eb872 --- /dev/null +++ b/docs/2025/minutes/2025-06-12.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 2 +title: Week 2 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 12-06-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-06-19.md b/docs/2025/minutes/2025-06-19.md new file mode 100644 index 000000000..fbe4648df --- /dev/null +++ b/docs/2025/minutes/2025-06-19.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 3 +title: Week 3 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 19-06-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-06-26.md b/docs/2025/minutes/2025-06-26.md new file mode 100644 index 000000000..d51b36d9a --- /dev/null +++ b/docs/2025/minutes/2025-06-26.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 4 +title: Week 4 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 26-06-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-07-03.md b/docs/2025/minutes/2025-07-03.md new file mode 100644 index 000000000..8fb0fe423 --- /dev/null +++ b/docs/2025/minutes/2025-07-03.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 5 +title: Week 5 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 03-07-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-07-10.md b/docs/2025/minutes/2025-07-10.md new file mode 100644 index 000000000..792bb62d2 --- /dev/null +++ b/docs/2025/minutes/2025-07-10.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 6 +title: Week 6 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 10-07-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-07-17.md b/docs/2025/minutes/2025-07-17.md new file mode 100644 index 000000000..a160d84cd --- /dev/null +++ b/docs/2025/minutes/2025-07-17.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 7 +title: Week 7 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 17-07-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-07-24.md b/docs/2025/minutes/2025-07-24.md new file mode 100644 index 000000000..4c8bed2be --- /dev/null +++ b/docs/2025/minutes/2025-07-24.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 8 +title: Week 8 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 24-07-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-07-31.md b/docs/2025/minutes/2025-07-31.md new file mode 100644 index 000000000..588a9742c --- /dev/null +++ b/docs/2025/minutes/2025-07-31.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 9 +title: Week 9 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 31-07-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-08-07.md b/docs/2025/minutes/2025-08-07.md new file mode 100644 index 000000000..32b9c1dab --- /dev/null +++ b/docs/2025/minutes/2025-08-07.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 10 +title: Week 10 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 07-08-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-08-14.md b/docs/2025/minutes/2025-08-14.md new file mode 100644 index 000000000..a200c93b4 --- /dev/null +++ b/docs/2025/minutes/2025-08-14.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 11 +title: Week 11 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 14-08-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-08-21.md b/docs/2025/minutes/2025-08-21.md new file mode 100644 index 000000000..978b4438a --- /dev/null +++ b/docs/2025/minutes/2025-08-21.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 12 +title: Week 12 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 21-08-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-08-28.md b/docs/2025/minutes/2025-08-28.md new file mode 100644 index 000000000..1d00d8615 --- /dev/null +++ b/docs/2025/minutes/2025-08-28.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 13 +title: Week 13 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 28-08-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-09-04.md b/docs/2025/minutes/2025-09-04.md new file mode 100644 index 000000000..4d2d19aa9 --- /dev/null +++ b/docs/2025/minutes/2025-09-04.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 14 +title: Week 14 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 04-09-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-09-11.md b/docs/2025/minutes/2025-09-11.md new file mode 100644 index 000000000..944878b51 --- /dev/null +++ b/docs/2025/minutes/2025-09-11.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 15 +title: Week 15 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 11-09-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-09-18.md b/docs/2025/minutes/2025-09-18.md new file mode 100644 index 000000000..c841d8983 --- /dev/null +++ b/docs/2025/minutes/2025-09-18.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 16 +title: Week 16 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 18-09-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-09-25.md b/docs/2025/minutes/2025-09-25.md new file mode 100644 index 000000000..4afbb8062 --- /dev/null +++ b/docs/2025/minutes/2025-09-25.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 17 +title: Week 17 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 25-09-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-10-02.md b/docs/2025/minutes/2025-10-02.md new file mode 100644 index 000000000..64cb0972e --- /dev/null +++ b/docs/2025/minutes/2025-10-02.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 18 +title: Week 18 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 02-10-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-10-09.md b/docs/2025/minutes/2025-10-09.md new file mode 100644 index 000000000..618907068 --- /dev/null +++ b/docs/2025/minutes/2025-10-09.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 19 +title: Week 19 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 09-10-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-10-16.md b/docs/2025/minutes/2025-10-16.md new file mode 100644 index 000000000..363e38ea8 --- /dev/null +++ b/docs/2025/minutes/2025-10-16.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 20 +title: Week 20 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 16-10-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-10-23.md b/docs/2025/minutes/2025-10-23.md new file mode 100644 index 000000000..754c0551b --- /dev/null +++ b/docs/2025/minutes/2025-10-23.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 21 +title: Week 21 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 23-10-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-10-30.md b/docs/2025/minutes/2025-10-30.md new file mode 100644 index 000000000..f31e836ea --- /dev/null +++ b/docs/2025/minutes/2025-10-30.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 22 +title: Week 22 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 30-10-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-11-06.md b/docs/2025/minutes/2025-11-06.md new file mode 100644 index 000000000..9600e2f45 --- /dev/null +++ b/docs/2025/minutes/2025-11-06.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 23 +title: Week 23 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 06-11-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-11-13.md b/docs/2025/minutes/2025-11-13.md new file mode 100644 index 000000000..ddbb52273 --- /dev/null +++ b/docs/2025/minutes/2025-11-13.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 24 +title: Week 24 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 13-11-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/minutes/2025-11-20.md b/docs/2025/minutes/2025-11-20.md new file mode 100644 index 000000000..2cd590a12 --- /dev/null +++ b/docs/2025/minutes/2025-11-20.md @@ -0,0 +1,116 @@ +--- +sidebar_position: 25 +title: Week 25 +--- + + + +Welcome to meeting minutes page for GSoC 2025 at FOSSology 20-11-2025. + + +## Attendees: + + - [Katharina Ettinger](https://github.com/EttingerK) + + - [Gaurav Mishra](https://github.com/GMishx) + + - [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) + + - [Kaushlendra Pratap](https://github.com/Kaushl2208) + + - [Soham Banerjee](https://github.com/soham4abc) + + - [Ayush Bhardwaj](https://github.com/hastagAB) + + - [Anupam Ghosh](https://github.com/ag4ums) + + - [Sahil Jha](https://github.com/sjha2048) + + - [Avinal Kumar](https://github.com/avinal) + + - [Rajul Jha](https://github.com/rajuljha) + + - [Sushant Kumar Mishra](https://github.com/its-sushant) + + - [Jan Altenberg](https://github.com/JanAltenberg) + + - [Dearsh Oberoi](https://github.com/deo002) + + - [Amrit Kumar Verma](https://github.com/amritkv) + + - [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - [Tiyasa Kundu](https://github.com/tiyasakundu) + + - [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - [Harshit Gandhi](https://github.com/harshitg927) + + - [Chayan Das](https://github.com/ChayanDass) + + - [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - [Devanshi Sachan](https://github.com/devxnshi) + +## Missed: + + +## General + +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): No Update Available. + +- [Gaurav Mishra](https://github.com/GMishx): No Update Available. + +- [Kaushlendra Pratap](https://github.com/Kaushl2208): No Update Available. + +## Updates from contributors + +- [Rajul Jha](https://github.com/rajuljha) + + - No Update Available. + +- [Prakash-Mishra](https://github.com/Prakash-Mishra-9ghz) + + - No Update Available. + +- [Vaibhav Sahu](https://github.com/Vaibhavsahu2810) + + - No Update Available. + +- [Harshit Gandhi](https://github.com/harshitg927) + + - No Update Available. + +- [Chayan Das](https://github.com/ChayanDass) + + - No Update Available. + +- [Ahmed Gamal](https://github.com/Ahmed-Gamal24) + + - No Update Available. + +- [Oyewale Abdulsobur](https://github.com/smilingprogrammer) + + - No Update Available. + +- [Devanshi Sachan](https://github.com/devxnshi) + + - No Update Available. + +- [Muhammad Salman](https://github.com/SalmanDeveloperz) + + - No Update Available. + +- [Tiyasa Kundu](https://github.com/tiyasakundu) + + - No Update Available. + diff --git a/docs/2025/ui-react/index.md b/docs/2025/ui-react/index.md index 20b48835d..7095b1f77 100644 --- a/docs/2025/ui-react/index.md +++ b/docs/2025/ui-react/index.md @@ -2,4 +2,74 @@ sidebar_position: 9 title: Introduction slug: /2025/ui-react/ ---- \ No newline at end of file +--- + + + +## Author + +[Tiyasa Kundu](https://github.com/tiyasakundu) + +## Contact Info +[Email](mailto:tiyasakundu20@gmail.com) +[LinkedIn](https://www.linkedin.com/in/tiyasa-kundu-87a02120b/) + +## Project Title + +Completion of the FOSSology UI using React.js and Next.js + +## What's the project about? + +The FOSSology UI Completion Project aims to finalize and enhance the +React-based user interface that was previously initiated but remained incomplete +due to limited REST API support. Several pages currently lack full functionality +and proper data integration. This project focuses on completing those pages, +improving the UI/UX structure, and aligning the interface with FOSSology REST +API v2, transitioning away from the deprecated v1 implementation. The goal is +to deliver a more stable, user-friendly, and maintainable UI for the FOSSology +ecosystem. + +## Key Deliverables + +1. **Migration of Modern Stack** + + - Upgrade from React v17 to React v19. + - Transition from Create React App (CRA) to Vite for improved performance and development speed. + - Migrate from npm to pnpm for efficient package management. + +2. **Next.js Integration** + + - Evaluate and set up the project using Next.js framework to support server-side rendering and routing. + - Rebuild and organize existing components within the Next.js architecture + +3. **Completion of Incomplete UI Pages** + + - Finalize and implement all pending pages and components based on comparison with the older UI. + - Ensure proper data fetching via REST API v2 on all incomplete or partially implemented views. + +4. **UI/UX Restructuring** + + - Implement key user experience suggestions from the parallel UX improvement initiative. + - Enhance layout, usability, and visual consistency based on user feedback and design prototypes. + +5. **REST API v2 Alignment** + + - Remove any remaining usage of deprecated REST API v1. + - Integrate and test full compatibility with REST API v2 endpoints. + +6. **Bug Fixes & Issue Resolution** + + - Address and close open issues from the [FOSSologyUI GitHub Repository](https://github.com/fossology/FOSSologyUI). + +7. **Storybook Component Library** + + - Create reusable components and document them in Storybook. + - Ensure proper documentation and interactive previews. + +8. **Developer Documentation Support** + + - Provide clear guidelines for setting up the development environment, coding conventions, component usage, and internal API interaction. diff --git a/docs/2025/ui-react/updates/2025-06-01.md b/docs/2025/ui-react/updates/2025-06-01.md new file mode 100644 index 000000000..f551552f8 --- /dev/null +++ b/docs/2025/ui-react/updates/2025-06-01.md @@ -0,0 +1,86 @@ +--- +title: Community Bonding +author: Tiyasa Kundu +--- + + +# Community Bonding Meetings and Activities + +## Community Meeting 1 (Introductory) + +*(May 12, 2025)* + +### Attendees + +Complete FOSSology Community including +- Org admins +- Mentors of all the projects +- Contributors for GSoC 2025 + +### Discussion + +- Held the first GSoC 2025 community bonding meeting. +- Org admins, mentors and Contributors introduced themselves and shared their backgrounds. +- Participants talked about their previous open source experience. +- The FOSSology team provided an overview of the projects, goals, and community workflows. +- Discussion included expectations for the GSoC period, including communication and contribution practices. +- Decided to use Slack as the primary communication platform. +- Concluded with a Q&A session to address questions and clarify doubts. + +## FOSSology UI/UX Redesign Project Sync Meeting 1 + +*(May 26, 2025)* + +### Attendees + +- [Tiyasa Kundu](https://github.com/tiyasakundu) +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) +- [Katharina Ettinger](https://github.com/EttingerK) +- [Devanshi Sachan](https://github.com/devxnshi) + +### Discussion + +- We discussed the migration plans, including upgrading React (v17 to v19), switching from CRA to Vite, and moving from npm to pnpm. +- I shared my progress on setting up both the repositories- the legacy [fossology](https://github.com/fossology/fossology) repo with backend an older UI, and the current [FOSSologyUI](https://github.com/fossology/FOSSologyUI) repo with React UI codebase, and used them to identify the missing pages. +- Few issues faced by me were brought up and clarified during the meeting. +- Mentors advised focussing on resolving open issues in the FOSSologyUI repository as an initial priority. + +## Community Meeting 2 (Updates) + +*(May 29, 2025)* + +### Attendees + +Complete FOSSology Community including +- Org admins +- Mentors of all the projects +- Contributors for GSoC 2025 + +### Discussion + +- This was our first community sync-up after the introductory meeting with all the mentors and contributors. +- We finalized a weekly meeting schedule that worked for all. +- Contributors shared their early progress, initial observations, and discussed how ther prefer to work. +- Mentors highlighted the value of clear, regular communication and staying active in the community. +- EXpectations around collabroation, support, and handling open issues or PRs were discussed. +- Guidelines for writing documentation and progress reports were also shared. +- Everyone confirmed that they had successfully set up their environments and were able to begin contributing major issues. +- This marked the end of the Community Bonding Period. + +## Activities Done During Community Bondong Period + +- Set up the [FOSSologyUI](https://github.com/fossology/FOSSologyUI) and [fossology](https://github.com/fossology/fossology) repositories locally. +- Explored and understood the existing React UI codebase. +- Compared the React UI with the older UI to identify the missing pages and features. +- Reviewed the existing React components and structure. +- Researched the required migrations: + - React v17 to v19 + - CRA (Create React App) to Vite + - npm to pnpm +- Studied the migration steps and how to implement them effectively. +- Brushed up core React concepts such as props, hooks, states, components and JSX. +- Gained a deeper understanding of FOSSology's purpose, workflow, licensing tools, and technical architecture. diff --git a/docs/2025/ui-react/updates/2025-06-07.md b/docs/2025/ui-react/updates/2025-06-07.md new file mode 100644 index 000000000..c9bd0943e --- /dev/null +++ b/docs/2025/ui-react/updates/2025-06-07.md @@ -0,0 +1,64 @@ +--- +title: Week 1 +author: Tiyasa Kundu +--- + + +# Week 01 Meetings and Activities + +## FOSSology UI/UX Redesign Project Sync Meeting 2 + +*(June 3, 2025)* + +### Attendees + +- [Tiyasa Kundu](https://github.com/tiyasakundu) +- [Shaheem Azmal M MD](https://github.com/shaheemazmalmmd) +- [Katharina Ettinger](https://github.com/EttingerK) +- [Amrit Verma](https://github.com/amritkv) +- [Gaurav Mishra](https://github.com/gmishx) +- [Kaushlendra Pratap](https://github.com/Kaushl2208) +- [Devanshi Sachan](https://github.com/devxnshi) +- [Soham Banerjee](https://github.com/soham4abc) + +### Discussion + +- Discussed the current understanding of the FOSSology tech stack and clarified any remaining doubts around React fundamentals and FOSSology’s architecture. +- Discussed the potential shift from using plain React to adopting the Next.js framework for the UI project, enabling better structure and performance. +- Explored the benefits of adopting Next.js, such as routing, server-side rendering, better performance, and enhanced developer experience. +- Mentors recommended prioritizing the migration tasks in the FOSSologyUI repo, with bug fixes and enhancements to follow in subsequent phases. + +## Sync Meet with Mentor + +*(June 4, 2025)* + +### Attendees + +- [Tiyasa Kundu](https://github.com/tiyasakundu) +- [Amrit Verma](https://github.com/amritkv) + +### Discussion + +- Discussed the next steps for the migration work, specifically setting up the Next.js + pnpm environment. +- Raised and clarified questions related to the overall project idea and migration strategy. +- Aligned on the learning curve involved and outlined an approach for migrating the existing React codebase to Next.js. +- Gained a clearer vision of the upcoming development tasks and roadmap. + + +## Activities Done Until the Sync Meet (Week 01) + +- Completed brushing up on key React concepts, FOSSology’s workflow, and the overall tech stack prior to the meeting. +- Actively participated in discussions around choosing Next.js as the base framework instead of plain React. +- Discussed and finalized the migration approach that satisfies the shift from CRA to Vite and React 17 to 19, by adopting Next.js. +- Clarified initial doubts about the project scope and direction during sync meetings. +- Began outlining a structured plan for migrating the existing UI codebase into the new framework setup. + +## Next Steps + +- Learn the basic core concepts of Next.js required to start off with the migration. +- Set up a basic development environment using Next.js with pnpm, ensuring compatibility with the existing project structure. +- Begin migrating the existing React UI components to the new Next.js framework. diff --git a/docs/2025/ui-react/updates/_category_.json b/docs/2025/ui-react/updates/_category_.json new file mode 100644 index 000000000..42eb761bd --- /dev/null +++ b/docs/2025/ui-react/updates/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Weekly Updates", + "position": 2 +} diff --git a/docs/2025/ux-ui-design/updates/2025-06-01.md b/docs/2025/ux-ui-design/updates/2025-06-01.md new file mode 100644 index 000000000..8635390b8 --- /dev/null +++ b/docs/2025/ux-ui-design/updates/2025-06-01.md @@ -0,0 +1,87 @@ +--- +title: Community bonding +author: Devanshi Sachan +--- + + +# Community Bonding Meetings and Activities + + + +## Introduction Meeting + +**Date:** May 12, 2025 + + + +This was the inaugural meeting of the community bonding period for GSoC 2025. Mentors and contributors introduced themselves and shared their backgrounds. An overview of the Fossology community, their goals, ongoing initiatives, and typical workflows were presented. Expectations around communication, contribution practices, and the structure of the GSoC program were discussed. The session concluded with a Q&A where contributors asked questions and clarified doubts. + + + +--- + + + +## Meeting 1 + +**Date:** May 26, 2025 + + + +### Attendees + +- Devanshi Sachan + +- Katharina Ettinger + +- Shaheem Azmal M MD + +- Tiyasa Kundu + + + +### Discussion Points + +- Discussed the overall project direction, contributor responsibilities, and scope of the UX redesign work. + +- Identified specific interface areas for improvement based on usability and complexity. + +- Explored current design pain points and aligned on the approach for evaluating them. + +- Addressed expected challenges and clarified how and when mentorship support would be needed. + + + +--- + + + +## Meeting 2 + +**Date:** May 29, 2025 + + + +A joint meeting covering progress updates across all projects. Contributors shared their initial findings and discussed preferred working styles and schedules. Support expectations and communication preferences were aligned. Mentors emphasized the importance of regular sync-ups and active engagement within the community. + + + +--- + + + +## Activities Done + +- Set up Fossology and explored its core features, task flows, and workflows from a novice user perspective. + +- Familiarized myself with the tool’s current information architecture and navigation structure. + +- Conducted a VIMM (Visual, Intellectual, Motor, and Memory) analysis on key screens and shared a detailed document for mentor feedback. + +- Reviewed previous usability testing documents and analyzed existing redesigned screens to identify recurring issues and improvement opportunities. + +- Studied Fossology’s design system, including layout structure, spacing, typography, and color usage to ensure consistency in future redesigns. \ No newline at end of file diff --git a/docs/2025/ux-ui-design/updates/2025-06-07.md b/docs/2025/ux-ui-design/updates/2025-06-07.md new file mode 100644 index 000000000..f2c9652c5 --- /dev/null +++ b/docs/2025/ux-ui-design/updates/2025-06-07.md @@ -0,0 +1,69 @@ +--- +title: Week 1 +author: Devanshi Sachan +--- + + +# Week 1: Meeting Summary and Activities + +**Date:** June 3, 2025 + + + +## Attendees + +- Devanshi Sachan + +- Katharina Ettinger + +- Shaheem Azmal M MD + +- Amrit Verma + +- Gaurav Mishra + +- Soham Banerjee +- Tiyasa Kundu +- Kaushlendra Pratap + + + +## Discussion Points + +- Clarified restrictions, guidelines, and usage contexts for fonts and logos in the Fossology ecosystem. + +- Reviewed the progress made on the heuristic evaluation of key FOSSology pages. + +- Presented initial header design directions, layout, typography, and component behavior in different states. + +- Explored how to balance visual clarity and minimalism given Fossology’s text-heavy nature. + + + +## Activities Completed + +- Iterated on initial header design based on mentor feedback, with improvements to spacing, visual hierarchy, and component behavior in different states. + +- Extended heuristic evaluation to additional high-use pages, highlighting usability and visual consistency issues. + +- Studied the structure of the new Fossology UI and noted common design elements for consistency (e.g., icons, spacing, heading levels). + +- Analyzed common UI challenges found across pages and documented possible solutions to improve readability, scan-ability, and interaction flow. + +- Began exploring icon libraries suitable for open-source licensing and long-term maintainability. + + + +## Next Steps + +- Continue refining and finalizing the header design. + +- Finalize the selection of an icon library that supports both practical usage needs and licensing compatibility with open-source software. + +- Define a responsive grid system to support scalable layout patterns across screen sizes. + +- Begin designing core reusable components for the header, including navigation tabs, dropdowns, and action buttons. \ No newline at end of file diff --git a/docs/2025/ux-ui-design/updates/_category_.json b/docs/2025/ux-ui-design/updates/_category_.json new file mode 100644 index 000000000..a1c32cfd7 --- /dev/null +++ b/docs/2025/ux-ui-design/updates/_category_.json @@ -0,0 +1,4 @@ +{ + "label": "Weekly Updates", + "position": 2 +} \ No newline at end of file