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

Use User Picker for PO, TLs #4484

Open
junminahn opened this issue Dec 11, 2024 · 0 comments
Open

Use User Picker for PO, TLs #4484

junminahn opened this issue Dec 11, 2024 · 0 comments
Assignees

Comments

@junminahn
Copy link
Collaborator

junminahn commented Dec 11, 2024

Description

  • Update the main contacts section for PO, TLs, and EA to align with the display style of additional team members.

Technical Details

  • UI:

    • Display three placeholder rows for private cloud and four for public cloud.
    • A Remove button is available only for the second TL; all other rows are mandatory.
    • Since the user picker search already creates users in the database, include the user ID when updating products.
  • Backend:

    • Remove the upsertUsers logic for users, as user IDs now exist during the search process.
    • Update the backend to reference user IDs directly instead of emails.
  • Integration Tests:

    • Removing the upsertUsers methods will cause integration tests to fail.
    • Update the tests to create all users in advance and dynamically include their IDs in the test scripts.

Definition of Done (DOD)

  • The contacts section manages users in the same way as additional team members.
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

No branches or pull requests

2 participants