Maintenance Mode

Project is Maintenance Mode due to main (and development) computer being temporarily out of order
This commit is contained in:
Tony Bark 2025-04-27 10:39:08 -04:00
parent bc4e9e73d8
commit c85d79a4a5

View file

@ -4,11 +4,31 @@ Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixie
**WARNING: LARGE RESOLUTION.** **WARNING: LARGE RESOLUTION.**
## Background ## 🗓️ Support & Update Cycle
This was intended to solve a rather awkward dilemma. I turned a bunch of online Amtrak status boards made by Dixieland Software into PWAs (standalone web apps) for stations that I viewed on Virtual Railfan. While it was convenient—don't get me wrong—I had to create a new web app for each station, and it became overwhelming to constantly switch between them all. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface. The original icons found in this project's first commit were used for those PWAs. | Type | Frequency | Notes |
| ------------ | -------------------- | ---------------------------------------- |
| Minor Update | Every 36 months | Small enhancements, non-breaking changes |
| Patch Update | Monthly or as needed | Bug fixes, security updates |
| Major Update | As needed | Framework upgrades, major refactors |
## Prerequisites ## 🧘 Sustainability Practices
* 20% creative/recovery space built into development
* Mandatory cooldowns after major launches (minimum 1 week)
* Crisis Mode Activates if:
* Critical vulnerabilities
* Framework-breaking issue
## 🛡️ Support Levels
* [ ] Active Support
* [ ] Limited Support (Security patches only)
* [x] Maintenance Mode (Dependency-only updates)
* [ ] Archived (No active work planned)
## 🧰 Prerequisites
Before you begin, ensure you have the latest versions of the following installed: Before you begin, ensure you have the latest versions of the following installed:
@ -17,6 +37,12 @@ Before you begin, ensure you have the latest versions of the following installed
- ASP.NET Workload (Windows) - ASP.NET Workload (Windows)
- ``wasm-tools`` Workload (macOS/Linux) - ``wasm-tools`` Workload (macOS/Linux)
## 📓 Project Notes
### 🔍 Background
This was intended to solve a rather awkward dilemma. I turned a bunch of online Amtrak status boards made by Dixieland Software into PWAs (standalone web apps) for stations that I viewed on Virtual Railfan. While it was convenient—don't get me wrong—I had to create a new web app for each station, and it became overwhelming to constantly switch between them all. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface. The original icons found in this project's first commit were used for those PWAs.
## License ## License
I license this project under either the GPL-3.0 or the EUPL-1.2 license your choice. See [LICENSE-GPL](LICNESE-GPL) or [LICENSE-EUPL](LICENSE-EUPL) for details. I license this project under either the GPL-3.0 or the EUPL-1.2 license your choice. See [LICENSE-GPL](LICNESE-GPL) or [LICENSE-EUPL](LICENSE-EUPL) for details.