-
Notifications
You must be signed in to change notification settings - Fork 16
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
Show status report summary on the front page #368
Comments
Suggestion: Make Status report webpart highly responsive. |
We need to clarify if we want to include "prosjektstatus" in the "prosjektinformasjon" webpart, or if this should be deferred to another webpart entirely |
* Show status report summary on the front page #368 * Shimmer * Customizable text color project timeline webpart #767 * fetchTimelineConfiguration using .filter(Boolean) * TimelineConfigurationModel * pp365-portfoliowebparts@1.7.2-868.1 * TimelineContentModel * pp365-portfoliowebparts@1.7.2-868.4 * setConfig => usingConfig * Added component AllPropertiesPanel * Added component ProjectStatusReport * Fixed useActions * Added resource ProjectStatusReportHeaderText * Removed ProjectInformationModal * CustomShimmerElementsGroup * Linting... * useProjectInformationState * Util conditionalClassName * SummarySection transparent noPadding noMargin iconSize={18} * ProjectInformationStatusReportHeaderText * Lint * ProjectStatusReport * Fix for GtOverallStatus * Linting etc.. * pp365-shared@1.7.2-868.2 * Customizable text color project timeline webpart #767 * Linting? * Updated CHANGELOG * Added hook useStatusElement that returns commentProps * pp365-shared@1.7.2-868.5
Show status report summary on the front page. It can be toggled on and off in the web part properties and required data will only be fetched if it's set to visible. It's set to be hidden by default. If Avkort kommentarer is set it will truncate the comments to the specified length and show the full status element in a tooltip. |
Is your feature request related to a problem? Please describe.
The project column configuration list includes all the project status fields, but changing the value of "Show in portfolio", "Show on frontpage" etc has no effect. This is kindof a bug, at least it looks like that for the user.
Describe the solution you'd like
We could solve this by adding another webpart on the front page (or extend the "Project information" web part) called "Project status", where we're showing various fields from the most recent, published, status report. We will need to query the central Project Status list, get the newest, published, report and grab the necessary field values from that item. We should also keep the same formatting rules (colors, icons) as we're using on the project status page.
The text was updated successfully, but these errors were encountered: