Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Added outline of new database scheme and TODO list #680

Closed SRomansky closed 9 years ago

SRomansky commented 9 years ago

WIP Database scheme refactoring

Related #484 Related #671

dideler commented 9 years ago

Is this okay to merge now or are you still working on this PR?

SRomansky commented 9 years ago

Still working on it, I think after the ON CONFLICT is updated it can be merged? Was Speaker, Title, and Event the combination that made the most sense for the ON CONFLICT, or should the code give the user some sort of warning when a conflict occurs?

dideler commented 9 years ago

@wigglier for now just do the combination of Speaker, Title, and Event.

SRomansky commented 9 years ago

OK, added and updated the TODO's to reflect the change.

SRomansky commented 9 years ago

Added them in. Also added a TODO for updating the upgrade path to support 310 to 315 as well.

dideler commented 9 years ago

Merged as 645adc8, thanks.