Altered user model and updated controller to make Chart requests on load
This commit is contained in:
@ -24,6 +24,10 @@ namespace EFB.Models
|
||||
public string Route { get; set; }
|
||||
public TokenModel RouteToken { get; set; } = null;
|
||||
|
||||
//Contains the Departure and Arrival Charts for the user's route
|
||||
public ChartModel DepartureCharts { get; set; }
|
||||
public ChartModel ArrivalCharts { get; set; }
|
||||
|
||||
//Contains the most recently stored position of the user in the simulator
|
||||
public object SimPosition { get; set; } = null;
|
||||
|
||||
|
Reference in New Issue
Block a user