truckerswelcome / webapp

Web application components (UI and backend)
MIT License
2 stars 2 forks source link

Register a business in the app #4

Closed domcho closed 4 years ago

domcho commented 4 years ago

Implement the UI to allow a user to create a new account. Accounts are needed in order to allow a business owner to maintain the entry for their business such as provide contact information, update the services that are offered, remove the business from the application, etc.

When a new user signs up as a business owner, the email address used should be verified as a step to activating the account.

A new user may also be a driver, not sure why a driver would need a profile at this time.

iamjillsanluis commented 4 years ago

MVP does not have any notion of user as it is not necessary. However, registration of business is already supported as implemented by Dom/Tyler/Jeremy.

Closing.