Skip to content

Releases: ScientificProgrammer/PaylocityCodingChallenge

Alpha Release v0.1.1-alpha

11 Dec 00:11
Compare
Choose a tag to compare
Pre-release

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

  1. Python Parser Module
    1. Clean up the code by removing unnecessary comments and adding proper DocStrings.
    2. Use a configuration file for the DB Connection parameters.
    3. 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.
  2. 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

10 Dec 22:42
Compare
Choose a tag to compare
Pre-release

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

  1. Python Parser Module
    1. Clean up the code by removing unnecessary comments and adding proper DocStrings.
    2. Use a configuration file for the DB Connection parameters.
    3. 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.
  2. Finish Python DB Uploader