Render useful errors when album artists are invalid - #999
Conversation
ac58e48 to
adfc3ec
Compare
fca2bd5 to
61d1ddf
Compare
|
@chvp I added a POC for how we could fix this situation: if we use Two other options I see:
I think I have a preference for the last option, our web client already handles a bunch of logic when editing data so it feels more at home there than in the controllers. This also means that requests could be more granular and actually update one album_artist at a time, without needing to resend all the other data |
|
Given that we're unsure if in the longer term we're going to stay with rails (or a rails-like), I'd be hesitant to lean on |
Fixes #1000
Draft PR with a failing test - I'll pick this up later again