3 Open Issues Need Help Last updated: Aug 26, 2025

Open Issues Need Help

View All on GitHub
good first issue contributions-welcome

Datamodel for PV sites

Python
#dbml#pvsite

AI Summary: Migrate existing PV site data model functions from the analysis-dashboard repository to the pv-site-datamodel repository. This involves refactoring and potentially cleaning up the functions, ensuring they integrate seamlessly with the existing pv-site-datamodel structure. Some functions may already exist in the target repository, requiring identification and potential merging or removal of duplicates.

Complexity: 4/5
good first issue contributions-welcome

Datamodel for PV sites

Python
#dbml#pvsite

AI Summary: Optimize the `get_all_models` function in the `pvsite_datamodel` Python package to improve its performance, specifically addressing slow execution times observed in the Netherlands (NL). This involves analyzing the existing code, potentially adding database query optimizations (like filtering by `start_datetime_utc`), and testing the changes to ensure correctness and performance improvements.

Complexity: 4/5
good first issue contributions-welcome

Datamodel for PV sites

Python
#dbml#pvsite