Music Store/KaraokeCloud/IssueTracker: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
In Priority Order: | |||
==user can create new account== | ==user can create new account== | ||
pending | pending | ||
==user can add/edit/remove credit card in account== | ==user can add/edit/remove credit card in account== | ||
pending | pending | ||
==user can re-download all previously purchased songs== | ==user can re-download all previously purchased songs== | ||
need an API for that | need an API for that | ||
==mark free songs as "free" in the Catalog.zip== | |||
pending | |||
=="unlimited" user can pre-download library== | |||
need a method to manually set the tier of my developer account so that i can test this. should be a web api from web site, no need for this ability within kjams. | |||
==ability for user to purchase gift vouchers== | ==ability for user to purchase gift vouchers== | ||
this could be done at your web site, user receives a code, they can give this code as a gift, or enter it into their own account | this could be done at your web site, user receives a code, they can give this code as a gift, or enter it into their own account | ||
| Line 31: | Line 16: | ||
::sorry, can you define "digital option"? [[User:Dave|dave]] ([[User talk:Dave|talk]]) 11:54, 16 October 2012 (PDT) | ::sorry, can you define "digital option"? [[User:Dave|dave]] ([[User talk:Dave|talk]]) 11:54, 16 October 2012 (PDT) | ||
:::Your original question suggest a digital option. Provided only on a web site with a code being provided then. Compared to an actual physical card that vouchers come on now. | :::Your original question suggest a digital option. Provided only on a web site with a code being provided then. Compared to an actual physical card that vouchers come on now. | ||
::::this is required | |||
==include "duration in seconds" in the Catalog.zip== | ==include "duration in seconds" in the Catalog.zip== | ||
pending "I'll check with Digitrax on this." | pending "I'll check with Digitrax on this." | ||
suggestion: write a (python?) script that runs thru each mp3 gathering it's duration | suggestion: write a (python?) script that runs thru each mp3 gathering it's duration | ||
== | ==how to differentiate songs== | ||
<pre> | |||
A Hard Day's Night Beatles, The USD $1.99 10/22/10 8:39 AM G Oldies | |||
A Hard Day's Night Beatles, The USD $1.99 10/8/12 7:31 PM - Pop / Rock | |||
A Hard Days Night Beatles, The USD $1.99 10/8/12 7:40 PM - Pop / Rock | |||
</pre> | |||
these songs all appear to be the same. what is the difference? if there is no difference, why are there duplicates? | |||
==user can preview without signing up for streaming== | |||
as discussed, kjams will provide a 20 second preview<br> | |||
i need to investigate if this can be done on a free account. | |||
==KJ user can opt in to streaming-only== | |||
<font color="green">Solved.</font> | |||
as discussed, will be enabled after initial launch | |||
==is it true there are only 3007 songs?== | ==is it true there are only 3007 songs?== | ||
<font color="green">Solved.</font> | |||
--More songs were added last night. However, they did discover that some files may not have been uploaded. | --More songs were added last night. However, they did discover that some files may not have been uploaded. | ||
==user can recover account number based on email and some other validation== | ==user can recover account number based on email and some other validation== | ||
<strike>pending</strike>. <font color="green">Implemented.</font><br> | <strike>pending</strike>. <font color="green">Implemented.</font><br> | ||
seems that all that is needed is the email address and password for the account and you're in. on your web site, you already have a "i forgot my password" workflow, so this seems like it's all set. | seems that all that is needed is the email address and password for the account and you're in. on your web site, you already have a "i forgot my password" workflow, so this seems like it's all set. | ||
==how to specify "use voucher credit" vs. "use credit card"== | |||
<font color="green">Solved.</font> | |||
in my "developer account" i have eg: $100 in voucher credits.<br> | |||
in the "PaymentMethod" field, i currently specify "0" as the number, and it works now, deducting from the credits shown. will it be that credit cards will have a number > 0? | |||
-- Voucher credits are always used before credit card. If a voucher code can't cover the full amount, the credit card takes over. | |||
Revision as of 19:07, 17 October 2012
In Priority Order:
user can create new account
pending
user can add/edit/remove credit card in account
pending
user can re-download all previously purchased songs
need an API for that
mark free songs as "free" in the Catalog.zip
pending
"unlimited" user can pre-download library
need a method to manually set the tier of my developer account so that i can test this. should be a web api from web site, no need for this ability within kjams.
ability for user to purchase gift vouchers
this could be done at your web site, user receives a code, they can give this code as a gift, or enter it into their own account
- There are voucher codes that can be purchased. However, it is not available in a digital option.
include "duration in seconds" in the Catalog.zip
pending "I'll check with Digitrax on this." suggestion: write a (python?) script that runs thru each mp3 gathering it's duration
how to differentiate songs
A Hard Day's Night Beatles, The USD $1.99 10/22/10 8:39 AM G Oldies A Hard Day's Night Beatles, The USD $1.99 10/8/12 7:31 PM - Pop / Rock A Hard Days Night Beatles, The USD $1.99 10/8/12 7:40 PM - Pop / Rock
these songs all appear to be the same. what is the difference? if there is no difference, why are there duplicates?
user can preview without signing up for streaming
as discussed, kjams will provide a 20 second preview
i need to investigate if this can be done on a free account.
KJ user can opt in to streaming-only
Solved. as discussed, will be enabled after initial launch
is it true there are only 3007 songs?
Solved. --More songs were added last night. However, they did discover that some files may not have been uploaded.
user can recover account number based on email and some other validation
pending. Implemented.
seems that all that is needed is the email address and password for the account and you're in. on your web site, you already have a "i forgot my password" workflow, so this seems like it's all set.
how to specify "use voucher credit" vs. "use credit card"
Solved.
in my "developer account" i have eg: $100 in voucher credits.
in the "PaymentMethod" field, i currently specify "0" as the number, and it works now, deducting from the credits shown. will it be that credit cards will have a number > 0?
-- Voucher credits are always used before credit card. If a voucher code can't cover the full amount, the credit card takes over.