Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to handle extra data when dealing with report copyright #31

Open
tbinetruy opened this issue Sep 2, 2016 · 0 comments
Open

Need to handle extra data when dealing with report copyright #31

tbinetruy opened this issue Sep 2, 2016 · 0 comments
Assignees

Comments

@tbinetruy
Copy link
Member

Currently, a user can report a song as copyright infringement by clicking on the three dots icon to open the bottom tray and clicking on 'Copyright infringement'. A POST request is then sent to the server to create an entry on /api/statuses/ linking the user making the request, the song being marked as copyright infringement, and a status (copyright infringement in this case, but it could be report spam or like the song).

The problem however, is that we now want to require the user to post a few information about why he is marking such a song as copyright infringement. Soundcloud does that as well with this form:
http://soundcloud.com/pages/copyright/report/form

Therefore, what is needed in the API is a way to POST a form associated to a song when reporting it as copyright infringement.

The fields needed (for now) are the following:
The song ID (already done)
The user reporting the song (already done)
How the user is involved with the song (integer representing a string (copyright owner, authorized agent etc)
a textarea for detailed explanation (string)
First & last name (string, real first name of person associated with request)
address (street, city, zip, country)
email
telephone number
signature field (cf. soundcloud form)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants