-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add user profile and usernames * feat: changed updated usernames, and fixed studysets page, better base studies support * fix: removed unnecessary imports and updated openapi spec, fixed failing tests * fix: resolve failing cypress test * fix: added fixture to fix failing cypress test * fix: update cypress to v12 due to issue with chrome 117
- Loading branch information
Showing
31 changed files
with
599 additions
and
339 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"created_at": "2023-09-14T18:04:28.079423+00:00", | ||
"description": "", | ||
"id": "4HxF4g4WC5zj", | ||
"meta_analyses": [], | ||
"name": "My project name", | ||
"neurostore_study": { | ||
"created_at": "2023-09-14T18:04:28.090521+00:00", | ||
"exception": null, | ||
"neurostore_id": "4PG9x8gYaoWd", | ||
"status": "PENDING", | ||
"traceback": null, | ||
"updated_at": "2023-09-14T18:04:28.111166+00:00" | ||
}, | ||
"neurostore_url": "https://neurostore.org/api/studies/4PG9x8gYaoWd", | ||
"provenance": { | ||
"curationMetadata": { | ||
"columns": [], | ||
"exclusionTags": [], | ||
"identificationSources": [], | ||
"infoTags": [], | ||
"prismaConfig": { | ||
"eligibility": { | ||
"exclusionTags": [] | ||
}, | ||
"identification": { | ||
"exclusionTags": [] | ||
}, | ||
"isPrisma": false, | ||
"screening": { | ||
"exclusionTags": [] | ||
} | ||
} | ||
}, | ||
"extractionMetadata": { | ||
"studyStatusList": [] | ||
}, | ||
"metaAnalysisMetadata": { | ||
"canEditMetaAnalyses": false | ||
} | ||
}, | ||
"public": false, | ||
"updated_at": "2023-09-14T18:04:34.184976+00:00", | ||
"user": "github|12387943", | ||
"username": "Nicholas Lee" | ||
} | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.