ArtOfCode- / SCOT

Disaster response and relief management for volunteer teams.
GNU Affero General Public License v3.0
5 stars 4 forks source link

WIP: Translation integration #80

Closed thesecretmaster closed 7 years ago

thesecretmaster commented 7 years ago

I totally integrated translations into broadcast. Now, there is no longer text+translation stored in the broadcast item record, it's all in a translation record. This will be good to merge as soon as #79 is merged and a migration is written that will cleanly and reversibly move the data from the broadcasts table to the translation table. I took a stab at it, but it needs to be looked over.

thesecretmaster commented 7 years ago

@ArtOfCode- Ideas for a better migration? That's the bit that really needs work.

thesecretmaster commented 7 years ago

@ArtOfCode- OK, addressed those changes. Got more changes or want to talk migration? I'd like to merge at some point tomorrow.