Nabeel Shahzad
|
73ffc9cf44
|
Fix flight type parameter
|
2018-04-30 17:29:50 -05:00 |
|
Nabeel Shahzad
|
395642f69c
|
Add /api/news route
|
2018-04-11 20:01:41 -05:00 |
|
Nabeel Shahzad
|
e27f6f1b14
|
Add addtl fields to pirep - block_off and block_on times, calculate block_off time if not there
|
2018-04-04 13:03:10 -05:00 |
|
Nabeel Shahzad
|
bb73af3806
|
Add weather to the dashboard for the current airport
|
2018-04-02 06:47:05 -05:00 |
|
Nabeel Shahzad
|
eb06c07fdb
|
Update PIREP statuses
|
2018-04-01 20:37:10 -05:00 |
|
Nabeel Shahzad
|
0f521c3af9
|
Change PIREP states to follow AIDX guidelines
|
2018-04-01 20:18:12 -05:00 |
|
Nabeel Shahzad
|
bd30b1f900
|
Check for departure airport restrictions #221
|
2018-03-30 11:08:53 -05:00 |
|
Nabeel Shahzad
|
ccf56ddec1
|
Fix formatting and interfaces in nearly every file
|
2018-03-19 20:50:40 -05:00 |
|
Nabeel Shahzad
|
6b002f24a8
|
Store full datetime in post_date; recalculate finances on every pirep
|
2018-03-17 22:20:08 -05:00 |
|
Nabeel Shahzad
|
afd7aebe20
|
Allow the fares to be submitted via API for ACARS #125
|
2018-03-14 10:34:41 -05:00 |
|
Nabeel Shahzad
|
bff80c2dc7
|
Change user bid to POST
|
2018-03-13 01:26:27 -05:00 |
|
Nabeel Shahzad
|
dc2570a408
|
Rename the PirepService class
|
2018-03-06 17:36:06 -06:00 |
|
Nabeel Shahzad
|
9d3953f3ac
|
Refactor expenses; move finance service classes; add daily/monthly skeletons #130 #136
|
2018-03-05 22:49:42 -06:00 |
|
Nabeel Shahzad
|
a7a70ce423
|
Added refresh finances button to transactions list #130
|
2018-03-05 13:07:10 -06:00 |
|
Nabeel Shahzad
|
208b6e73dc
|
Don't overwrite pagination counts, let it default to the config #162
|
2018-02-28 15:06:57 -06:00 |
|
Nabeel Shahzad
|
97764866f2
|
Rename user_bids table to bids
|
2018-02-27 13:25:32 -06:00 |
|
Nabeel Shahzad
|
c89926399b
|
Delete a bid by either the bid_id or the flight_id
|
2018-02-27 13:14:58 -06:00 |
|
Nabeel Shahzad
|
a38b4e063b
|
Return the flight object with the bid
|
2018-02-27 13:11:48 -06:00 |
|
Nabeel Shahzad
|
53b0bbd936
|
Convert errors into HttpException calls
|
2018-02-22 15:15:00 -06:00 |
|
Nabeel Shahzad
|
6dfab75f08
|
Add api routes to get/add/remove bids for a user #172
|
2018-02-22 10:44:15 -06:00 |
|
Nabeel Shahzad
|
ea09a18956
|
Fixed formatting of almost every file
|
2018-02-20 22:33:09 -06:00 |
|
Nabeel Shahzad
|
aeacd80bcb
|
Check aircraft permissions in PIREP update/file
|
2018-02-20 14:14:20 -06:00 |
|
Nabeel Shahzad
|
4e43223f3a
|
Refuse pirep prefile is user not allowed to use aircraft #170
|
2018-02-20 12:59:49 -06:00 |
|
Nabeel Shahzad
|
8393ae2851
|
Add /flight/:id/route resource, returns all route info that's in the navaid database closes #183
|
2018-02-20 12:06:52 -06:00 |
|
Nabeel Shahzad
|
3d9d17d9b9
|
Add call to get user's PIREPs #192
|
2018-02-19 10:35:49 -06:00 |
|
Nabeel Shahzad
|
2678514077
|
API: Only show active airlines
|
2018-02-12 12:05:10 -06:00 |
|
Nabeel Shahzad
|
3aa01aaa18
|
tests check the data object in return #186
|
2018-02-10 18:17:38 -06:00 |
|
Nabeel Shahzad
|
2a289e0468
|
pirep route wrap the data object #186
|
2018-02-10 17:48:51 -06:00 |
|
Nabeel Shahzad
|
21e13b6b92
|
make sure resources return the data object #186
|
2018-02-10 17:34:46 -06:00 |
|
Nabeel Shahzad
|
5a89b4f194
|
write the route if it hasn't been set by acars #184
|
2018-02-10 16:10:19 -06:00 |
|
Nabeel Shahzad
|
e6290c3396
|
set pirep source to acars #177
|
2018-02-10 13:41:24 -06:00 |
|
Nabeel Shahzad
|
80cd80a5cf
|
Change the filtering to operate without being in the service layer #174
|
2018-02-09 15:42:37 -06:00 |
|
Nabeel Shahzad
|
17f1085ffb
|
Filter out flights depending on the only_flights_from_current setting #174
|
2018-02-09 15:36:13 -06:00 |
|
Nabeel Shahzad
|
13b4a3854b
|
move filterSubfleets() to FlightService class #170
|
2018-02-09 14:36:36 -06:00 |
|
Nabeel Shahzad
|
f6b2102e48
|
fix bug where aircraft restrictions aren't respected in flight calls #170
|
2018-02-09 14:26:14 -06:00 |
|
Nabeel Shahzad
|
de0c71cb06
|
Set fields to pireps in prefile/update calls
|
2018-02-06 13:46:23 -06:00 |
|
Nabeel Shahzad
|
ec5478a766
|
Add /pireps/id/acars/events endpoint
|
2018-01-30 12:06:46 -06:00 |
|
Nabeel Shahzad
|
c8ac739820
|
Add a /api/pirep/{id}/update call
|
2018-01-30 11:36:22 -06:00 |
|
Nabeel Shahzad
|
e57f0cb234
|
Add /acars/event as alias to /acars/log, and accept event as log line
|
2018-01-28 12:02:41 -06:00 |
|
Nabeel Shahzad
|
653ff2a104
|
Major refactoring and cleanup of ACARS/Pirep API
|
2018-01-28 11:12:13 -06:00 |
|
Nabeel Shahzad
|
9dc963ad29
|
some better logging
|
2018-01-24 13:38:06 -06:00 |
|
Nabeel Shahzad
|
9964eb63fb
|
Add pirep comments and subfleets fares #118
|
2018-01-23 21:40:34 -06:00 |
|
Nabeel Shahzad
|
f9efa81bb4
|
Refactoring of PIREP submission and field code #146
|
2018-01-23 15:48:30 -06:00 |
|
Nabeel Shahzad
|
edb72e462f
|
Add stricter validation around ACARS/PIREP API updates #149
|
2018-01-23 11:46:26 -06:00 |
|
Nabeel Shahzad
|
7c70bb0971
|
add setting to disable user aircraft rank restriction #138
|
2018-01-19 12:46:30 -05:00 |
|
Nabeel Shahzad
|
4f4137abf2
|
force no wrapping on the user fleet list #35
|
2018-01-10 19:00:38 -06:00 |
|
Nabeel Shahzad
|
bf4e164e0d
|
Add calls and API to get user's fleet, determined by rank #35
|
2018-01-10 18:40:01 -06:00 |
|
Nabeel Shahzad
|
d63f0ee2f8
|
Added /api/settings to retrieve all VA settings #120
|
2018-01-06 15:41:23 -06:00 |
|
Nabeel Shahzad
|
082c33ae59
|
Add /api/flights to retrieve all flights paginated #120
|
2018-01-06 15:21:21 -06:00 |
|
Nabeel Shahzad
|
2de8d9ed64
|
Add /api/airlines and /api/airline/{id} #120
|
2018-01-06 15:13:33 -06:00 |
|