We are glad to inform you that the latest version 2.9.1 - Snappy Fixes of Flowfactory Platform is out. Below is the list of Jira issues that were part of this upgrade.
Overview
Key | Summary | Epic |
---|---|---|
Web Client - The UI is very slow for complex views | FF-4537 - Dev :: Product Success | |
Web Client - After every workflow ReloadViewData is run and it reloads the data from the SQL server | FF-5847 - SM :: Incident Management | |
Studio - Not possible to generate assembly if app has dash in app name | ||
Web Client - Remove unused metadata from view metada |
Details
FF-4537 - Dev :: Product Success
FF-8027 Web Client - The UI is very slow for complex views
DescriptionWeb client would update views slowly after running workflows for complex views.SolutionWe have optimized the traffic between the client and server greatly reducing the amount of data being sent. We also apply compression to data being sent which reduces traffic even more. This will be especially noticeable in large views.
FF-5847 - SM :: Incident Management
FF-8037 Web Client - After every workflow ReloadViewData is run and it reloads the data from the SQL server
DescriptionUnnecessary database calls would be made for complex views after running workflows.SolutionWe have optimized data management on the server side reducing the number of database calls being made when running the applications.
FF-8048 Studio - Not possible to generate assembly if app has dash in app name
Description If your application had a dash in its name an error would occur when you generate model assembly. Solution Dash will be replaced by underscore in name of assembly and namespace for classes which makes in valid C# code.
FF-8032 Web Client - Remove unused metadata from view metada
DescriptionThe web client was sending not required metadata for the view from the server to the client.SolutionWe have reduced the data being sent from server to client which makes it slightly faster to open views.
Thanks
Comments
0 comments
Please sign in to leave a comment.