ProjectTech4DevAI / ProjectTech4DevAI/kaapi-backend
Provider: Initialization
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 10
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 14
Description
Is your feature request related to a problem?
Provider names are currently stored as plain strings in the database. This means there's no single source of truth for valid
providers, leading to potential inconsistencies and making it harder to manage providers across organizations.
Describe the solution you'd like
Add a provider table to the global schema (similar to the recently added languages table). This would:
- Define all supported providers in one place
- Allow organizations to add credentials to their project referencing this table via foreign key
- Replace free-text provider strings with proper references, ensuring data consistency
- Make it easy to onboard new providers once and have them available across all orgs
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the recently added languages table and the schema or models where project credentials and provider strings are stored. Done means supported providers have one global source, credentials reference it, and existing provider values are handled consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100