unstructuredstudio / zubhub

Creative Education Platform
https://unstructured.studio/zubhub
GNU Affero General Public License v3.0
50 stars 165 forks source link

Revert "feat: add tags to creator registration" #1109

Closed NdibeRaymond closed 9 months ago

NdibeRaymond commented 9 months ago

Reverts unstructuredstudio/zubhub#1082

there is an error in this PR that makes it impossible to register a new user. @yokwejuste you should look at this again and try to verify that it works before creating a PR again. I assumed you already did that so didn't test properly before merging. Possibly try to get the tests in zubhub_backend/zubhub/creators/tests/test_views.py to pass.

yokwejuste commented 9 months ago

Please this should work with @coderatomy new UI the signup

NdibeRaymond commented 9 months ago

Please this should work with @coderatomy new UI the signup

It does not work. I just tested it now

NdibeRaymond commented 9 months ago

from the reviews above, you can see that you are mixing the creator_tags field. Treating it as an array in one place and treating it as string in others