Skip to content

Commit

Permalink
Add explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Oct 17, 2023
1 parent af702b2 commit 6de70d5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/renderer/src/stories/pages/guided-mode/GuidedStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,27 @@ export class GuidedStartPage extends Page {
<p>
The second section will have you provide your source data files and NWB File metadata on a per-subject basis to populate your files.
</p>
${new InspectorListItem({
message: html`<b>Red boxes are error messages.</b> These will block your conversion progress
message: html`Red boxes are <b>Error</b> messages. These will block your conversion progress
until resolved.`,
type: "error",
})}
${new InspectorListItem({
message: html`<b>Yellow boxes are warnings.</b> Fixing them will align your NWB files with
message: html`Yellow boxes are <b>Warning</b> messages. Fixing them will align your NWB files with
best practices.`,
type: "warning",
})}
<p>
Throughout the forms found in the GUIDE, asterisks (<span style="color:red;">*</span>) represent required properties.
Attempting to move forward will throw an <b>Error</b> until these properties are filled in.
</p>
<p>
Gray asterisks (<span style="color:gray;">*</span>) are sometimes used to represent loose requirements, where missing this property will throw an <b>Error</b>
— though you don't need to specify a value at the current stage.
</p>
<h4>3. Conversion Preview</h4>
<p>
In the third section, you will preview your conversion before uploading to DANDI.
Expand Down

0 comments on commit 6de70d5

Please sign in to comment.