openverse-api icon indicating copy to clipboard operation
openverse-api copied to clipboard

Add 3D models to list of possible data refresh media types

Open AetherUnbound opened this issue 3 years ago • 2 comments
trafficstars

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.

AetherUnbound avatar Apr 28 '22 00:04 AetherUnbound

Hey interested in contributing, what files are involved with this addition. Is it just adding a value to the list in media_types.py?

foroveralls avatar May 09 '22 16:05 foroveralls

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!

AetherUnbound avatar May 09 '22 17:05 AetherUnbound