Starting to implement alerts #17

This commit is contained in:
Ian Renton
2025-10-04 18:09:54 +01:00
parent 55893949b8
commit 74153a9d94
29 changed files with 552 additions and 109 deletions

View File

@@ -145,7 +145,8 @@ To navigate your way around the source code, this list may help.
* `/core` - Core classes and scripts
* `/data` - Data storage classes
* `/providers` - Classes providing data by accessing the APIs of other services
* `/spotproviders` - Classes providing spots by accessing the APIs of other services
* `/alertproviders` - Classes providing alerts by accessing the APIs of other services
* `/server` - Classes for running Spothole's own web server
*Templates*