Opened 12 years ago

Closed 12 years ago

#399 closed task (fixed)

MediaEntry.media_data integration

Reported by: Christopher Allan Webber Owned by: Elrond
Priority: major Milestone: 0.3.0
Component: component1 Keywords: sql
Cc: Parent Tickets:

Description

We now have a setup so that individual media types have their own migrations and tables. Which means that integrating MediaGoblin.media_data as a separate table that links to the main table should be very possible.

The main things in this ticket are:

  • make sure the mediadata for all currently bundled types are written right
  • Set up MediaEntry.media_data to pull up the right row from the right table!

Change History (3)

comment:1 by Elrond, 12 years ago

Keywords: sql added

... and decide on how to get the already existing data in there.

There are two main options:
1) Possibly apply some mongo migrations first, so that mongo looks more like what we will have later in the sql world (I somewhat would prefer that, no idea why)
2) Apply the "migration" on the fly in the converter script *and* change the using code in the same step.

comment:2 by Elrond, 12 years ago

Owner: changed from somebody to Elrond
Status: newaccepted

Okay, exif is missing. I'm just now working on that.

comment:3 by Christopher Allan Webber, 12 years ago

Resolution: fixed
Status: acceptedclosed

Pretty sure this is fixed, including exif stuff!

Note: See TracTickets for help on using tickets.