-
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
Resource allocation improvements #139
Comments
Merged
What data/fields do you want to show in the callout, @tarjeieo? |
Resource name |
Added connected issue #214 to lower the scope of this issue. |
olemp
added a commit
that referenced
this issue
Feb 3, 2020
* Added some padding to bottom * Initial callout for showing details about the allocation/absence (dummy text) * Added fields GtAllocationComment and GtAllocationStatus * Including GtAllocationStatusOWSCHCS and GtAllocationCommentOWSMTXT in search * Updated DetailsCallout * Updated DisplayName for GtAllocationStatus/GtAllocationComment
olemp
added a commit
that referenced
this issue
Feb 3, 2020
olemp
added a commit
that referenced
this issue
Feb 3, 2020
olemp
added a commit
that referenced
this issue
Feb 21, 2020
* Issue 201 (#202) * Added text fields GtProjectPhaseText, GtProjectServiceAreaText and GtProjectTypeText * Updated DisplayName for GtProjectServiceAreaText * Removed culture validation in provisioning * In syncPropertyItemToHub taxonomy field values is synced to a custom text field * Fixed syntax error in view query * More syntax fix (ProjectPhases) * Removed unneccessary namespace xmlns:pnp * Updated Standardmal * In SetTaxonomyFields sets term set ids based on Parameters in template with fallback to properties values * Using text field for GtManagedProperty for GtProjectServiceArea, GtProjectType and GtProjectPhase * Changed reload timeout to 3000ms in _onChangePhase * Updated GtManagedProperty for fields GtProjectType/GtProjectServiceArea with suffix Text * Fixed sync of property item to support inherited content types #201 * Fixed header columns placement #207 * #190 (#209) * Git ignoring Install/SiteScripts * Fixed project template 'Standardmal' #212 * ProjectList web part now supports project types with different phase term sets #201 * Sync fix #201 * Fixed sync error in syncPropertyItemToHub #201 * Fixed sync error in syncPropertyItemToHub #201 * Reverted config.json after accidently commiting an invalid edit #201 * Reverted manifest files #201 * #139 (#213) * Added some padding to bottom * Initial callout for showing details about the allocation/absence (dummy text) * Added fields GtAllocationComment and GtAllocationStatus * Including GtAllocationStatusOWSCHCS and GtAllocationCommentOWSMTXT in search * Updated DetailsCallout * Updated DisplayName for GtAllocationStatus/GtAllocationComment * Fixed typo in DetailsCallout #139 * Updated content in DetailsCallout #139 * Moving planner configuration to 'Listeinnhold' (#216) * List Planneroppgaver * Updated list Listeinnhold * Added content type Planneroppgave with fields * Added link to Konfigurasjon * Removed copyPlannerTasks from IProjectSetupSettings * Added get type (returns ListContentConfigType.Planner or .List) to ListContentConfig * Made all members optional in IListProperties * PlannerConfiguration removed from tasks * Content type Planneroppgaver * Updated template * Removed planId property from template * Support for planner configuration from SP list(s) * Removed Planneroppgaver from Konfigurasjonsfiler * Set Description for field GtChecklist * #217 (#218) * Added field ListContentConfigLookup to Prosjektmaler * ListContentConfigLookup changed to LookupMulti * TemplateSelectDialog updates * Updated resources * Updated models * Updated CHANGELOG #190 #201 * #215 (#219) * Updated CHANGELOG #215 * Fixed an issue where field ListContentConfigLookup wasn't added to "Prosjektmaler" #217 * Enabling versioning for local properties list (#222) * PortfolioInsights no longer dependent on NewFormUrl from chart content types (#223) * Support for role-only for resource allocation (#224) * Field TemplateParameters hidden from Prosjektegenskaper list * Support for cascade import of planner tasks (#230) * Updated CHANGELOG #228 * Added field "Skjult" (GtLccHidden) to Lists/Listeinnhold and updated ProjectSetup extension (#231) * Updated CHANGELOG #227 * Updated .vscode for settings ProjectWebParts * Setting Prosjektmaler\Standardmal.txt as default * Added field Standardmal (IsDefaultTemplate) to library/list Prosjektmaler * Removed versioning from Prosjektmaler * Disabled TemplateSelector dropdown if there's only 1 template selected * Added IconName field to Prosjektmaler * Updated default IconName for Prosjektmaler\Standardmal.txt * Added icon and subText to template dropdown options * Updated ProjectTemplate * Changed view used in _fetchData to retrieve templates and extensions * Find the first template that is set to default or the first template retrieved * templateParametersFieldXml set to optional in IPortalDataServiceConfiguration * Updated default view for Prosjektmaler * Updated CHANGELOG #233 * Removed unused import from ProjectStatus (ProjectWebParts) * PortfolioWebParts/LatestProject: Added properties to property pane, and showing time for created date * Add 'Gevinsteier' to 'Gevinstrealisering' (#226) * Added site field GtGainsOwner * Updated template Stqandardmal * Added GtGainsOwner to views * Added GtGainsOwner to select properties of BenefitsOverviewDefaultProps * Adding consts for content type ids in BenefitsOverview * Added resource BenefitOwnerLabel * Added column benefit.owner to BenefitsOverviewColumns * Added GtGainsOwner to IBenefitsSearchResult * Added owner member to Benefit model/class * Searchconfig: Add 'Gevinsteier' to 'Gevinstrealisering' #226 Co-authored-by: Tarjei E. Ormestøyl <ormestoyl@gmail.com> * Updated CHANGELOG for 1.2.0 release * Update README with version number (1.2.0) * Updated PortfolioWebParts to 1.2.0 * Fixed a merged error in PortfolioInsights * Updated ProjectExtensions to 1.2.0 * Improved UI for summary view phase change modal #235 * Updated ProjectWebParts to 1.2.0 * Fixed height of commentField #235 * Updated Version property for Standardmal.txt to 1.2.0 * Ability to force sync of properties using URL hash #241 * Support for description for list content configurations (#240) Co-authored-by: Tarjei E. Ormestøyl <ormestoyl@gmail.com> * Update CHANGELOG.md Co-authored-by: Tarjei E. Ormestøyl <ormestoyl@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
We get requests about three scenarios, which we currently don't support
Ability to add resource entries without a person, only as roleAbility to add resource entries without a person, only as role #214Ability to specify allocation status: Requested, Allocated, RejectedAbility to open more details in a Callout componentDescribe the solution you'd like
Make the user/allocated resource voluntarely in project resource allocation content type. If not set, the "Role" is also used as the name in the resource allocation overview.Ability to add resource entries without a person, only as role #214Add a field 'Allocation status' to the project resource allocation content type with fields Requested, Allocated, Rejected, Other (describe in comment). This field should be displayed in the resource allocation modal dialog and be filterable in the overview pageOpen a Callout component with details on clickAdd some padding/margin to the bottom of the pageAdditional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: