grid GitHub

PR #653 Update Grid Logo
This updates the Grid logo used by the Grid UI. This version has a white background instead of a transparent one. Signed-off-by: Davey Newhall <newhall@bitwise.io>
Created At 2021-04-23 17:02:07 +0000 UTC
PR #652 Use "just" recipes during CI builds
Created At 2021-04-22 20:03:36 +0000 UTC
PR #651 Add purchase_order to the list of crates in justfile
Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
Created At 2021-04-22 20:01:48 +0000 UTC
PR #650 Add cross-cutting db features
This adds cross-cutting features to the Grid SDK for the locations, products, and schemas modules. These features control whether the db code for each module gets compiled.
Created At 2021-04-22 19:34:39 +0000 UTC
PR #649 Update Products Table page
This updates the ProductsTable component per the updated designs for the Product sapling. This uses the other new/updated components. This page now contains a table that displays products for a chosen service. This table is filterable and product xml files can be downloaded directly from the table. ## Testing - Start the splinter example docker containers and run through creating a circuit and adding product to that circuit - in a separate terminal navigate to the `ui/grid-ui` directory and run `npm i` and `npm run start` - in a separate terminal navigate to the `ui/saplings/product` directory and run `npm i` and `npm run watch` - in a browser, navigate to `localhost:3030`, sign in, go to the product sapling
Created At 2021-04-21 17:03:43 +0000 UTC