Commit Graph
13 Commits
Author SHA1 Message Date
luke-elseandGitHub edc5cc12b3 Revert "Revert "Added Next and Previous Methods to Route"" 2022-01-11 18:35:43 +00:00
luke-elseandGitHub 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
luke-elseandGitHub b49b53f604 Revert "Added Next and Previous Methods to Route" 2022-01-11 11:07:17 +00:00
luke-elseandGitHub 83cb873934 Merge pull request #9 from Flight-Simulator-EFB/feature/route
Added Next and Previous Methods to Route
2022-01-11 11:06:00 +00:00
luke-else bc87700683 Added Next and Previous Methods to Route 2022-01-11 10:58:50 +00:00
luke-elseandGitHub b2729b7924 Merge pull request #8 from Flight-Simulator-EFB/features/route
Features/route
2022-01-09 17:04:48 +00:00
luke-else 0e1a00536c Route Object Generation Complete 2022-01-09 17:03:52 +00:00
luke-else 1e27081f52 Updated Models 2022-01-09 15:36:52 +00:00
luke-else f2e852fcf0 Route Polling Complete
App now fetched a route, still needs to be moved into a Linked List
2022-01-05 20:56:28 +00:00
luke-else 18bf369a1b Fixed Poll Response
Poll response now works and accepts a list of responses from the server, in theory one of which should be the route response
2022-01-05 15:24:15 +00:00
luke-else b61b767194 Update RouteController.cs
Polling feature still inop, JSON doesn't deserialise becuase the array has no name in the JSON. Could potentially add a name to the start  artificially in order to force the JSON to parse?
2022-01-04 23:26:41 +00:00
luke-else 5a2f109e65 Added Poll response function
JSON is not properly serialised... still in progress
2021-12-28 21:53:31 +00:00
luke-else e134751745 Updated UserModel and started on making the polling http calls to the server.
Started with the Polling command:

What I'm thinking is that I should have the command consecutively make calls every 5 seconds, not sure how it will work without hanging the thread, will figure out tomorrow :)
2021-12-27 21:15:55 +00:00