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
Using the validator currently in-development by the Psych-DS team, incorporate the validator software using npm into the metadata module. Implement a method within the metadata module that calls the validator for the metadata while configuring error messages.
9/29: I think we should scrap this, #2, and #3. Our role shouldn't be to validate their data. Should be under the assumption that data generated is working (caution when editing data?).
10/5: Reviewing the structure, building it within the module seems unnecessary because then it will only be able to handle a single file. Likely, will need more significant architecture changes where we have a database and read and write entire data files. Have a backend that processes from the OSF and creates directories. This will likely have to be handled within the CLI and frontend tool specifically.
11/2: Scrapping this in favor of implementing within CLI and frontend because this doesn't have access to the directory structure. Could look to rewriting this module.
The content you are editing has changed. Please copy your edits and refresh the page.
Using the validator currently in-development by the Psych-DS team, incorporate the validator software using
npm
into the metadata module. Implement a method within the metadata module that calls the validator for the metadata while configuring error messages.9/29: I think we should scrap this, #2, and #3. Our role shouldn't be to validate their data. Should be under the assumption that data generated is working (caution when editing data?).
10/5: Reviewing the structure, building it within the module seems unnecessary because then it will only be able to handle a single file. Likely, will need more significant architecture changes where we have a database and read and write entire data files. Have a backend that processes from the OSF and creates directories. This will likely have to be handled within the CLI and frontend tool specifically.
11/2: Scrapping this in favor of implementing within CLI and frontend because this doesn't have access to the directory structure. Could look to rewriting this module.
Tasks
The text was updated successfully, but these errors were encountered: