-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allocate+ Column Headers #1
Comments
Simple find and replace strategy, while not ideal, might solve the current issue from a development perspective. Operations is another story! Risks:
@applebyter I'm assuming that this tool remains fundamental to ITEE course delivery. Is the original dev still involved with the ongoing maintenance of the code-base? While the fix itself looks to be simple enough, it might be an opportunity to upgrade 3rd party dependencies and deploy to newer zone images. |
@pipw Yes, this tool is heavily used by several large courses in ITEE. The original developer is typically not available for maintenance. Upgrading 3rd party dependencies, deploying to a new zone, and replacing hard-coded literal values with symbolic constants could be beneficial. This issue is the lowest priority of the issues for this tool, but may be simple enough to be worth fixing. |
(Not a bug in queue necessarily - but assumptions about Allocate+ appear to no longer be valid.)
It appears that for 2023, when you select ACTIVITY_CODE as a desired field in the Allocate+ report, the file generated does not include this as a column header - instead it names the column "SHORT_CODE". The queue system rejects this file and one has to rename the column in the spreadsheet to ACTIVITY_CODE for it to be accepted.
Copied from Peter Sutton's issue raised in CSSE1001.
The text was updated successfully, but these errors were encountered: