Given I have signed up for the dev-marketplace
When I want to create a profile of my company or team
Then I can do so using the "New Company Profile" page
Technical notes
The company profile should include the following fields:
Company Name
Company Logo
Company Address (optional)
Company CEO (optional)
Phone (optional)
The page should have server side and client side validation
When a new company profile is created, the user should be automatically assigned to that company as an admin. The company admin management page is part of another story.
Given I have signed up for the dev-marketplace When I want to create a profile of my company or team Then I can do so using the "New Company Profile" page
Technical notes
The company profile should include the following fields: Company Name Company Logo Company Address (optional) Company CEO (optional) Phone (optional)
The page should have server side and client side validation When a new company profile is created, the user should be automatically assigned to that company as an admin. The company admin management page is part of another story.