Skip to content

Conversation

@nh758
Copy link
Contributor

@nh758 nh758 commented Sep 10, 2024

Issue: CruGlobal/ab_platform_web#556
Related PRs: CruGlobal/ab_platform_web#565, CruGlobal/appbuilder_class_core#250

Release Notes

  • Add complex org chart widget
    • Settings for: Team Link (ABFieldConnect), Team Name(ABFieldString), Top Team(ABFieldBoolean), Drag & Drop (Boolean)

Test Status

Not sure how to test this, since we will pull this out as a plugin eventually.

image

@nh758 nh758 added the minor Tag Pull Requests to trigger a minor version update label Sep 10, 2024
Copy link
Contributor

@Hiro-Nakamura Hiro-Nakamura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM


_fieldItem(key, type) {
const self = this;
const fieldTypes = this.AB.Class.ABFieldManager.allFields();

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable fieldTypes.
_fieldItem(key, type) {
const self = this;
const fieldTypes = this.AB.Class.ABFieldManager.allFields();
const fieldKeys = ["string", "LongText", "number", "date", "boolean"];

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable fieldKeys.
@nh758
Copy link
Contributor Author

nh758 commented Feb 26, 2025

Refactored as plugin: https://github.com/digi-serve/plugin_HRTeams

@nh758 nh758 closed this Feb 26, 2025
@nh758 nh758 deleted the nh/teams-chart branch June 3, 2025 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Tag Pull Requests to trigger a minor version update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants