Skip to content

Commit

Permalink
Feature: Clinical Data Page (#138)
Browse files Browse the repository at this point in the history
* copypaste+fix imports+broken integration (#133)

* copypaste+fix imports+broken integration

* replaced URL param state with working Nextjs version

* fix build issues

* add missing package

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* clinical data page setup (#135)

* copy in clinica data table code

* remove unneeded state

* disable strict TS checks

* table displaying with hardcoded data

* table changes

* add container

* use query

* adds 2nd gql endpoint config (#137)

* adds 2nd gql endpoint config

* use common hoooks

* fix build errors

* remove unused

* add ts expect commment

* create 2 wrapper funcs

* revert gql exports to use new query functions

* fix to use proper link

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* remove extra clinical entity data table

* remove console.log

* build issues

* no ts error truncation

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* Clinical table (#143)

* gql fixes

* add platform-ui code

* clean up imports

* add mock data to work on table

* correct Header accessor

* add cols

* cleanup

---------

Co-authored-by: Ciaran Schutte <[email protected]>

* auth download buttons (#144)

* update no data svg path

* change image comp

* remove empty default donorId query param

* disable sidemenu

* move ui

* fix download buttons

* remove mock data

* fix loader

* cleanup logs

---------

Co-authored-by: Ciaran Schutte <[email protected]>

---------

Co-authored-by: Ciaran Schutte <[email protected]>
  • Loading branch information
ciaranschutte and Ciaran Schutte authored Jan 12, 2024
1 parent 941fe92 commit d350459
Show file tree
Hide file tree
Showing 24 changed files with 3,149 additions and 7 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@icgc-argo/uikit": "^3.0.1",
"@types/url-join": "^4.0.1",
"apollo-upload-client": "^17.0.0",
"browser-fs-access": "^0.35.0",
"date-fns": "^2.30.0",
"dotenv": "^16.3.1",
"graphql": "^16.8.0",
Expand Down
24 changes: 24 additions & 0 deletions src/__generated__/clinical/gql.ts

Large diffs are not rendered by default.

Loading

0 comments on commit d350459

Please sign in to comment.