From 354b6b7c4a14bb6236a7e269274fb72092d3b403 Mon Sep 17 00:00:00 2001 From: Ernst Widerberg Date: Wed, 8 Jun 2022 15:05:44 +0200 Subject: Update README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 1b36020..71a5953 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,22 @@ We need this workaround since we are building static code which runs in a browse This also requires us to tell Parcel to leave references to `inject.js` alone, since we will compile this file outside of Parcel. We do this using `parcel-resolver-ignore` which is enabled in `.parcelrc` and configured in `package.json`. +## Component structure + +- App + - Error + - Login + - Header + - ScanView + - Custom* + - CustomElement* + - Result* + - ListView + - SearchForm + - ListItem + +*In file `ScanView.js` + ## Misc notes - soc_collector exists as a submodule to this repo, with the idea that this is the latest version of soc_collector which is compatible and tested with the main branch of soc_dashboard. -- cgit v1.1