cdp-backend
cdp-backend copied to clipboard
Data storage utilities and processing pipelines used by CDP instances.
### Feature Description _A clear and concise description of the feature you're requesting._ Add matter index pipeline to stored indexed terms for matters. ### Use Case _Please provide a use...
## Idea / Feature Dynamically generate TypeScript object definitions from `cdp-backend` Python DB models. ## Use Case / User Story As a developer I want to be able to add,...
### Feature Description _A clear and concise description of the feature you're requesting._ Add parameters: * `batch-size` an optional integer that will be used to iteratively slice and run the...
### Feature Description Backend issue for the relevant [roadmap issue ](https://github.com/CouncilDataProject/cdp-roadmap/issues/5) Adding speaker classification to CDP transcripts. This could be through a script/class that retroactively attaches the speaker name to...
### Describe the Bug _A clear and concise description of the bug._ Some images (such as person pictures or seat pictures) stored in firebase storage don't have the same content...
### Feature Description _A clear and concise description of the feature you're requesting._ Add vote datetime field to the vote DB model https://github.com/CouncilDataProject/cdp-backend/blob/main/cdp_backend/database/models.py#L698 ### Use Case _Please provide a use...
https://councildataproject.org/cdp-backend/cdp_backend.pipeline.html#cdp_backend.pipeline.ingestion_models.IngestionModel * each property should be documented * try to hide the `from_json` and `from_dict` methods * add example for every one * mark each model as required or optional
### Feature Description _A clear and concise description of the feature you're requesting._ Add a parameter to the pipeline that enables us to dryrun it without any database or file...
### Feature Description _A clear and concise description of the feature you're requesting._ Instead of storing a `gs://` URI, store a `https://` URI for `file.uri` ### Use Case _Please provide...
While helping onboard a new contributor a few issues encountered were: * "Deploying" is confusing when we are an infrastructure project. Thought this meant "deploying to google cloud" when it...