Add endpoint to retrieve sqlite data
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 9
- Forks
- 31
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 16
Description
We have some information stored in sqlite databases in production that are not accessible. We should create endpoints that access that data, or maybe simply send out the entire sqlite file. Remembering that the notifications are just queries made in kcidb, and they are sent to a public mailing list, there is no personal information on them and we only store data about when and which notification was sent.
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, tests, or existing entry points. First locate how production SQLite databases and notification data are stored, then determine whether the intended outcome is an API endpoint or downloadable SQLite file. Done means the agreed public access path retrieves the stated notification data without exposing personal information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- api, backend, database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100