-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Items need #120
Comments
Why a So What do you mean by time remaining? Against the filed time? I don't really run any of those calculations right now, but it's something I could potentially do. |
RE: Users online - is this more the currently active flights, or you want to know who's actually logged in? For active flights, I have that built already, just needs the REST interface. For who's actually on, that'd be a bit more involved and would need some updates, but doable. |
The POST should have been a GET (sorry) Time remaining not really necessary but was with the old phpvms. Live flights for the GET on users would be fine. |
Would you want it as a list of users, with the active PIREP, or inverted with the |
List of users with pirep |
I've added the aircraft list, I'm going to update the docs once I push it up, but you probably want another one that I haven't added yet (I will this weekend)... it will be like |
The other thing for the flights search, I'm adding in the day-of-week specifier. I'm also adding a setting to be strict about "flights for today", which, if it's enabled, if today is a Tuesday, it will only return flights that are available on Tuesdays. There's another setting that is a restriction on flights only from their hub being available, it will further restrict based on that. You won't have to do anything to handle those, but just so you're aware of if you're doing a flight search and those settings are enabled, then you might not get results back. The same filtering will apply on the web interface. |
Added a few more APIs:
|
Closing this to consolidate tickets |
Some of the following would be nice to have. Some may be pointless. Some may come later
The text was updated successfully, but these errors were encountered: