Closed velocity23 closed 3 years ago
Hey, just a quick question for you all. Will the route database error be fixed in 1.2.0?
Hey, just a quick question for you all. Will the route database error be fixed in 1.2.0?
Was fixed in 1.1.1 π
Flare v1.2.0 is on short final! Look out for a release announcement on discord and the IFC!
Summary
Flare v1.2.0 focuses on two main things - speed and development. We're introducing some new features to help speed up the loading of Flare, and also implementing some new tech to help speed up development and patches in the future.
Legend
Items in each section include the following icons: π In Planning π¨βπ» In Progress β Completed
Feature List
Feature Overviews
Automatic Callsign Assignment
This feature will add the ability for callsigns to be determined automatically with no user choice. This feature will be able to be disabled.
Programmatic Forms
A new
Form
class that means that forms can be created and rendered programmatically. An instance of this class will have methods to add fields and customize the form overall, as well as arender()
method to show the form.More Frontend Loading
With the introduction of the Flare API in v1.1.0, more data can be grabbed client-side for things such as modals and non-default tabs.
Analytics & Error Reporting
VAs may opt-into sending analytics and error reports to a central Flare server. This information will be visible in an internal dashboard.
Caching
Currently, VANet is pinged with a MyInfo request every time a page is loaded. If we cache the response if the database then loading times will be improved. This also opens up opportunities for other caching.
Ability to Reactivate Deactivated Users
See #288
Route Deletion Confirmation
See #284