Commit Graph

234 Commits

Author SHA1 Message Date
Nabeel Shahzad
81e82629ac Rename PilotState class to UserState 2017-12-30 20:40:32 -06:00
Nabeel Shahzad
87867746aa cleanup creation templates 2017-12-30 12:53:16 -06:00
Nabeel Shahzad
4a1d7c59fb added settings page in admin #93 2017-12-30 10:38:18 -06:00
Nabeel Shahzad
520751b151 Move seed data into separate file with importer; fix admin panel js being broken 2017-12-29 17:34:09 -06:00
Nabeel Shahzad
d04c11f660 Add api/status call with vms and php versions 2017-12-28 22:49:47 -06:00
Nabeel Shahzad
77d89a2192 remove superfluous packages 2017-12-28 18:00:35 -06:00
Nabeel Shahzad
9d92d8af55 More work on the pirep/acars maps 2017-12-28 14:35:28 -06:00
Nabeel Shahzad
10985a7d97 Cleanup some of the geojson code 2017-12-27 20:52:37 -06:00
Nabeel Shahzad
edca0644ff Add acars map page and show in-progress flights 2017-12-27 16:47:22 -06:00
Nabeel Shahzad
a931435b42 cleanup PIREP api; file report via API 2017-12-26 14:54:28 -06:00
Nabeel Shahzad
81d349d78d show all flights in admin/active by default 2017-12-26 14:14:04 -06:00
Nabeel Shahzad
6fd3fbe6cd sort airport list in admin 2017-12-26 14:05:43 -06:00
Nabeel Shahzad
9916444ca2 change field to in acars table 2017-12-25 18:22:46 -06:00
Nabeel Shahzad
f29a9cfdc5 some acars/tables fixes 2017-12-25 18:10:24 -06:00
Nabeel Shahzad
3bd97b4d37 add PIREP pre-file and ACARS updates; removing caching from ACARS/Pirep/User repositories; adjust PirepState enum values; add additional columns 2017-12-25 15:19:34 -06:00
Nabeel Shahzad
70b1476e93 Add markers for the navpoints on the flight and pirep maps 2017-12-24 17:38:38 -06:00
Nabeel Shahzad
0bb2dabb8c update profile/change password and profile cosmetic changes 2017-12-24 12:12:26 -06:00
Nabeel Shahzad
3b8621371a show dates/times in user's timezone 2017-12-23 11:58:17 -06:00
Nabeel Shahzad
eb6e624a4d user dashboard shows real data 2017-12-23 11:17:29 -06:00
Nabeel Shahzad
07bcc5f199 Fixed login and added suspended message 2017-12-23 08:36:02 -06:00
Nabeel Shahzad
014aea6ae1 Cleanup registration and add a generic TOC 2017-12-23 08:21:40 -06:00
Nabeel Shahzad
babdca627e Fixes and cleanup for user pending/registration calls 2017-12-22 16:32:21 -06:00
Nabeel Shahzad
81ac281d9f simple user search and pagination 2017-12-22 15:11:27 -06:00
Nabeel Shahzad
50ede116ca Show count of pending pilot registrations; pagination 2017-12-22 14:48:15 -06:00
Nabeel Shahzad
1ebf2bd09c Don't allow login if user is pending or rejected; some refactoring of the registration code 2017-12-22 13:38:24 -06:00
Nabeel Shahzad
161623c85e Fixes for emails; send user registered/pending depending on state 2017-12-22 12:46:46 -06:00
Nabeel Shahzad
7fbe2f5e30 cleanup and ensure forgot password functionality is working 2017-12-21 17:23:45 -06:00
Nabeel Shahzad
6c546b5094 Add flight route map; algorithm for picking from multiple nav points; some tests 2017-12-20 19:12:39 -06:00
Nabeel Shahzad
e5278bc0bf Output PIREP map with just the dep/arr airports for now 2017-12-20 11:28:21 -06:00
Nabeel Shahzad
0375bb420f Major refactoring for PIREP statuses and states to accomodate ACARS/route data 2017-12-19 20:19:36 -06:00
Nabeel Shahzad
f2131093c4 Simple PIREP overview page (map not working atm) 2017-12-19 15:19:06 -06:00
Nabeel Shahzad
b97b47cd8c Add some error state pages and installer fixes 2017-12-15 11:22:46 -06:00
Nabeel Shahzad
ab75ef7cf8 Fix and enable Subfleet/Fare tests and factories 2017-12-13 11:29:14 -06:00
Nabeel Shahzad
55250b8789 PIREP tests working, using minutes to track flight hours instead of seconds 2017-12-13 10:56:26 -06:00
Nabeel Shahzad
248a8d1488 Add more API resources; user bid management and tests #35 #36 2017-12-12 16:58:27 -06:00
Nabeel Shahzad
5b25a464ba Rename the PilotService to UserService 2017-12-12 14:48:03 -06:00
Nabeel Shahzad
de582f617c Rename UserFlight to UserBid to match functionality 2017-12-12 11:49:35 -06:00
Nabeel Shahzad
373f45c86c Convert flight transformer to the native Laravel resource object 2017-12-12 07:25:11 -06:00
Nabeel Shahzad
0f18e60fd9 #36 Add authentication for API; generate API key 2017-12-11 22:05:22 -06:00
Nabeel Shahzad
f2add8908b add setting() helper; fix invalid defaults for mysql in table 2017-12-09 21:56:26 -06:00
Nabeel Shahzad
d34e30666d Cleanup for settings table and moved some seed data into the migrations 2017-12-09 21:21:49 -06:00
Nabeel Shahzad
fa4be69774 Cache the api calls to vacentral and make the iata field optional 2017-12-07 17:44:05 -06:00
Nabeel Shahzad
ddb8a6f5e9 Airport lookup from vaCentral API; changes to Airports tables 2017-12-07 17:22:15 -06:00
Nabeel Shahzad
f0309e65de set/add timezone information for airports and users 2017-12-06 16:07:25 -06:00
Nabeel Shahzad
ac0f163090 Saner way of password change check 2017-12-06 10:07:10 -06:00
Nabeel Shahzad
9c1a8f8251 Flight search on frontend 2017-12-04 14:21:46 -06:00
Nabeel Shahzad
8d4f1efd52 cleaned searching for flights, specific fields in admin 2017-12-04 12:05:31 -06:00
Nabeel Shahzad
e032fd2dbf cleanup searchCriteria generation for flights 2017-12-04 10:59:25 -06:00
Nabeel Shahzad
6bb0a52d81 Pagination on the pireps/flights on the front-end 2017-12-04 10:34:01 -06:00
Nabeel Shahzad
5593d01035 Edit user PIREP 2017-12-03 15:29:34 -06:00
Nabeel Shahzad
83cc5111b6 count/filtering of pending PIREPs 2017-12-03 10:55:01 -06:00
Nabeel Shahzad
4c8fca39eb accept/reject pireps in admin; cleanup and refactoring 2017-12-03 00:48:33 -06:00
Nabeel Shahzad
df2b092d60 sample event listener and scaffolding for a module 2017-12-02 09:19:58 -06:00
Nabeel Shahzad
58a8d2cdbe cleanup aircraft controller 2017-12-02 08:29:53 -06:00
Nabeel Shahzad
6a8e224546 Fix the call to parent 2017-12-01 14:35:59 -06:00
Nabeel Shahzad
622e099b97 add recent() call to BaseRepository 2017-12-01 11:25:58 -06:00
Nabeel Shahzad
9566da84a5 Cleaned up select box stuff, moved to repositories 2017-12-01 11:11:03 -06:00
Nabeel Shahzad
9706114289 Caching & search configuration in repository classes 2017-12-01 10:53:33 -06:00
Nabeel Shahzad
8509daab35 pagination for pireps (admin) 2017-12-01 10:44:35 -06:00
Nabeel Shahzad
e1b0b92f83 flight search and pagination (in admin), schema changes to accomodate 2017-11-30 20:28:45 -06:00
Nabeel Shahzad
f52b4bb4d9 Initial user management in admin panel 2017-11-29 18:01:07 -06:00
Nabeel Shahzad
30737a7644 fixed the remaining edit pages 2017-11-22 20:03:49 -06:00
Nabeel Shahzad
5e990164ee updated subfleet admin design 2017-11-22 11:52:02 -06:00
Nabeel Shahzad
321f2e94f5 cleanup of edit flight page; added deps 2017-11-01 11:08:36 -04:00
Riccardo Bello
e085c671aa Fix on registration error. 2017-09-30 11:10:56 +02:00
Nabeel Shahzad
c233bc4f36 admin styling updates/fixes 2017-08-24 13:37:54 -05:00
Nabeel Shahzad
0d29369e54 #21 file PIREP; populate custom fields and set correct status 2017-08-23 14:19:05 -05:00
Nabeel Shahzad
0a3ea07549 dashboard colors and design changes 2017-08-18 12:02:32 -05:00
Nabeel Shahzad
bec2bbf646 comment out RSS stuff for now 2017-08-17 14:01:47 -05:00
Nabeel Shahzad
f739cd0a67 #21 PIREP submit form first pass 2017-08-16 18:18:47 -05:00
Nabeel Shahzad
c45d0541ef #35 rest api additions for pireps 2017-08-14 23:36:49 -05:00
Nabeel Shahzad
bc94772ce2 intitial work on rest api 2017-08-14 18:26:20 -05:00
Nabeel Shahzad
82c1d3ff56 fix base class on airport controller 2017-08-13 22:22:14 -05:00
Kyle
738cd15db4 Code Improvements 2017-08-12 16:47:44 +00:00
Kyle
5b83ca3e9b Register form and functionally 2017-08-12 16:47:44 +00:00
Nabeel Shahzad
bf410c4f99 card style new pilots on homepage 2017-08-10 01:00:08 -05:00
Nabeel Shahzad
eb3fa9b4cb styling cleanup 2017-08-10 00:08:38 -05:00
Nabeel Shahzad
807ac69ae9 #21 list user's pireps 2017-08-08 20:34:36 -05:00
Nabeel Shahzad
6e3f293fcb style and updates to the dashboard 2017-08-04 20:17:04 -05:00
Nabeel Shahzad
021083f58e #21 filing scaffolding 2017-08-04 10:04:00 -05:00
Nabeel Shahzad
9d53c0103f #57 user can save flights 2017-08-03 21:02:02 -05:00
Nabeel Shahzad
1e19f463bd layout updates 2017-08-02 23:07:36 -05:00
Nabeel Shahzad
61cb8a75a7 #57 scaffolding for flight search 2017-08-02 15:29:04 -05:00
Nabeel Shahzad
07ce5e9a1a #57 skeleton for flights page 2017-08-02 15:12:26 -05:00
Nabeel Shahzad
e4e23dd8a6 new dashboard and profile pages with new design 2017-08-02 13:13:08 -05:00
Nabeel Shahzad
3f69c412b3 Move all front-end templates into a skin folder; override some view calls to accomodate 2017-08-01 18:40:05 -05:00
Nabeel Shahzad
9a08586564 allow setting of IATA code for airline 2017-07-22 23:03:39 -05:00
Nabeel Shahzad
29a60ba0ae Add RSS of Announcements feed to Dashboard page 2017-07-22 21:31:26 -05:00
Nabeel Shahzad
fc6253b46f #21 adjust the pirep view/edit form 2017-07-13 22:09:38 -05:00
Nabeel Shahzad
5ffd152a43 #48 add custom fields/values to flights 2017-07-11 17:44:12 -05:00
Nabeel Shahzad
35133fe0e6 #48 fixed some db field errors 2017-07-11 17:00:41 -05:00
Tim
a5b71ae09e correct redirect route airline forms
Previously you were not able to edit an airline & it would return an error when adding one cause the redirect route wasnt set properly. this is fixed now
2017-07-07 23:49:03 +02:00
Nabeel Shahzad
10baaab646 #41 inline editing of fuel prices 2017-07-05 18:48:32 -05:00
Nabeel Shahzad
e6b338cd32 #41 add fuel type to subfleet table 2017-07-05 09:55:36 -05:00
Nabeel Shahzad
7265eb1913 Clean up enums and cache-keys configs 2017-07-04 15:43:47 -05:00
Nabeel Shahzad
77b164a64c #21 base code for accepting/rejecting PIREPs 2017-07-04 01:05:37 -05:00
Nabeel Shahzad
ddc2ed4d89 #32 Cleanup of subfleet edit and linked from the aircraft screen 2017-07-02 15:11:27 -05:00
Nabeel Shahzad
9dc880d7d3 #23 cleaned up rank data and templates 2017-07-02 15:03:25 -05:00
Nabeel Shahzad
244d1ae7bd #23 assign subfleets to ranks 2017-07-01 21:06:55 -05:00
Nabeel Shahzad
477b99de29 \#21 PIREP scaffolding 2017-06-28 19:57:15 -05:00
Nabeel Shahzad
5dce55b4f3 cleanup aircraft table/repo 2017-06-24 14:00:56 -05:00
Nabeel Shahzad
ba57cef0a7 #34 Generate UUID on seeder/models 2017-06-24 13:20:24 -05:00
Nabeel Shahzad
3736e530bf #32 moved fares to subfleets 2017-06-24 11:09:27 -05:00
Nabeel Shahzad
c3e417429a #32 assign aircraft to subfleets, and aircraft to subfleets 2017-06-23 17:33:18 -05:00
Nabeel Shahzad
aaaead77a5 #32 subfleet classificiation scaffolding 2017-06-22 20:55:45 -05:00
Nabeel Shahzad
5b920151b8 #23 add rankings 2017-06-21 20:18:01 -05:00
PHP-Mods
7e54db4fd4 updated logout to url 2017-06-22 00:24:19 +03:00
Nabeel Shahzad
cb631292b9 #23 refactoring for ranks 2017-06-21 13:44:30 -05:00
Nabeel Shahzad
b5c41626c5 #23 initial scaffolding for rankings 2017-06-21 12:10:25 -05:00
Nabeel Shahzad
807316fd0e some more cleanup for migrations 2017-06-20 22:48:16 -05:00
Nabeel Shahzad
c27a11ab21 #16 settings panel scaffolding 2017-06-20 18:49:45 -05:00
Nabeel Shahzad
7d92c68870 #12 #16 settings service and timezone/currency setting 2017-06-20 15:03:51 -05:00
Nabeel Shahzad
85610aeec6 #14 associate/disassociate aircraft from flights 2017-06-20 12:14:10 -05:00
Nabeel Shahzad
2a18d629aa #14 Assign aircraft to the flights 2017-06-19 14:29:10 -05:00
Nabeel Shahzad
65e58c91c5 cleanup for aircraft fares 2017-06-19 13:13:31 -05:00
Nabeel Shahzad
c732476f6d Rename 'Airlines' model to 'Airline' 2017-06-19 11:50:25 -05:00
Nabeel Shahzad
f4e7eef40c #14 initial scaffolding for adding flights/schedules 2017-06-17 17:25:36 -05:00
Nabeel Shahzad
d61b4f1c3c #13 show airport map on details page with aerodome info 2017-06-15 22:45:25 -05:00
Nabeel Shahzad
15ed2bd846 #11 inline editing for pivot values for price/cost/capacity on fares 2017-06-13 15:11:11 -05:00
Nabeel Shahzad
4b137460e3 #11 assign/remove fares from aircraft 2017-06-13 14:01:06 -05:00
Nabeel Shahzad
486b47562e #11 integrate pjax scaffold for form reload for deleting fares 2017-06-12 22:48:32 -05:00
Nabeel Shahzad
ce45c32ce0 aircraft fares association code 2017-06-11 19:02:29 -05:00
Nabeel Shahzad
d3cf57a1d1 add airports table and #7 integrate permissions 2017-06-11 11:36:16 -05:00
Nabeel Shahzad
7d7b422707 #9 refactoring/renaming of controllers 2017-06-10 22:17:45 -05:00
Nabeel Shahzad
96bbeba726 issue 9 add dashboard route for admin 2017-06-10 21:32:22 -05:00
Nabeel Shahzad
bf910e4549 set fare classes on aircraft w/ overrides (no admin ui yet) 2017-06-10 18:27:19 -05:00
Nabeel Shahzad
7a79a8558e some refactoring for tests and adding some tables 2017-06-09 22:19:17 -05:00
Nabeel Shahzad
88f6730a8d fixed auth and non-authed home page 2017-06-09 15:07:29 -05:00
Nabeel Shahzad
8831f875ef user info 2017-06-09 14:47:02 -05:00
Nabeel Shahzad
c8284972c2 added some user scaffolding 2017-06-08 20:56:57 -05:00
Nabeel Shahzad
fa6a8d0f22 updated composer for phpvms vs laravel 2017-06-08 20:54:40 -05:00
Nabeel Shahzad
3678363766 add Aircraft CRUD 2017-06-08 20:37:51 -05:00
Nabeel Shahzad
4fcfc84ccf Airlines model and controller 2017-06-08 20:02:52 -05:00
Nabeel Shahzad
106d6a6798 laravel base files 2017-06-08 13:28:26 -05:00