EagleLogger is an app I made to help log checkins to the EagleNet (I'm the NCS on Tuesdays). It's been an ongoing project with a few simple features with a stack that's usually a reflection of my professional environment. This version, the third, is the most streamlined and stable yet, being the easiest to maintaine while also costing the least in overhead.
- Imported FCC ULS Database
- Synchronizes with daily transaction logs
- Migrated Previous MySQL, PostgreSQL databases and Excel Spreadsheets
- Real-time data updates in the UI thanks to Firestore snapshot watchers
- This is the third version of EagleLogger. Using VueJS+Firestore
- The first version was PolymerJS+MySQL, and the second VueJS+PostgreSQL
- HTML+JS is hosted on a K8s cluster