|
ed6e80fab3
|
Mongo Class Maintainability improved
|
2022-02-28 22:04:02 +00:00 |
|
|
27bf158a7a
|
Fixed user being able to go to login screen despite being logged in
|
2022-02-28 22:00:35 +00:00 |
|
|
72124e7f15
|
Code cleanup
|
2022-02-28 21:53:28 +00:00 |
|
|
b1e8bfe8d0
|
Consolidated and added comments to the API interface class
|
2022-02-28 21:25:00 +00:00 |
|
|
e783f8c614
|
Added metar to route page
|
2022-02-18 22:47:00 +00:00 |
|
|
c418188481
|
Completed app page + added metar class
|
2022-02-18 22:43:01 +00:00 |
|
|
ec5ca51602
|
Added double negation to clean code
|
2022-02-18 22:01:53 +00:00 |
|
|
eff67b7697
|
Added flight sim view
|
2022-02-18 21:46:00 +00:00 |
|
|
e271e49374
|
Added closest waypoint function
|
2022-02-18 21:13:21 +00:00 |
|
|
5316df08a5
|
Several changes - updated string to route to include coordinates - updated model for flight sim to only contain the closest point - User model now tracks route status... departure etc
|
2022-02-18 20:38:45 +00:00 |
|
|
10af903706
|
Added MongoDB Methods and introduced flight sim controller
|
2022-02-18 18:49:56 +00:00 |
|
|
eda71069a4
|
Updated user model to allow for storing of departure and arrival points
|
2022-02-18 18:36:10 +00:00 |
|
|
8be3b0fa02
|
Added SimPositionModel from flight tracker + setup mongo files
|
2022-02-18 17:18:00 +00:00 |
|
|
0252f115c6
|
Updated navdata to take table headings as opposed to index values from database
|
2022-02-17 20:21:50 +00:00 |
|
|
8ac4a3d693
|
Chart Viewer now complete
|
2022-02-15 16:03:46 +00:00 |
|
|
39cc7caef7
|
Tried sending model back to controller but now unsure of how to do so
|
2022-02-11 20:55:53 +00:00 |
|
|
a4e7a30a9f
|
Force user to be logged in before accessing routes
|
2022-02-11 20:14:57 +00:00 |
|
|
d8a40e64ef
|
Adapted ChartModel to accept an ICAO Code
|
2022-02-11 19:54:11 +00:00 |
|
|
0c68d05af1
|
Added Current Chart to user model
|
2022-02-11 19:41:46 +00:00 |
|
|
dd2a367a58
|
Added and Started on views for Chart Viewer
|
2022-02-11 19:40:31 +00:00 |
|
|
76878e7745
|
Updated Chart Fetch functions in order to create a more generic template
|
2022-02-11 17:00:08 +00:00 |
|
|
35a6686cd5
|
Updated layout to use EMail when logged in instead of API Token
|
2022-02-09 20:48:10 +00:00 |
|
|
39c18ee9bf
|
Updated NavdataModel and RouteController to user environment Variables
|
2022-02-09 20:41:39 +00:00 |
|
|
30ac25c8fb
|
Added addition constructor for JSON Serialisation
|
2022-02-09 20:40:24 +00:00 |
|
|
c3a414285a
|
Update Route Controller to ensure that response is valid before parsin
|
2022-02-09 20:22:46 +00:00 |
|
|
b6e5f09c11
|
Add Update route controller to fetch charts and adapt model to allow for response parsing
|
2022-02-09 20:19:32 +00:00 |
|
|
21aff4096f
|
Altered user model and updated controller to make Chart requests on load
|
2022-02-09 19:08:56 +00:00 |
|
|
94393e232c
|
Altered API Interface import
|
2022-02-09 18:11:00 +00:00 |
|
|
b2d4b52d6e
|
Added Provisional Chart Models
|
2022-02-09 17:59:02 +00:00 |
|
|
6887d33fe2
|
Add logout feature
|
2022-02-07 20:58:32 +00:00 |
|
|
0cf2360576
|
Updated Navdata view
|
2022-02-07 20:25:28 +00:00 |
|
|
5a49e270b9
|
Updated Navbar Layout
|
2022-02-07 20:00:51 +00:00 |
|
|
58eef9ea67
|
Added Navdata View (Needs Tweaking)
|
2022-02-01 20:25:31 +00:00 |
|
|
ef4d44d7d2
|
Added MergeSort Function for Navdata
|
2022-01-31 22:50:09 +00:00 |
|
|
c41f19811f
|
Added Binary Search to Navdata
|
2022-01-31 15:59:44 +00:00 |
|
|
cd488440b9
|
Updated Populate Method to get data from DB
Runs extremely quickly ~150ms on my system in debug mode (10,000 records)
|
2022-01-31 15:07:16 +00:00 |
|
|
f0da93cdae
|
Updated route controller to go through every response from the server to avoid missing a key item
|
2022-01-31 14:29:09 +00:00 |
|
|
9e00882743
|
Updated Route controller to adapt to new model
|
2022-01-31 14:23:23 +00:00 |
|
|
334ad6bce5
|
Altered user Model to allow for pure string value as oposed to object
|
2022-01-31 12:10:06 +00:00 |
|
|
3cb2b9c9b5
|
Updated Session extensions and Route Contoller
Increased the number of Poll requests and disabled an irrelevant error stating that there was a cyclical struture (Just a Doubly Linked List)
|
2022-01-27 09:46:38 +00:00 |
|
|
924e25e1c6
|
Update NavdataModel.cs
|
2022-01-26 13:34:49 +00:00 |
|
|
b68cc2ac3f
|
Created NavData Model
Create Navdata Model and add Navata controller (Currently empty)
|
2022-01-26 13:11:04 +00:00 |
|
|
87a5dbfafa
|
Merge pull request #14 from Flight-Simulator-EFB/feature/route
Feature/route
|
2022-01-11 18:46:35 +00:00 |
|
|
74b5f0cf0c
|
Added Next & Previous Methods to Route
|
2022-01-11 18:44:04 +00:00 |
|
|
cea0b0e32e
|
Added Next & Previous Methods to route
|
2022-01-11 18:43:08 +00:00 |
|
|
e8d48670d1
|
Merge pull request #12 from Flight-Simulator-EFB/revert-11-revert-10-revert-9-feature/route
Revert "Revert "Revert "Added Next and Previous Methods to Route""" - oops
|
2022-01-11 18:37:18 +00:00 |
|
|
f3dfb9b274
|
Revert "Revert "Revert "Added Next and Previous Methods to Route"""
|
2022-01-11 18:37:01 +00:00 |
|
|
7ee2f2856a
|
Merge pull request #11 from Flight-Simulator-EFB/revert-10-revert-9-feature/route
Revert "Revert "Added Next and Previous Methods to Route""
|
2022-01-11 18:36:00 +00:00 |
|
|
edc5cc12b3
|
Revert "Revert "Added Next and Previous Methods to Route""
|
2022-01-11 18:35:43 +00:00 |
|
|
0449f7ac73
|
Merge pull request #10 from Flight-Simulator-EFB/revert-9-feature/route
Revert "Added Next and Previous Methods to Route"
|
2022-01-11 11:07:31 +00:00 |
|