rors / campus-medius

Campus Medius, UI and Backend API.
campusmedius.net
0 stars 1 forks source link

add Document media object #56

Closed rors closed 10 years ago

rors commented 10 years ago

@radius realized that as of now the frontend can't determine when to use the "image" icon and when to use the "document" icon because they are both just images.

So we'll add a new media type for this to the data model and Django admin interface.

We can potentially add other fields to this. @simgan what do you think? Bibliographic information like publication date, author or etc? Or should we just use the same fields as for an image object (and leave all the biblio info in the caption)

rors commented 10 years ago

fixed with d8df966

simgan commented 10 years ago

@rors just use same fields as for image.