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
Key/Values
FlaikServiceSettings:resortId
FlaikServiceSettings:resortName
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
Password encryption
Upgrade algorithm for plain text password encryption in the appsettings.json file
Sales Processing
Removed Sales Caching process and Worker Service as it is deprecated
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
InTouch Sales Fetch Guest Caching
Added caching of guests for sales fetch endpoint to reduce load on POS
Product fetch enhancement
Return product counts and availability for requested products for enhanced product mapping flows
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
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
Siriusware database calls
Move all Siriusware calls to use stored procedures rather than dynamic queries defined in the ORM.
Siriusware cancelled lessons
Improved cancellation logic to ensure date changes to lessons are accurately reflected
Siriusware private unassignment
Ensure the default instructor is set correctly on removal of an instructor from a private lesson
Siriusware lesson notes
Ensure flaik does not overwrite the lesson notes in the POS
Last updated
Was this helpful?