Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
/ hr-org-chart Public archive

Organization-wide org chart for USF SOAR with Google Sheets backend.

Notifications You must be signed in to change notification settings

usfsoar/hr-org-chart

Repository files navigation

USF SOAR General Organization Chart

This is a slightly more complex, modifed version of the basic Google Organization Chart. It is still powered by our position database in Google Sheets and the Google Charts library, but has extra information when compared to the organization chart embedded in that sheet. This chart shows who holds each position, which ones are open, and has filters for ease of use.

Contributing

To contribute, simply clone, edit, and submit a pull request. When you push to your fork, you can actually view the latest changes live at https://{YOUR_USERNAME}.github.io/hr-org-chart/. You can also view the changes live with VSCode's Live Server.

See the issues for specific items to work on. Feel free to submit your own ideas.

NPM is not required, it's just used to download some configuration files for Visual Studio Code that provide formatting and hints. They make development a bit easier.

If you do want to download those development libraries, simply install Node.js and run npm update in the folder.