summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorErnst Widerberg <ernst@sunet.se>2022-06-08 15:05:44 +0200
committerErnst Widerberg <ernst@sunet.se>2022-06-08 15:05:44 +0200
commit354b6b7c4a14bb6236a7e269274fb72092d3b403 (patch)
treeece9e464a84213c0222014f72b8e0232ee7060e7 /README.md
parenteef91c1a2641b7c08273931efb8283f982835e7e (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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.