SiLeBAT / fcl-client

Web app for analyzing food delivery networks
https://silebat.github.io/fcl-client/
GNU General Public License v3.0
7 stars 2 forks source link

Hide deliveries to invisible stations in station property diaglog. #801

Closed arne-z closed 2 months ago

arne-z commented 3 months ago

Merging this will cause deliveries to and from invisible station not to be shown in the properties tab of connected stations.

We should consider refactoring the station-properties-component to use more locally scoped variables and function return values, and reduce mutation of class variables to a minimum. Additionally the heavy use of the non-null-assertion operator should perhaps be reconsidered.

Ticket: Station property dialog shows hidden deliveries #417