ACED-IDP / aced-idp.github.io

Documentation Site for the ACED Data Commons
https://aced-idp.github.io/
Apache License 2.0
1 stars 0 forks source link

Organize documents around workflows #9

Open bwalsh opened 6 months ago

bwalsh commented 6 months ago

Jordan Lee 10:00 AM In terms of the flow of the docs (not the functionality): I like that there are many tools/commands that cover different use cases, perhaps framing these tools into a workflow. Currently it feels like a page to search for key words (ex. “pull metadata” “push metadata”) rather than a step-wise workflow. an example being the step to convert fhir to tabular data is then followed by convert tabular data to fhir, where a user won’t need to do both of these conversions back to back (taking a second pass through all steps in the doc could be beneficial). this comment is regarding this: https://github.com/ACED-IDP/aced-idp.github.io/blob/main/docs/workflows/metadata.md

bwalsh commented 6 months ago

@jordan2lee Can you sketch out more detail (an outline or diagram)?

jordan2lee commented 6 months ago

First a few comments on areas of improvement:

jordan2lee commented 6 months ago

Below is a suggested outline:


Creating and Uploading Metadata

Create New Metadata

If no existing metadata uploaded to the project, then follow this section...

Retrieve Existing Metadata and Add to it

If there is existing metadata uploaded to the project then follow this section...

  1. How to retrieve exiting metadata
  2. How to append metadata to it

Integrate your data (metadata?)

Add a sentence to clarify if this "data" is the metadata or the actual data that we are reformatting into FHIR format

  1. Convert your tabular data into FHIR format
  2. Validate your data Add wording about how this command ensures your data is in the appropriate FHIR format

Publish the Metadata

View the Files

jordan2lee commented 6 months ago

other than that, the outline structure looks good