Skip to content

Releases: WyattBest/PowerSlate

November 2019

14 Nov 17:39
Compare
Choose a tag to compare

A handful of new features and more code cleanup. High-level document describing integration per-field added. Implementation documentation not written yet.

New:

  • Sync SMS opt-in status to Telecommunications
  • ISIR status upload from PowerFAIDS (stand-alone script)
  • Log table pruning SQL job

Changed:

  • Moved all SQL to [custom] schema and updated routines names

Initial release under new name

20 Aug 19:43
Compare
Choose a tag to compare

First production release after changing the project name. Implementation PDF still needs updated.

No new functionality from SlaPowInt v2 rc4; most changes are designed to make implementation and new development easier.

PowerCampus Web API 8.7.x is no longer supported. 8.8.x is required. Some 8.7.x defect workarounds dropped, which could be considered "functionality."

Changes:

  • Removed dependency on Jupyter/Anaconda framework. Now using vanilla Python 3 plus a few modules.
  • Moved shared code to single file. Project structure is now a one-time sync script, an HTTP listener sync script, and the shared pscore module.
  • Scripts are intended to run via Windows Task Scheduler
  • Removed unused code
  • Removed workarounds for PowerCampus API defects that were patched in 8.8.x
  • Small code rewrites
  • Some docstrings written