Skip to content

Commit

Permalink
Notes folder creation (#127)
Browse files Browse the repository at this point in the history
* a little component tree to help us see where we're going

* added notes folder so we can have a git ignored place to put notes for us

---------

Co-authored-by: MikeY <[email protected]>
  • Loading branch information
zkdan and mwkyuen authored Aug 15, 2024
1 parent d3799e9 commit 04cdfbc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions notes/eplant-component-tree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
This is a little map of the current (June 5 2024) component tree.

Indentation denotes nesting in the component tree.

`[]` indicates functionality that is not its own component yet.


Current layout:
```
Eplant
Sidebar
LeftNav
SearchGroup
SearchBar
Collections
SearchIcon
DarkModeIcon
[Collapse arrow]
EplantLayout
ViewContainer
AppBar
[Dropdown to select view]
ViewOptions
[Data sources button]
[Download]
Modal (to view citations)
view.component (view sourced from, for example, views/CellEFP, index)
```

What we'd like:
```
Eplant
Sidebar
SearchGroup
SearchBar
SearchIcon
Collections
DarkModeIcon
CollapseArrow
ViewContainer
AppBar
ViewSelect
ViewOptions
DataSources
Download
Modal
View (e.g. CellEFPView)
```

0 comments on commit 04cdfbc

Please sign in to comment.