Open Issues Need Help
View All on GitHub Feature: Admin interface about 2 months ago
ai recommended help wanted
Refactor `campus.yapper` to use `campus.client` instead of environ variable for YAPPERDB_URI about 2 months ago
AI Summary: The `campus.yapper` module currently relies on an environment variable, `YAPPERDB_URI`, for its database connection, which is problematic for secret management and database migrations. This issue proposes refactoring the module to instead fetch the `YAPPERDB_URI` from a `yapper` vault using `campus.client`. This change will centralize secret management and align `campus.yapper` with existing patterns in the `campus` ecosystem.
Complexity:
3/5
help wanted
Bug: Yapper DB operation inconsistencies about 2 months ago
bug help wanted
Bug: inserting duplicate client name results in 500 response instead of 400 about 2 months ago
bug good first issue help wanted