spiff-arena/spiffworkflow-frontend
jasquat 639265dfd6
added button to copy report links to share w/ burnettk
2023-10-03 10:43:22 -04:00
..
.github use the correct place for keycloak w/ burnettk 2023-01-19 15:40:36 -05:00
bin added script in frontend to use local version of bpmn-js-spiffworkflow w/ burnettk 2023-08-31 16:27:02 -04:00
cypress fixed cypress tests 2023-09-26 10:30:11 -04:00
public run_pyl, and a little cleanup. 2023-05-16 15:29:43 -04:00
src added button to copy report links to share w/ burnettk 2023-10-03 10:43:22 -04:00
.dockerignore add deps for serve 2023-01-30 22:35:24 -05:00
.eslintignore moved carbon theme items around w/ burnettk 2023-05-31 15:16:51 -04:00
.eslintrc.js mostly frontend stuff: add version and doc links, autofix unused imports 2023-05-12 17:07:53 -04:00
.gitignore some updates for NDR_PP1 cypress tests w/ burnettk 2023-05-10 15:49:55 -04:00
.prettierrc.js Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend' 2022-10-12 10:21:49 -04:00
.tool-versions Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend' 2022-10-12 10:21:49 -04:00
Dockerfile more screwing with labels 2023-05-13 22:43:58 -04:00
LICENSE.rst Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend' 2022-10-12 10:21:49 -04:00
README.md Update README.md 2023-02-08 11:48:56 +00:00
craco.config.js don't complain in the CI so much, and go ahead and set dependencies in effect() if it doesn't hurt to do so. 2023-04-19 20:01:34 -04:00
cypress.config.js upgraded cypress and moved code in helpers to ensure we do not need app code for cypress w/ burnettk (#431) 2023-08-03 15:08:45 -04:00
cypress.env.json moved NDR_PP1 tests to pilot dir and default configs back to what they were w/ burnettk 2023-04-06 11:42:24 -04:00
docker-compose.yml Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend' 2022-10-12 10:21:49 -04:00
justservewebserver.package.json less annoying file name for autocomplete 2023-01-31 09:27:02 -05:00
package-lock.json update bpmn js with signal event fix 2023-10-02 17:14:16 -04:00
package.json Bug/various bugs (#499) 2023-09-19 09:08:57 -04:00
sonar-project.properties Merge commit '2382c3f0ab9502dddb9a3f6a8b32981f92bedc18' as 'spiffworkflow-frontend' 2022-10-12 10:21:49 -04:00
tsconfig.json do not set baseUrl since it breaks auto-import and is not used otherwise w/ burnettk 2022-12-30 15:35:16 -05:00

README.md

spiffworkflow-frontend

Tests

NOTE: This is still in development. NOT READY FOR GENERAL USE!!!!!

This is the frontend part of an app that leverages spiffworkflow for managing and running business processes. The backend portion can be found at https://github.com/sartography/spiffworkflow-backend.

This project was bootstrapped with Create React App, and the balance of this README contains information about how to use apps that are bootstrapped with that project.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

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

npm run 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.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

npm run lint

Check for lint in code.

npm run lint:fix

Fix lint in code.

npm run format

Probably just stick with lint:fix which also runs prettier.

Runtime configuration options

The frontend docker image respects the following environment variables.

SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_APP_ROUTING_STRATEGY=subdomain_based SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_APP_ROUTING_STRATEGY=path_based

subdomain_based example: api.spiffworkflow.org goes to backend

path_based example: spiffworkflow.org/api goes to backend

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify