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

Emphasise that JSON subject viewers are deprecated #6792

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/pages/admin/project-status.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class ProjectStatus extends Component {
<div>
<h4>Classifier 2.0 (rewrite) settings</h4>
<div id="subject-viewer-help-text">
<p>Note that 'JSON data charts' is preferred over TESS Light Curve for JSON subject data. The TESS light curve viewer is built specifically for their requirements. The code in the viewer assumes the project is using a task like them. Individual JSON data viewers are deprecated and should not be used on new projects.</p>
<p>Note that 'JSON data charts' is preferred over TESS Light Curve for JSON subject data. The TESS light curve viewer is built specifically for their requirements. The code in the viewer assumes the project is using a task like them. <strong>Individual JSON data viewers are deprecated and should not be used on new projects.</strong></p>
<p>Subjects with a <abbr title="Multipurpose Internet Mail Extensions">MIME</abbr> type of <code>application/json</code> will use the JSON data setting by default.</p>
</div>

Expand Down