-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull status information from CSL Status Page #1211
Comments
Hi, can I take this one? |
Yep |
Oops, I didn't realize which issue this was - @dianalin2 there's one problem to solve before you do this issue, which is that status.tjhsst.edu is broken and we need to replace it. (You're welcome to help me find a new status page that'll play nice with info pulling, though!) |
OK, try to use cState instead. E: site's up now at https://status.tjhsst.edu. You might find this useful. |
fix: fix unused imports fix: add settings style: move import json style: pass isort fix: parse fcps alerts as xml fix: explicitly parse fcps emerg with xml fix: add lxml to requirements.txt build: update Ion.egg-info fix: update rtd-requirements.txt build: use updated setuptools fix: add severity and duplicates filter, update status with csl issue fix: remove FCPS from bottom right corner build: fix PKG-INFO
fix: fix unused imports fix: add settings style: move import json style: pass isort fix: parse fcps alerts as xml fix: explicitly parse fcps emerg with xml fix: add lxml to requirements.txt build: update Ion.egg-info fix: update rtd-requirements.txt build: use updated setuptools fix: add severity and duplicates filter, update status with csl issue fix: remove FCPS from bottom right corner build: fix PKG-INFO
Update: we now need to pull from CSL BetterUptime. Also, FCPS seems to have changed their alert format - we need to fix that too. |
Feature description
In addition to pulling FCPS emergency information, we should pull from https://status.tjhsst.edu.
Rationale for adding feature
Although sometimes issues result in Ion being down altogether, many have to do with other issues of the lab. Status isn't necessarily widely referenced by the student body, but Ion is and that makes it a better place for centralizing this information.
Suggested implementation(s) (if applicable)
emerg
, it just needs to be slightly modified to grab info from Status as well.The text was updated successfully, but these errors were encountered: