-
Notifications
You must be signed in to change notification settings - Fork 13
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
UI - strata hotel application #274
Conversation
Signed-off-by: Kial Jinnah <[email protected]>
Signed-off-by: Kial Jinnah <[email protected]>
Temporary Url for review: https://strr-platform-dev--pr-274-nevq2lox.web.app |
@@ -18,7 +18,9 @@ defineProps({ | |||
}) | |||
|
|||
const normalize = () => { | |||
model.value = normalizeInput(model.value) | |||
if (typeof model.value === 'string') { | |||
model.value = normalizeInput(model.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.
Just wondering if using the .trim accomplishes the same thing? The only thing it doesn't do is replace undefined with an empty string
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.
oooh nice yeah I'll try that
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.
nice
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.
Everything looks pretty good to me 👍
We don't have the ci/cd for strata yet right?
Signed-off-by: Kial Jinnah <[email protected]>
Temporary Url for review: https://strr-platform-dev--pr-274-nevq2lox.web.app |
@@ -27,7 +26,7 @@ export const useStrrStrataApplicationStore = defineStore('strr/strataApplication | |||
|
|||
const validateStrataConfirmation = (returnBool = false): MultiFormValidationResult | boolean => { | |||
const result = validateSchemaAgainstState( | |||
getConfirmationSchema(), platformConfirmation, 'platform-confirmation-form' | |||
confirmationSchema, confirmation, 'platform-confirmation-form' |
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.
Should we update this id to 'strata-confirmation-form' just to avoid confusion?
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.
yes definitely, I will update
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.
Cool, other than looks good! 🎉
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.
👍
Signed-off-by: Kial Jinnah <[email protected]>
Quality Gate passedIssues Measures |
Temporary Url for review: https://strr-platform-dev--pr-274-nevq2lox.web.app |
1 similar comment
Temporary Url for review: https://strr-platform-dev--pr-274-nevq2lox.web.app |
Issue:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).