https://github.com/dissco/orchestration-frontend

Project voor the orchestration-frontend. The user interface for communicating with the orchestration services

https://github.com/dissco/orchestration-frontend

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 (5.9%) to scientific vocabulary
Last synced: 5 months ago · JSON representation

Repository

Project voor the orchestration-frontend. The user interface for communicating with the orchestration services

Basic Info
  • Host: GitHub
  • Owner: DiSSCo
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: main
  • Size: 893 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created almost 4 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:

js export default tseslint.config({ languageOptions: { // other options... parserOptions: { project: ['./tsconfig.node.json', './tsconfig.app.json'], tsconfigRootDir: import.meta.dirname, }, }, })

  • Replace tseslint.configs.recommended to tseslint.configs.recommendedTypeChecked or tseslint.configs.strictTypeChecked
  • Optionally add ...tseslint.configs.stylisticTypeChecked
  • Install eslint-plugin-react and update the config:

```js // eslint.config.js import react from 'eslint-plugin-react'

export default tseslint.config({ // Set the react version settings: { react: { version: '18.3' } }, plugins: { // Add the react plugin react, }, rules: { // other rules... // Enable its recommended rules ...react.configs.recommended.rules, ...react.configs['jsx-runtime'].rules, }, }) ```

Owner

  • Name: DiSSCo
  • Login: DiSSCo
  • Kind: organization
  • Email: info@dissco.eu
  • Location: Europe

Distributed System of Scientific Collections - pan-European Research Infrastructure. Updates on DiSSCo and natural science collections

GitHub Events

Total
  • Release event: 1
  • Watch event: 1
  • Delete event: 6
  • Issue comment event: 18
  • Push event: 20
  • Pull request review comment event: 6
  • Pull request review event: 16
  • Pull request event: 12
  • Create event: 13
Last Year
  • Release event: 1
  • Watch event: 1
  • Delete event: 6
  • Issue comment event: 18
  • Push event: 20
  • Pull request review comment event: 6
  • Pull request review event: 16
  • Pull request event: 12
  • Create event: 13

Dependencies

package-lock.json npm
  • 1494 dependencies
package.json npm
  • react-router-dom ^6.2.2 development
  • @react-keycloak/web ^3.4.0
  • @testing-library/jest-dom ^5.16.3
  • @testing-library/react ^12.1.4
  • @testing-library/user-event ^13.5.0
  • axios ^0.24.0
  • bootstrap ^5.1.3
  • formik ^2.2.9
  • keycloak-js ^16.1.1
  • react ^17.0.2
  • react-bootstrap ^2.2.1
  • react-dom ^17.0.2
  • react-scripts ^2.1.3
  • web-vitals ^2.1.4
  • yup ^0.32.11
.github/workflows/node.js.yml actions
  • SonarSource/sonarcloud-github-action master composite
  • actions/checkout v2 composite
  • anothrNick/github-tag-action 1.36.0 composite
  • docker/build-push-action v3 composite
  • docker/login-action v1 composite
  • docker/metadata-action v4 composite