Code Monkey home page Code Monkey logo

pdataviewer's People

Contributors

dependabot[bot] avatar mehmetcanay avatar tiadams avatar yasaminsali avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

pdataviewer's Issues

Add to styling

  • Padding
  • The footer to the bottom
  • Contact info box sizes
  • Flip if possible
  • Circle next to cohorts
  • Make the headers inactive/unclickable for now
  • Send Yasi all the pictures so she can help
  • Capitalize the modalities
  • Highlight the modality button
  • Add a link to PASSIONATE
  • Add citation to the home component
  • Center subpage links in header

Tidy up & add Documentation

To be done at the end:

  • Clean up the code
  • Add Documentation to the root README.md (Description, how to start, how to run, troubleshooting etc.)
  • Draft a 1.0.0 Release

Define list of endpoints needed for CDM data retrieval

Related to the functionality required in the frontend (#3), define a list of data endpoints / functionalities needed for the retrieval.

Examples

Autocompletion

Select a feature in the frontend that should be based on the reference terms in the PASSIONATE CDM

Endpoint

e.g. GET /features/autocomplete

Input Params

Partial String defined by user input, e.g.

A

Endpoint Output

List of potential matches of reference terms in the CDM, e.g.:

["Age", "Asymmetrical tremor", (...)]

Add Team Member Photo

Add a photo of Marjan Niazpoor for the contact us component whenever it is ready.

Create Longitudinal Component

Create a component called "Longitudinal" to showcase patient drop-out throughout the study both in general and for specific biomarkers.

Depends on #61.

Adjust Public URLs

Change public URLs from k8s.scai.fraunhofer.de to k8s.bio.scai.fraunhofer.de

Fix Home Page Styles

  • Alternate between right-hand side and left-hand side for images.
  • Align the Explore button to the center of the container rather than the center of the text.

Upgrade hashing algorithm

Is your feature request related to a problem? Please describe.
Current hashing algorithm (sha256) is not strong enough.

Describe the solution you'd like
Upgrade to sha3_512 encryption algorithm.

Describe alternatives you've considered
Alternatives can be other sha3 algorithms or argon2 algorithm.

Fix logos

  • Cohorts - Spacing between patients needs to be fixed.
  • Cohorts - The number of patients per cohort needs to be reduced.
  • Mappings - Generate a .png logo.

Migrate to INDEX API

Issue Title

Summary
Migrate to INDEX API rather than using datastew directly.

Details
We use the functions directly from datastew and develop the same API endpoints for INDEX. Switching to direct usage of INDEX API will solve some of the security issues.

Prepare for test release

We should start with a test deployment to facilitate the actual release & make it possible for members of SCAI to test the current implemented features. We can update the test deployment based on releases we schedule after feature milestones that you define.

Steps would be:

  • test containers (pdataviewer/frontend & pdataviewer/backend) @mehmetcanay
  • #21
  • create SCAI branch with adjusted URLs to backend (for now only internal: pdata.k8s.scai.fraunhofer.de & api.pdata.k8s.scai.fraunhofer.de) @mehmetcanay
  • #20
  • #18
  • setup protection rules for scai branch
  • #19
  • #25

Doing this ASAP can give us some feedback which may be useful for your thesis and possibly catch potential bugs before the actual release by the time of your submission.

Accept .zip Files in API

Reformat the code so that it accepts .zip file containing .csv files for easier import of multiple data.

SQL Repository Broken

Describe the bug
SQL repository cannot function properly due to dash signs in the table names.

Expected behavior
SQL repository to handle all functions properly

Requirement Analysis (Backend)

  • How many (and which) datasets will be included?
  • What needs to be computed based on these datasets (e.g. summary statistics, models, plots)?

Fix container build in docker-compose-local.yaml

Reproduce:

In root dir calling:

docker-compose -f docker-compose.local.yaml up

will crash with:

  File "/usr/local/lib/python3.12/site-packages/uvicorn/importer.py", line 22, in import_from_string
    raise exc from None
  File "/usr/local/lib/python3.12/site-packages/uvicorn/importer.py", line 19, in import_from_string
    module = importlib.import_module(module_str)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/importlib/__init__.py", line 90, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 995, in exec_module
  File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
  File "/api/routes.py", line 4, in <module>
    from functions.visualization import generate_chords
ModuleNotFoundError: No module named 'functions'
exit code: 1
``

Update Architecture

Documentation Update

What documentation needs to be updated?
Architecture drawing.

Idiopathic PD

Include number of idiopathic patients in the Cohorts component

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.