Skip to content

Commit

Permalink
run pnpm up --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 15, 2024
1 parent 696392f commit f81e3e5
Show file tree
Hide file tree
Showing 3 changed files with 2,256 additions and 2,169 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ It aims to enable *data custodians* and *data scientists* to:

Here are a known "issues" with the Cohort Explorer, and how to fix them:

- [ ] If you logged in with a Decentriq user that does not have access to the Cohort Explorer, and need to re-login with another user: you will need to clear cache and cookies. Because Auth0 will keep your login in mind for some time, and it can be quite tricky to reset (they don't give the tools for managing that properly).
- [ ] After a period of inactivity you might see a black screen with an error message, in this case just reload the page

## 🗺️ Technical overview
Expand Down Expand Up @@ -67,6 +66,14 @@ This platform is composed of 3 main components:

[![Update ontology documentation](https://github.com/MaastrichtU-IDS/cohort-explorer/actions/workflows/docs.yml/badge.svg)](https://github.com/MaastrichtU-IDS/cohort-explorer/actions/workflows/docs.yml)

> [!WARNING]
>
> For deploying the Cohort Explorer in development or production you will **need the spreadsheet containing the general cohorts informations**. It needs to be an excel spreadsheet named `iCARE4CVD_Cohorts.xlsx` with a sheet named `Descriptions` with the following columns:
>
> | **Name of Study** | **Type** | **Institution** | Contact partner | Email | **Study type** | **N** | **Start date** | **End date** | **Study duration** | **Ongoing** | **Patient population** | **Primary objective** | **Primary endpoints** | **Secondary endpoints** |
> | ----------------- | -------- | --------------- | --------------- | ----- | -------------- | ----- | -------------- | ------------ | ------------------ | ----------- | ---------------------- | --------------------- | --------------------- | ----------------------- |
> | | | | | | | | | | | | | | | |
### 📥 Install dependencies

1. Install [hatch](https://hatch.pypa.io/latest/) for managing python projects, and [pnpm](https://pnpm.io/installation) for TS/JS projects
Expand Down
28 changes: 14 additions & 14 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@
"fmt": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10",
"next": "14.0.4",
"@tailwindcss/typography": "^0.5.13",
"next": "14.2.3",
"next-auth": "^4.24.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"autoprefixer": "^10.4.18",
"daisyui": "^4.7.2",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.35",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"eslint": "^9.2.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"prettier": {
"trailingComma": "none",
Expand Down
Loading

0 comments on commit f81e3e5

Please sign in to comment.