2.3.0

Installation

  • Two new app settings key/value pairs have been added and need to be set

    • You can find the values in the admin section of flaik or contact our Customer Service team

  • Siriusware now utilizes stored procedures which need to be installed and can be found in the SQL folder of the installation directory. Please ensure you install the correct version for your Siriusware installation

    • Improves read performance when fetching data

    • Improves security by only allowing execute permissions on stored procedures

    • You can manually remove SELECT permissions to tables from the FlaikSiriuswareRole.

  • The worker service is now deprecated as scheduling is controlled using AWS Eventbridge

    • To delete the existing worker service follow these steps

      • Open command prompt as administrator

      • sc delete FlaikResortServiceWorker

      • Restart Server

Release Notes

Area
Title
Description
Point of Sale
General

Password encryption

Upgrade algorithm for plain text password encryption in the appsettings.json file

General
Sales

Sales Processing

Removed Sales Caching process and Worker Service as it is deprecated

General
Scheduling

Add Instructor Schedule

Add synchronous instructor schedule endpoint for a single instructor. Endpoint returns actual schedule from the POS for comparison in the flaik system to alerts on any synchronization issues

General
Guests

InTouch Sales Fetch Guest Caching

Added caching of guests for sales fetch endpoint to reduce load on POS

InTouch
Product

Product fetch enhancement

Return product counts and availability for requested products for enhanced product mapping flows

General
Sales

Guest information for sales

Ensure all guest details, including inherited email and child registration information, is included when fetching a sale. This ensures the guest data fetch for the sale matches the information in returned in class management

RTP|One
Guests

Lift ticket search

Ensure a line item lookup occurs for lift tickets in RTP|One to resolve issue with customer search returning the head of household

RTP|One
General

Siriusware database calls

Move all Siriusware calls to use stored procedures rather than dynamic queries defined in the ORM.

Siriusware
Sales

Siriusware cancelled lessons

Improved cancellation logic to ensure date changes to lessons are accurately reflected

Siriusware
Scheduling

Siriusware private unassignment

Ensure the default instructor is set correctly on removal of an instructor from a private lesson

Siriusware
Scheduling

Siriusware lesson notes

Ensure flaik does not overwrite the lesson notes in the POS

Siriusware

Last updated

Was this helpful?