-
Notifications
You must be signed in to change notification settings - Fork 0
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
Finalize content for in-app tutorial #63
Comments
Here's an example of a bullet point I think is incomplete:
|
Here's an example of two different punctuation styles being used:
|
I think this is in progress (finalizing it based upon the current app functionality, that is). |
Content to add is documented here: https://docs.google.com/document/d/1oe3UzjaoGrHutzn6f-UMhZ1_83SY87FmiM3sa38rgG0/edit Discussed in July 22 squad meeting and decided that what's currently in that document is good enough to move forward and we'll close this issue now. |
This ticket represents the task of finalizing the tutorial content (e.g. standardizing punctuation, addressing typos—if any).
The content is currently defined in the
src/components/Tutorial/md-in-js
folder.For example, the bullet points in the first section are defined here (in Markdown format, within JavaScript files):
nmdc-field-notes/src/components/Tutorial/md-in-js/soilPackage-001.md.ts
Lines 5 to 13 in 3673c0b
And the bullet points in the second section are defined here:
nmdc-field-notes/src/components/Tutorial/md-in-js/soilPackage-002.md.ts
Lines 5 to 14 in 3673c0b
A live version of the preliminary tutorial screen (implemented via PR #62) is at: https://fieldnotes.microbiomedata.org/tutorial
This issue is a follow-on to #48, which was about designing and implementing the screen.
The text was updated successfully, but these errors were encountered: