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

Submission pages are broken #7

Open
1 task
omnicons opened this issue Jul 14, 2016 · 1 comment
Open
1 task

Submission pages are broken #7

omnicons opened this issue Jul 14, 2016 · 1 comment
Assignees

Comments

@omnicons
Copy link
Member

omnicons commented Jul 14, 2016

It seems that no one including myself can submit things, Song Submission and Artist Submission are the two tested functions that seem to be having problems.

Things to fix (added by @Feld0):

  • have the artist profile submission page recognize if you've already submitted a profile and offer you the ability to edit it instead of letting you submit another profile
@EventideGlow
Copy link
Contributor

At least part of the problem here is that the artists table has a unique constraint on the user_id column, effectively preventing the submission of more than one artist profile per account.

The method of editing a profile that has already been submitted is not obvious, and may not even exist for an unapproved profile. The user who reported this wished to make some changes to their still-pending profile and thought the way to do that was to re-submit their profile, only to get a SQL error about the unique constraint.

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

2 participants