-
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 - hosts,strata,examiner applications table updates #455
UI - hosts,strata,examiner applications table updates #455
Conversation
Signed-off-by: Kial Jinnah <[email protected]>
Quality Gate failedFailed conditions |
Temporary Url for review: https://strr-strata-hotel-dev--pr-455-yihqah62.web.app |
Temporary Url for review: https://strr-hosts-dev--pr-455-ynw2tbjm.web.app |
'application-list-resp', | ||
getApplicationList, | ||
{ | ||
watch: [limit, page], |
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.
not really an issue but we could use transform here to clean things up a bit
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.
I'll keep it as is for now since its likely to change a bit with further reqs. Host / strata need the extra mapping for the local sorting (temporary till its available via the api)
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.
Looks good to me 👍
Nice composable!
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 work!
const localePath = useLocalePath() | ||
const { t } = useI18n() | ||
const { loading } = storeToRefs(useConnectDetailsHeaderStore()) | ||
// TODO: ApplicationStatus.FULL_REVIEW is temporary until we have reqs defined | ||
const { limit, page, getApplicationList } = useStrrBasePermitList(undefined, ApplicationStatus.FULL_REVIEW) |
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.
We probably will need to pass a few statuses here, eventually.
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 BC Registry and Digital Services BSD 3-Clause License