cap-md089 / evmplus-v6

The source code for the Event Manager+ suite of tools for Civil Air Patrol units
GNU General Public License v2.0
7 stars 4 forks source link

Incorporate automated CAPWATCH download functionality #88

Closed grioux-neo closed 4 years ago

grioux-neo commented 4 years ago

Is your feature request related to a problem? Please describe. Incorporate nightly CAPWATCH file download and import functionality

Describe the solution you'd like Incorporate nightly CAPWATCH file download and import functionality

r-a303931 commented 4 years ago

This is a product of the environment and not something within the scope of this repository.

For example, automated Discord reminders. The framework is there to allow it to happen as part of the repository, but it is not something that can be done globally easily; rather, it is something that is done via a cron job.

The cron job method will work fine in this case, as importCapwatch.ts provides the interface required for this feature.