-
Notifications
You must be signed in to change notification settings - Fork 4
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
[NAE-1872] Endpoint resource optimisation #197
base: release/8.0.0
Are you sure you want to change the base?
Conversation
- Empty Task ref component classes
- Don't filter out dashboard task ref fields when preprocessing data groups
- associate dashboard tiles with dashboard task ref field
- component resolver task ref field
- resolve dashboard rows/cols
- fix resolve dashboard rows/cols
- layout task ref dashboard grid tiles
- fix dashboard group title line present
- fix dashboard group lost layout information
- task ref dashboard tile content resolution
- fix task ref dashboard tile task content spinner
- task ref dashboard tile + button
- create task ref dashboard tile case on +
- task ref dashboard tile + is shown only if the task ref is editable and not blocked (assigned)
- create new task ref dashboard tile case instance and set relevant tile data
- set new task ref dashboard tile reference in the parent task ref - fixed diagonal swap of dashboard + button positions
- change button type - add border
- hidden fields in data groups are filtered only in the data groups that are immediately displayed (dashboard content is passed unfiltered until it reaches the display stage)
- dashboard line chart text field component prototype/example
- display the chart component as a text area when editable
- fix empty dashboard bugs - add parent case id data when creating dashboard tile
- add pie chart component
- add portal card component
- add portal component registry service
- add bar chart component
- add iframe dashboard component
- register multiple example app components to dashboard registry - add injector as component getter argument
- refresh content of task, when new tile is added by clicking +
Release 6.2.9
# Conflicts: # CHANGELOG.md # package.json # projects/nae-example-app/src/app/app.module.ts # projects/netgrif-components-core/package.json # projects/netgrif-components/package.json # projects/netgrif-components/src/lib/data-fields/data-fields.module.ts # projects/netgrif-components/src/lib/panel/panel.module.ts
[NAE-1703] Dashboard
- corrected dashboard error
- corrected test
# Conflicts: # CHANGELOG.md # package.json # projects/netgrif-components-core/package.json # projects/netgrif-components/package.json
# Conflicts: # package.json # projects/netgrif-components-core/package.json # projects/netgrif-components/package.json
- removed node 12 support
- modified CHANGELOG.md
[NAE-1881] Release 6.3.0-rc.9
- modified enums - modified resources according to BE
- corrected tests
# Conflicts: # projects/netgrif-components-core/src/lib/task-content/services/field-converter.service.ts
This PR has Quantification details
Why proper sizing of changes matters
Optimal pull request sizes drive a better predictable PR flow as they strike a
What can I do to optimize my changes
How to interpret the change counts in git diff output
Was this comment helpful? 👍 :ok_hand: :thumbsdown: (Email) |
SonarCloud Quality Gate failed. |
Description
Optimised endpoint data, corrected tests to V7, merged with 6.3.0
Implements NAE-1872
Dependencies
No new dependencies were introduced.
Third party dependencies
No new dependencies were introduced.
Blocking Pull requests
There are no dependencies on other PR.
How Has Been This Tested?
This was tested manually with postman, JProfiler and unit tests.
Test Configuration
Checklist: