Update contributor profiles #123
Reference in New Issue
Block a user
Delete Branch "feature/122-edit_contributors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #122
Caveat: Updating the address is actually not possible with the update-profile contract method, so it will just ignore address changes for now. I think updating both address and profile at once is too risky anyway, so it should be a different form/view/action.
Would be nice if someone could have a quick look at this. Should be very easy to test.
utACK - looks good to me.
there seems to be currently a bug in the contracts wrapper. when updating accounts the old account data does not get deleted. profile data gets only merged.
@@ -0,0 +22,4 @@github_username: model.github_username,github_uid: model.github_uid,gitea_username: model.gitea_username,wiki_username: model.wiki_usernamedo you think we can use the
accountsarray here already? with adding more services we at some point would want to directly add entries to the accounts array.@@ -0,0 +22,4 @@github_username: model.github_username,github_uid: model.github_uid,gitea_username: model.gitea_username,wiki_username: model.wiki_usernameThat should be a separate PR, as it requires quite some changes in the code.
Code looks all good to me.