You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow invalid seeds through, let them fail when processed and have no effect
We can then follow up with adjusting the filter to be more selective and robust afterwards - especially seeing as using this internally for now and will likely be pretty careful with the json payloads.
For this PR, I don't think we need to support artist profiles, just artists, where there shouldn't be any foreign keys (and so then we'll probably move stuff like avatarURL and websiteURL up to artist instead of artistProfile maybe after this PR).
Ensure that slug adjustments are preserved for backward-compatibility
Best solution would be to support legacy identifiers/slugs and store them so that legacy urls are preserved
but, for example if we allow the audioURL to be changed after this has occurred, it will not necessarily re-upload the new track nor generate the new ipfsHash.
A couple of possible follow ups from the Seeds API PR
Ideas:
Investigate in-memory postgres for tests and previews of seed adjustments
The text was updated successfully, but these errors were encountered: