You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current XSD, we have "dataInputFormats" as a list. This gets confusing when we use this list to mean both "all the different types of formats this software will except" and "all the inputs required by this software."
We need to make dataInputFormats a list of something like a new "SoftwareInput" type. The Software Input type will describe 1. the input number (1,2,3, etc) and then formats allowed for that number.
An entry that defines a software input that requires a synthetic ecosystem might look like this...
• Transferred info from dataInputFormats/dataOutputFormats to inputs/outputs in the database (json)
• Updated the modal from the main page to show the dataFormats from the new location (inputs/outputs)
• Updated the edit page to allow insertion/editing of inputs/outputs.
In the current XSD, we have "dataInputFormats" as a list. This gets confusing when we use this list to mean both "all the different types of formats this software will except" and "all the inputs required by this software."
We need to make dataInputFormats a list of something like a new "SoftwareInput" type. The Software Input type will describe 1. the input number (1,2,3, etc) and then formats allowed for that number.
An entry that defines a software input that requires a synthetic ecosystem might look like this...
The text was updated successfully, but these errors were encountered: