https://github.com/clinical-genomics/statina-ui

Frontend app for Statina

https://github.com/clinical-genomics/statina-ui

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

Frontend app for Statina

Basic Info
  • Host: GitHub
  • Owner: Clinical-Genomics
  • Language: TypeScript
  • Default Branch: master
  • Size: 2.61 MB
Statistics
  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created over 4 years ago · Last pushed almost 2 years ago
Metadata Files
Readme Changelog Codeowners

README.md

Statina ui - Frontend for https://statina.scilifelab.se/

Prod frontend app: https://statina-83aa9.web.app/

Staging frontend app: https://statina-stage.web.app/

About

This app is built with Create React App

Before running the app you need to install: - Node - Yarn

Available Scripts

Once cloned the repo, install dependencies with:

yarn install

To run the app three environment variables are needed:

  • REACT_APP_BACKEND_URL URL of the api endpoints for Statina.

To run:

REACT_APP_BACKEND_URL="the-backend-url-here" yarn start

example: REACT_APP_BACKEND_URL="localhost:28003" yarn start

Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn coverage

run tests with coverage

yarn lint

will display linting issues.

yarn lint --fix

will fix the errors.

npx stylelint "**/*.css"

will display style lint issues.

npx stylelint "**/*.css" --fix

will fix the errors.

REACT_APP_BACKEND_URL="the-backend-url-here" yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

The app is deployed to a preview channel at every pull request and at every merge to master to staging and production

Owner

  • Name: Clinical Genomics
  • Login: Clinical-Genomics
  • Kind: organization
  • Location: Stockholm, Sweden

GitHub Events

Total
  • Member event: 1
Last Year
  • Member event: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 106
  • Total pull requests: 70
  • Average time to close issues: 19 days
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.58
  • Average comments per pull request: 1.24
  • Merged pull requests: 65
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • elevu (51)
  • moedarrah (10)
  • dnil (1)
Pull Request Authors
  • elevu (26)
  • moedarrah (15)
Top Labels
Issue Labels
Frontend (60) Ready for Development (52) Before Release (8) Blocked (3) Bug (2) Refinement Needed (1) Refactor (1) Effort L (1) Urgency S (1)
Pull Request Labels

Dependencies

package.json npm
  • @testing-library/jest-dom ^4.2.4 development
  • @testing-library/react ^12.0.0 development
  • @testing-library/user-event ^14.1.1 development
  • @types/jest ^24.0.0 development
  • @types/jwt-decode ^2.2.1 development
  • @types/node ^12.0.0 development
  • @types/react ^17.0.24 development
  • @types/react-dom ^17.0.9 development
  • @types/react-router-dom ^5.1.5 development
  • @typescript-eslint/eslint-plugin ^4.8.2 development
  • @typescript-eslint/parser ^4.8.2 development
  • eslint ^7.2.0 development
  • eslint-config-airbnb 18.2.1 development
  • eslint-config-prettier ^6.11.0 development
  • eslint-config-react-app ^5.2.1 development
  • eslint-import-resolver-typescript ^2.5.0 development
  • eslint-plugin-flowtype ^4.7.0 development
  • eslint-plugin-import ^2.22.1 development
  • eslint-plugin-jsx-a11y ^6.4.1 development
  • eslint-plugin-prettier ^3.1.4 development
  • eslint-plugin-react ^7.21.5 development
  • eslint-plugin-react-hooks ^1.7.0 development
  • firebase-tools ^11.2.0 development
  • prettier ^2.1.1 development
  • raw.macro ^0.4.2 development
  • react-markdown ^6.0.2 development
  • @craco/craco ^6.3.0
  • @types/jspdf ^2.0.0
  • @types/plotly.js ^1.54.16
  • antd ^4.6.2
  • axios 0.26.0
  • craco-less ^1.20.0
  • enzyme ^3.11.0
  • enzyme-adapter-react-16 ^1.15.5
  • file-saver ^2.0.5
  • jspdf ^2.4.0
  • jspdf-autotable ^3.5.20
  • plotly.js ^2.5.1
  • qs ^6.10.3
  • ramda ^0.27.1
  • react 17.0.1
  • react-dom ^17.0.1
  • react-google-login ^5.1.21
  • react-plotly.js ^2.5.1
  • react-redux ^7.2.2
  • react-router-dom ^5.2.0
  • react-scripts ^4.0.3
  • stylelint ^13.13.1
  • stylelint-config-recommended ^5.0.0
  • stylelint-config-standard ^22.0.0
  • typescript ~3.8.2
  • universal-cookie ^4.0.4
  • xlsx ^0.17.2
yarn.lock npm
  • 2330 dependencies
.github/workflows/firebase-hosting-merge.yml actions
  • FirebaseExtended/action-hosting-deploy v0 composite
  • actions/checkout v2 composite
.github/workflows/firebase-hosting-pull-request.yml actions
  • FirebaseExtended/action-hosting-deploy v0 composite
  • actions/checkout v2 composite