When any of the schedules (VAFleet, VANotifications) run the data is just replaced or updated in the database there is nothing written to track when for example; when an aircraft or flight status changes.
The Flight model is defined in the prisma.schema however there is nothing built to populate Flights on a regular basis yet, reference issue #3 for flight tracking functionality.
This is related to #8
When any of the schedules (VAFleet, VANotifications) run the data is just replaced or updated in the database there is nothing written to track when for example; when an aircraft or flight status changes.
The Flight model is defined in the prisma.schema however there is nothing built to populate Flights on a regular basis yet, reference issue #3 for flight tracking functionality.
This is related to #8