Streamline Modifying Department List #23
Labels
enhancement
New feature or request
good first issue
Good for newcomers
waiting feedback
Waiting on feedback from requestor
Milestone
Is your feature request related to a problem? Please describe.
Modifying the list of departments presented to the user can be a bit frustrating in the current approach.
Describe the solution you'd like
If we move the list of departments from the welcomeJSON section up to the top, we can make it a bit easier to update without having to dig through the rest of the script. For example
will automatically alphabetize the department list and format it for the json field to insert later on. Then, we would just replace the Department section of the welcomeJSON with
That should make it a bit easier to modify the department list down the line, either for new departments or for other people using this script.
Describe alternatives you've considered
This process can be done manually, but if you have a large number of departments to add it can be cumbersome.
The text was updated successfully, but these errors were encountered: