Skip to content
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

Merged
merged 4 commits into from
Nov 6, 2024

Conversation

kialj876
Copy link
Collaborator

@kialj876 kialj876 commented Nov 6, 2024

Issue:

  • bcgov/entity/issues/

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).

@kialj876 kialj876 requested a review from deetz99 November 6, 2024 16:32
@bcregistry-sre
Copy link
Collaborator

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)
Copy link
Collaborator

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

https://vuejs.org/guide/essentials/forms.html#trim

Copy link
Collaborator Author

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Collaborator

@deetz99 deetz99 left a 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?

@bcregistry-sre
Copy link
Collaborator

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'
Copy link
Collaborator

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?

Copy link
Collaborator Author

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

Copy link
Collaborator

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! 🎉

Copy link
Collaborator

@deetz99 deetz99 left a 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]>
Copy link

sonarcloud bot commented Nov 6, 2024

@kialj876 kialj876 merged commit 9e75c9c into bcgov:main Nov 6, 2024
11 of 12 checks passed
@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://strr-platform-dev--pr-274-nevq2lox.web.app

1 similar comment
@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://strr-platform-dev--pr-274-nevq2lox.web.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants