joewalling / ReactAdvantage

SaaS starter kit with a React front-end with GraphQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Tenant Detail Form

joewalling opened this issue · comments

The Tenant Detail Form is where the administrator can add and edit the tenant name, edition, and is active.

The Edition dropdown shows the list of editions that are available. For now, hardcode "Standard" and "Pro" as the values. Later we will fill the values from a service.

Add a date control after the Edition dropdown. This date control should have a label of "Subscription end date".

The form should look like the below form except it should be using the default styles of the application and have the additional date control specified above.

image