Skip to content

Commit

Permalink
Add GPS expired notice
Browse files Browse the repository at this point in the history
  • Loading branch information
srwalter committed Dec 5, 2014
1 parent 56cbc55 commit d8b9920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LFC/Models/Airplane.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ public List<String> MaintenanceActions
{
actions.Add("Pitot/static inspection is due soon");
}
if (DateTime.Now >= GPSExpires)
{
actions.Add("GPS Database is expired");
}
return actions;
}
}
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ More mobile theming for member list
Paginate flight logs
Search for members / flight logs?

GPS db maintenance alert
Import new AC stats
Instructor list
Checklists?
Mass email

Big
---
Expand Down

0 comments on commit d8b9920

Please sign in to comment.