Open
Conversation
- modify condition to show project brief or project hub - refactor user retrieval for project brief
…/client-projectbrief
…jectbrief [CORE-8148] client's review projectbrief
trtshen
commented
Apr 2, 2026
| export CUSTOM_HELPLINE=help@practera.com | ||
| export CUSTOM_ENABLE_ASSESSMENT_PAGINATION=true | ||
| export CUSTOM_STACK_NAME=${{ env.STACK_NAME }} | ||
| export CUSTOM_PROJECTHUB_URL=https://projecthub.p2-prerelease.practera.com/ |
Collaborator
Author
There was a problem hiding this comment.
@shawnm0705 @Sunilsbcloud do we need setup "prerelease" version of project-hub? or just use back stage?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: https://intersective.atlassian.net/browse/CORE-8130
This pull request introduces the Project Brief feature, which allows users to view structured project information for their team directly from the home page and the assessment interface. The implementation includes a new modal component, integration with existing services and pages, accessibility improvements, and comprehensive documentation and tests.
Project Brief Feature Implementation:
ProjectBriefModalComponentto display team project brief details in a modal, including support for empty fields and accessibility best practices. [1] [2] [3] [4]Testing and Documentation:
docs/features/project-brief.mdcovering data flow, component structure, integration points, styling, accessibility, sample data, and testing requirements.Environment Configuration:
CUSTOM_PROJECTHUB_URL, with appropriate values for each environment. [1] [2] [3] [4] [5]