openverse-api
openverse-api copied to clipboard
Add 3D models to list of possible data refresh media types
Description
The "3D Model" media type must be added to the list of allowable/refreshable media types so that the ingestion server can initiate a data refresh for that media type.
In short, we just need to add model_3d as an option here! https://github.com/WordPress/openverse-api/blob/main/ingestion_server/ingestion_server/constants/media_types.py
Alternatives
Additional context
This will likely need to be done before any other data refresh related 3D model task
Implementation
- [ ] 🙋 I would be interested in implementing this feature.
Hey interested in contributing, what files are involved with this addition. Is it just adding a value to the list in media_types.py?
Hi @foroveralls! Yes, that's all that's necessary for this issue. We've got a number of other issues we need to address before we can test this, but adding the new media type will allow us to tackle those other steps 🙂 Thanks, I'll assign the issue to you!