-
Notifications
You must be signed in to change notification settings - Fork 1
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
[DT-1001] select billing profile #1735
Conversation
jade-data-repo-ui Run #3963
Run Properties:
|
Project |
jade-data-repo-ui
|
Branch Review |
sr/dt-1001-select-billing-profile
|
Run status |
Passed #3963
|
Run duration | 02m 51s |
Commit |
8546e462b2 ℹ️: Merge 8ebaa8a1d8ff424a10fcbe3888cb72a57d0b492b into 0c571d9e12a7c67226bd2cc85f2d...
|
Committer | Sky Rubenstein |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
17
|
View all changes introduced in this branch ↗︎ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this looks good, but looking at the ticket, I think we talked about adding the name and description of the snapshot to the modal as well. Did we still want to do that as part of this work?
@rjohanek oh I see that now - we should work on updating ticket names when we make those sorts of changes as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me 👍🏽
Screen.Recording.2025-01-13.at.4.38.15.PM.mov |
id="snapshot-name" | ||
label="Snapshot Name" | ||
value={snapshotName} | ||
onChange={(e) => setSnapshotName(e.target.value)} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need to do input validation here for name and description because we are sending it to the backend?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The backend has validation - I checked other places and TDR UI doesn't currently validate inputs - it just pushes the problem to the API. We probably want clientside validation at some point, but that should be out of scope of this. (That's also when I would add more testing)
LGTM! Thx |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
Screen.Recording.2025-01-10.at.2.00.02.PM.mov