creativecommons / quantifying

quantify the size and diversity of the commons--the collection of works that are openly licensed or in the public domain
MIT License
24 stars 34 forks source link

[Feature] Post-GSoC ’24: Expand Shared Module #127

Open naishasinha opened 3 months ago

naishasinha commented 3 months ago

Context

Automating Quantifying the Commons was a project endeavor for the Google Summer of Code 2024 program, in which a baseline automation software for data gathering, processing, and analysis was successfully developed. However given the time and resource constraints that we had to consider, there are still addressable endeavors to improve this codebase over the upcoming quarters and years. This is the fourth (4) of five (5) issues raised specifically for post-GSoC contributions.

Problem

There are many overlapping paths, modules, and functions across different files which may be redundant and inefficient in the codebase.

Description

This feature involves expanding the shared module to include apparent commonly used paths, modules, and functions across different files. This will reduce redundancy and improve the maintainability and efficiency of the codebase. This should NOT, however, target the retrieve_license_data and related fetching/report functions, as they are still in the initial stages of development.

Implementation