-
-
Notifications
You must be signed in to change notification settings - Fork 338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend followup work on Database connections UI #3328
Comments
@pavish here are my responses to your design critique document:
|
@seancolsen Your responses seem good to me. I do think it's important to figure out the table vs card, and page width design issues, but I agree that we could defer them for later. It looks like we may not require any of this for |
|
Meta comment: I discussed this with @pavish in a 1:1, but I think we need some sort of design checklist that outlines the things we need to consider for each design – e.g. what viewports we should be designing against, ensuring that we are considering all design levels, ensuring that we're following the same nomenclature and UI design patterns, etc. @pavish maybe you could start one? I don't think it needs to be comprehensive, just something based on the issues that came up here, we can add to over time. |
@kgodey Yes, it's on my list, I haven't started any work on it. I will send a mail once I have a draft. |
It seems that the only thing we're stuck on now is the layout for the list of connections — @pavish prefers cards. @ghislaineguerin prefers a table. I don't really care. Do you think you two could hop on a call to try reaching an agreement? |
We chatted about this briefly at our design call today and agreed that we'll keep the design as-is for v0.1.4 (table layout for connections and |
As part of the DB Connections spec and #3294, we need the following:
Modify database page route and bring it under connections:
/db/<connection_name>/
/connections/<connection_id>/
Use the term
Database Connection
whereverDatabase
is used.Database
. Eg., the database page shows the connection nickname with a database icon and the term: Database. We need to look around the app and change this.Resolve design items in this HackMD doc and implement the frontend work for them.
If any of the above work is not strictly needed for
0.1.4
, move them into a different backlog issue.The text was updated successfully, but these errors were encountered: