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

Open Issues Need Help

View All on GitHub
help wanted question

Silbernetz dashboard code

R

AI Summary: Evaluate and refactor the current project structure for a Shiny app and its associated R package. Research best practices for managing Shiny app code, considering separating the R package into a distinct repository. Assess the impact of this change on development workflow, speed, and iteration cycles. The goal is to improve maintainability and streamline the development process.

Complexity: 4/5
help wanted question

Silbernetz dashboard code

R

AI Summary: Refactor the R Shiny application to move API key management from the `api_spec.R` file to environment variables using a `.Renviron` file. This involves extracting API URLs from `api_spec.R`, updating the application code to read from environment variables, adding `.Renviron` to `.gitignore`, and testing the changes to ensure functionality.

Complexity: 4/5
good first issue refactoring

Silbernetz dashboard code

R