Skip to content

Conversation

@Joselgc1
Copy link
Contributor

Description

So Far:

The new People field was added to SurveyJS and is fully functional. It appears in the toolbox, with a configurable placeholder, and connects to Common Services via the existing csClient Apollo setup. The dropdown supports lazy loading with a fixed debounce time, and has configurable minimum character requirement and page size parameters for fetching results. Options are displayed in the “First Last (email)” format, and the selected value correctly stores the Azure userid. Pagination is also implemented as the user scrolls.

Remaining Work:

All the Grid integrations are still pending: People field should load only visible records in grids and all records during export. Additionally, storing basic user details (first name, last name, email) alongside the userid in the metadata to support more efficient sorting and filtering.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • Improvement (refactor or addition to existing functionality)

Checklist:

( * == Mandatory )

  • * I have set myself as assignee of the pull request
  • * My code follows the style guidelines of this project
  • * Linting does not generate new warnings
  • * I have performed a self-review of my own code
  • * I have put the ticket for review, adding the oort-frontend team to the list of reviewers
  • * I have commented my code, particularly in hard-to-understand areas
  • * I have put JSDoc comment in all required places
  • * My changes generate no new warnings
  • * I have included screenshots describing my changes if relevant
  • * I have selected labels in the Pull Request, according to the changes with code brings
  • I have made corresponding changes to the documentation ( if required )
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

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.

2 participants