Releases: ScientificProgrammer/PaylocityCodingChallenge
Releases · ScientificProgrammer/PaylocityCodingChallenge
Alpha Release v0.1.1-alpha
RELEASE SUMMARY
This version of the code base is not fully complete, but there is enough here for a preliminary evaluation. l (i.e., Eric) will continue to work on it over the next two days and have a nice package ready by the early afternoon on Sunday, Dec 12, 2021.
PLANNED ENHANCEMENTS FOR NEXT RELEASE
- Python Parser Module
- Clean up the code by removing unnecessary comments and adding proper DocStrings.
- Use a configuration file for the DB Connection parameters.
- For security credentials, either accept a DB password from stdin or use an environment variable. A longer term goal would be to use SSH keys with IAM.
- Finish Python DB Uploader
CHANGES SINCE PRIOR RELEASE
The prior pre-release version, v0.1.0-alpha, was created before the latest updates were pushed to the repo. This version, v0.1.1-alpha, should have been the first pre-release version.
Alpha Release v0.1.0-alpha
RELEASE SUMMARY
This version of the code base is not fully complete, but there is enough here for a preliminary evaluation. l (i.e., Eric) will continue to work on it over the next two days and have a nice package ready by the early afternoon on Sunday, Dec 12, 2021.
PLANNED ENHANCEMENTS FOR NEXT RELEASE
- Python Parser Module
- Clean up the code by removing unnecessary comments and adding proper DocStrings.
- Use a configuration file for the DB Connection parameters.
- For security credentials, either accept a DB password from stdin or use an environment variable. A longer term goal would be to use SSH keys with IAM.
- Finish Python DB Uploader