https://github.com/dissco/orchestration-frontend
Project voor the orchestration-frontend. The user interface for communicating with the orchestration services
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
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
Metadata Files
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:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
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
parserOptionsproperty 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.recommendedtotseslint.configs.recommendedTypeCheckedortseslint.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
- Website: dissco.eu
- Twitter: disscoeu
- Repositories: 35
- Profile: https://github.com/DiSSCo
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
- 1494 dependencies
- 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
- 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