Closed bitboxer closed 7 years ago
Okay, lets discuss the video data model here.
I currently have 1.000 videos on my disk from de.wikisign.org. Sadly that page is defunct now, but we still need to link to it for the videos to comply to the copyright and license.
A rough idea would be:
uploaded, transcoded, waiting_for_review, published, deleted
copyright
as text that we can show under the video "(Video by de.wikisign.org author Name)".by-sa-3.0-de
. Ours will also have a CC license attached to it. Not 100% sure wich version yet. But I am not sure if this should be a link to a license model with more info about the license (link, name, etc.).And then there are two fields in the description we don't need right now, but could start thinking on how to implement them (in a new ticket):
has_many :votes
- stackoverflow like up/downvote system to find the most used sign for a languageStarted working on a possible implementation. To be honest I have no idea if this is the phoenix way 😅
See https://github.com/signdict/website/compare/add-video-model
Awesome! And don't worry. I have no clue either. I am looking at a few apps and try to mimic their style 👍 . You can find some here
The video is now on master. Thanks @EinLama ! Next step: business logic 🍰
Working on the logic in #40
This is done now. Thanks @EinLama
See here