Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mcgarrye
Copy link
Collaborator

@mcgarrye mcgarrye commented Jan 27, 2026

  • Addresses the issue in full
  • Addresses only certain aspects of the issue

Description

For the new Preferences table with V2 MSQ, we need to have metadata for pagination on the list endpoint.

This is backwards compatible and does not require a feature flag. Frontend files are update to handle receiving the metadata.

How Can This Be Tested/Reviewed?

Login to the partners site
Go to the Settings page and make sure the Preferences table loads
Create/Edit a listing
Make sure page loads
Add a Preference or Program

Author Checklist:

  • Added QA notes to the issue with applicable URLs
  • Reviewed in a desktop view
  • Reviewed in a mobile view
  • Reviewed considering accessibility
  • Added tests covering the changes
  • Made corresponding changes to the documentation
  • Ran yarn generate:client and/or created a migration when required

Review Process:

  • Read and understand the issue
  • Ensure the author has added QA notes
  • Review the code itself from a style point of view
  • Pull the changes down locally and test that the acceptance criteria is met
  • Either (1) explicitly ask a clarifying question, (2) request changes, or (3) approve the PR, even if there are very small remaining changes, if you don't need to re-review after the updates

@mcgarrye mcgarrye added the 1 review needed Requires 1 more review before ready to merge label Jan 27, 2026
@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for bloom-public-seeds ready!

Name Link
🔨 Latest commit 273843d
🔍 Latest deploy log https://app.netlify.com/projects/bloom-public-seeds/deploys/69790c6f21d3940008fb315a
😎 Deploy Preview https://deploy-preview-5797--bloom-public-seeds.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for bloom-lakeview ready!

Name Link
🔨 Latest commit 273843d
🔍 Latest deploy log https://app.netlify.com/projects/bloom-lakeview/deploys/69790c6fc1d1db00089cf2a7
😎 Deploy Preview https://deploy-preview-5797--bloom-lakeview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for bloom-flagly ready!

Name Link
🔨 Latest commit 273843d
🔍 Latest deploy log https://app.netlify.com/projects/bloom-flagly/deploys/69790c6f933cc30008293aee
😎 Deploy Preview https://deploy-preview-5797--bloom-flagly.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for bloom-exygy-dev ready!

Name Link
🔨 Latest commit 273843d
🔍 Latest deploy log https://app.netlify.com/projects/bloom-exygy-dev/deploys/69790c6fe32a9300087ea241
😎 Deploy Preview https://deploy-preview-5797--bloom-exygy-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for bloom-angelopolis canceled.

Name Link
🔨 Latest commit 273843d
🔍 Latest deploy log https://app.netlify.com/projects/bloom-angelopolis/deploys/69790c6f643698000842c2df

@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for partners-bloom-dev ready!

Name Link
🔨 Latest commit 273843d
🔍 Latest deploy log https://app.netlify.com/projects/partners-bloom-dev/deploys/69790c6f643698000842c2d9
😎 Deploy Preview https://deploy-preview-5797--partners-bloom-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Collaborator

@jaredcwhite jaredcwhite 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 @mcgarrye, just one issue leading to a failing test and type question.


const getCardContent = () => {
if (!loading && data?.length === 0) return null
if (!loading && data?.meta.totalItems === 0) return null
Copy link
Collaborator

Choose a reason for hiding this comment

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

There's a failing Cypress test because data?.meta could be undefined. Not sure what's going on with that.

applicationSection?: MultiselectQuestionsApplicationSectionEnum
) => {
data: SelectAndOrderSection[]
data: PaginatedMultiselectQuestion
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we even need the SelectAndOrderSection type anymore? Seems just to be an alias.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1 review needed Requires 1 more review before ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants