djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

Separate a personal profile into an organization profile and a user account #264

Closed smirolo closed 1 year ago

smirolo commented 1 year ago

When the profile is a personal profile, it should be possible to separate it into an organization profile and a user account through a "Turn into an organization" button on the profile page (i.e. http://localhost:8020/profile/{profile}/contact/)

The functionality should be made available through an API end-point. Maybe "POST /api/users/{user}/profiles/{profile}"

References:

smirolo commented 1 year ago

done in PR #269