You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can append the query parameter `?demo=[NUMBER-OF-MINUTES]` to the url to enable the demo mode, once activated it will fully refresh the application every specified minutes.
@@ -34,7 +34,7 @@ To prevent an overhead of visible informations for the user, the map shows the l
@@ -78,7 +78,7 @@ The project make use of `.env` files, just update the values before starting the
78
78
### Things to keep in mind
79
79
* The Vuex store contains **only** global values for the application, the real time data coming from the websockets is processed & rendered directly in the relative component state. Otherwise the store would act as a computational bottleneck.
80
80
* Each widget in the dashboard is **independent** on getting the data from the backend and is also exported as dedicated module for lazy loading. Both of these approaches also results in a better development experience.
81
-
* For a cleaner UX, the map will show only **the latest 100 RSVP events**. The amount of markers for the "time window" is defined in the Vuex store.
81
+
* For a cleaner UX, the map will show only **up to 1000 flights**. The amount of markers for the "time window" is defined in the Vuex store.
0 commit comments