lamassu-server/new-lamassu-admin
csrapr ba8cac60f8 Chore: Add basic screen and toggle
Chore: form skeleton

Feat: wizard step 1 and 2

Feat: toggle button group for formik

Feat: select input type Form and styling

Feat: text entry page

Feat: Choice list and CSS

Fix: scroll to bottom on Add choice button click

Feat: format data at end of wizard

Feat: wizard toggle button and background blur

Feat: data table for custom info requests

Feat: editing and deleting custom info request

Feat: add icons

Fix: Wizard changes

Feat: custom requests migrations

Feat: fetch custom info requests

Feat: add mutations

Feat: add custom request option in trigger wizard

Feat: show customrequests on table

Feat: Triggers page code refactor

Feat: integrate custom info requests on Customer graphql type

Feat: Show custom info requests on user page

Fix: use normal table instead of datatable

Feat: modal for custom information request details

Feat: poller returns custom request information details

Feat: send customer custom info requests to machine

Chore: add field CustomInfoRequestsData on customer updates

Feat: customer custom info request data saving

Chore: variable name changes and lots of fixes

Feat: remove default value in query, sort request on customer profile

Signed-off-by: csrapr <26280794+csrapr@users.noreply.github.com>

Fix: return promise when array of ids is empty

Feat: TitleSection can receive more than one button
2021-12-08 18:28:51 +00:00
..
.storybook fix: wizard rework 2020-10-15 21:32:46 +02:00
.vscode feat: add graphql support (#349) 2019-12-24 15:36:41 +01:00
patches feat: nodemon and fast reload 2020-11-05 18:53:58 +00:00
public feat: add user management screen 2021-05-03 23:00:41 +01:00
src Chore: Add basic screen and toggle 2021-12-08 18:28:51 +00:00
.env refactor: AppContext and App entrypoints 2021-03-18 11:06:35 +00:00
.eslintrc.js fix: small fixes and release prep 2020-12-24 20:05:45 +00:00
.gitignore chore: version fonts on main project 2020-11-05 18:53:58 +00:00
jsconfig.json feat: add graphql support (#349) 2019-12-24 15:36:41 +01:00
package-lock.json fix: formik bugs and gql upload 2021-12-06 19:25:01 +00:00
package.json fix: formik bugs and gql upload 2021-12-06 19:25:01 +00:00
README.md feat: add graphql support (#349) 2019-12-24 15:36:41 +01:00

This project was bootstrapped with Create React App.

Dev Environment

formatting

You can configure a eslint plugin to format code on save. The configuration for vscode is already on the repo, all you need to do is install the eslint plugin.

This project has a husky pre commit hook to format the staged changes using our styleguide. To take advantage of that make sure to run git commit from within this folder.

Sanctuary

Sanctuary has a runtime typechecker that can make be quite slow, but its turned off by default.

To turn it on add the following line to a .env.local file.

REACT_APP_TYPE_CHECK_SANCTUARY=true

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 the browser.

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

npm fix

Runs eslint --fix on the src folder

npm storybook

Runs the storybook server

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.