Org Chart

projectproject

ABOUT THE PROJECT

In this project, I designed an Organizational Chart which utilized Active Directory to feed information into the application. The app would search for all members whose "manager" attribute contained the users searched input. It would then recursively search for the next returned results, which would build a tree structure. To reduce the amount of queries, the chart was limited to 4 levels by default. However, as the user clicks to expand the tree, new queries would retrieve content until there are no child nodes left. The application also offered autocomplete, drag-and-drop interface, and a full description of both job title, phone number, and division.

FEATURES

  • Utilized Recursive lookup using Active Directory
  • Drag-and-drop interface design
  • Autocomplete functionality

MADE FOR

Web Team