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 - hosts,strata,examiner applications table updates #455

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

kialj876
Copy link
Collaborator

@kialj876 kialj876 commented Jan 14, 2025

Issue:

Description of changes:

  • examination changes are just first pass / will probably be changed with updated design + reqs
  • confirmed the filtering updates and other tweaks in host/strata with scott
  • pagination only shows when the result set is more than 50:
    Screenshot 2025-01-14 at 11 59 04 AM

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

@kialj876 kialj876 requested review from deetz99 and dimak1 January 14, 2025 19:04
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
3.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://strr-strata-hotel-dev--pr-455-yihqah62.web.app

@bcregistry-sre
Copy link
Collaborator

Temporary Url for review: https://strr-hosts-dev--pr-455-ynw2tbjm.web.app

'application-list-resp',
getApplicationList,
{
watch: [limit, page],
Copy link
Collaborator

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

Copy link
Collaborator Author

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)

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.

Looks good to me 👍

Nice composable!

Copy link
Collaborator

@dimak1 dimak1 left a 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)
Copy link
Collaborator

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.

@kialj876 kialj876 merged commit e40d05f into bcgov:main Jan 14, 2025
50 of 52 checks passed
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