Skip to content

Draft: feat(UI): categorize organizations (platform#213)

Lasha Kakabadze requested to merge categorize-modal-for-orgs into master

Description

  • Modal with two fields on dashboard page
  • Hide automated checkups section, reduce svg size
  • Add source_hosting and source_has_access_to_pgdata fields to Settings/General page
  • Redirect users inside organization upon creation

Related issue

https://gitlab.com/postgres-ai/platform/-/issues/213

Examples

Modal with two fields on dashboard page

Once the user lands on the Dashboard, they will be greeted with the following modal. The use can choose to close the modal but it still be displayed once they return to this page as the values for source_hosting and source_has_access_to_pgdata will be null.

Initially, the submit button is disabled, indicating that the user didn't answer the questions.

image

Once they select the options, their answer will be highlighted and the Submit button will become active (they can only select one option per question, modal also closes only they click on Submit).

image

Add source_hosting and source_has_access_to_pgdata fields to Settings/General page

image

Checklist

  • MR description has been reviewed
  • MR changes are functionally tested
  • MR does NOT have API/CLI changes OR there are API/CLI changes and they have been reviewed & DOCS ARE ADJUSTED (reference doc, etc)
  • MR does NOT have UI changes OR there are UI changes and they have been reviewed & UX IS REVIEWED
Edited by Lasha Kakabadze

Merge request reports