Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redo components (see diagram) #28

Open
nleanba opened this issue Oct 24, 2021 · 0 comments
Open

redo components (see diagram) #28

nleanba opened this issue Oct 24, 2021 · 0 comments
Assignees

Comments

@nleanba
Copy link
Member

nleanba commented Oct 24, 2021

digraph G {
{ rank = source; node [shape = box];
  welcome; login; dashboard; document; help }
{ node [shape = diamond, style = rounded];
  pdfviewer; metaviewer; mainbottombar; docbottombar; uploader; uploadli; settings; serverli; doctags; comments; filter; taglist; tagfilter; doclist; docli }
{ rank = sink; node [shape = trapezium, style = rounded];
  modal; input; toggle; progress; bottombar; tag; dateselector; confirm }
{ rank = sink; node [shape = triangle, style = rounded];
  tooltip; iconbtn }

login -> { serverli; toggle; input }; login -> serverli
dashboard -> { mainbottombar; doclist }
document -> { pdfviewer; metaviewer; docbottombar }

doclist -> docli; doclist -> docli
filter -> { input; taglist; }
metaviewer -> { input; doctags; comments; }
settings -> { modal; serverli; toggle; input }; settings -> serverli
uploader -> { modal; uploadli }; uploader -> uploadli
docbottombar -> { modal; bottombar; progress; confirm }
mainbottombar -> { uploader; settings; filter; bottombar }

taglist ->tagfilter; taglist -> tagfilter
tagfilter -> dateselector
doctags -> { tag; input; dateselector; progress; confirm }; doctags -> tag
comments -> { input }
uploadli -> { input; dateselector; progress }
docli -> tag; docli -> tag
serverli -> { progress; confirm }
}
@nleanba nleanba self-assigned this Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant