spacetelescope / jwql

The James Webb Space Telescope Quicklook Application
BSD 3-Clause "New" or "Revised" License
64 stars 44 forks source link

Add public/proprietary filter #1551

Open stscijgbot-jwql opened 5 months ago

stscijgbot-jwql commented 5 months ago

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

It might be useful to be able to filter data based on it being public vs proprietary. This could help users find datasets that could be used for calibration work, etc.

It might be tricky to implement. Would probably need to add a column to the rootfileinfo model, and the value in that column for a particular file would change over time. Most data will start out as proprietary, and then switch to public at some point. Other data would be public from the start. So there would need to be code that periodically checks all proprietary files to see if they have become public.