kendraio / kendra_hub

Kendra Hub
https://www.kendra.io/kendra-hub
GNU General Public License v2.0
4 stars 1 forks source link

We need to be able to use time for contributions #37

Open BBGuy opened 10 years ago

BBGuy commented 10 years ago

Currently it is difficult to enter real data in percentages 0-100 values. This requires : 1) The conversion of the song length to seconds 3:15 = 195 2) The conversion of the start of a contribution 1:05 = 65 2) The conversion of the end of a contribution 2:00 = 120 3) calculate the percentage of the start from the total song length (start/length_100) = 33 3) calculate the percentage of the end from the total song length (end/length_100) = 61

If we hold the length of the song we should be able to allow entering time and automatically convert to percent without loosing the entered data as we can convert back.

This may have a number of implications and we need to look into this.

BBGuy commented 10 years ago

I created a quick calculator for this see https://docs.google.com/spreadsheets/d/1gvT_ys2EEK3Tul9wHKVIUNpHHOfqS2jiya9EGj5ejiU/edit?usp=sharing

dahacouk commented 10 years ago

You know what this is exactly what I was going to suggest in the first instance and I'm really happy we just leave this issue here for the moment. Yeah?

BBGuy commented 10 years ago

sure just wanted to capture issues as I come across them, the calculator above makes it easy to enter. However I think we should consider adding a "notes" field that's only available for editing we can keep info on assets that don't have any other place.
If you are happy with this it a quick change

dahacouk commented 10 years ago

Very good idea on notes field. Give us an idea of forms that are missing.

BBGuy commented 10 years ago

cool created #39