podlove-publisher
podlove-publisher copied to clipboard
Social/Donations: Impossible to remove last entry for Social/Donations in Podlove Contributors
Expected behavior
I want to be able to clear out all links in both the "Social" and "Donations" sections within any Podlove Contributor entry
Actual behavior
When all remaining links in either the "Social" or "Donations" sections are removed and the Contributor entry is saved, the last link is not actually removed from the database and returns when the entry is reloaded.
System information (see Podlove > Support
menu)
@dnkbln what's missing to rebuild the contributors UI (/wp-admin/admin.php?page=podlove_contributor_settings
) in vue? Only writing APIs for social/donation stuff is missing, right?
From my point of view the following points are missing:
- donation (POST, PUT, DELETE)
- social (POST, PUT, DELETE)
I try to add this routes next week.
@dnkbln social & donation is the same thing in the database (social_service
), just a different category. You'll see when you look at the schema :) My point being that they can share API endpoints.
Then you need endpoints for the social_contributorservice
table, handling the assignments of the social service to each contributor.