Skip to content
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

Update dashboard to look at new anomaly db tables #1457

Open
stscijgbot-jwql opened this issue Jan 29, 2024 · 2 comments · Fixed by #1491
Open

Update dashboard to look at new anomaly db tables #1457

stscijgbot-jwql opened this issue Jan 29, 2024 · 2 comments · Fixed by #1491

Comments

@stscijgbot-jwql
Copy link
Collaborator

Issue JWQL-168 was created on JIRA by Bryan Hilbert:

The dashboard produces a plot showing the number of each type of anomalies in the database for each instrument. Since we switched the anomaly database into the Django models (djangomodeldb), the dashboard is now looking at the wrong location for the anomaly info.

We should point the dashboard to the correct location. The jwqldb page also looks in the wrong place when asked to show an _anomaly table, so we should make the same update there.

@stscijgbot-jwql
Copy link
Collaborator Author

Comment by Bryan Hilbert on JIRA:

Look here for an example of querying the Django models: https://github.com/spacetelescope/jwql/blob/develop/jwql/website/apps/jwql/data_containers.py#L1492

@BradleySappington BradleySappington linked a pull request Feb 19, 2024 that will close this issue
@BradleySappington
Copy link
Collaborator

PR1491 will fix this issue WRT the Dashboard. The JWQLDB page will remain with a bad link for the _anomaly tables until we finally delete these tables from JWQLDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants