thegrill / grill

Cook digital.
MIT License
17 stars 5 forks source link

Taxonomy Graph View #22

Closed chrizzFTD closed 3 years ago

chrizzFTD commented 3 years ago

Include small view of taxonomy graph when creating taxa:

TaxonomyGraphView2

As well as an "Apply" button that applies edits but keeps the dialog open ("Ok" applies edits and closes dialog)

Expanded taxonomy creation UX gif:

grill_tax_editor03

codecov[bot] commented 3 years ago

Codecov Report

Merging #22 (1494405) into develop (eb935c9) will increase coverage by 0.70%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #22      +/-   ##
===========================================
+ Coverage    92.71%   93.42%   +0.70%     
===========================================
  Files           10       10              
  Lines         1332     1384      +52     
===========================================
+ Hits          1235     1293      +58     
+ Misses          97       91       -6     
Impacted Files Coverage Δ
grill/views/create.py 91.21% <100.00%> (+1.62%) :arrow_up:
grill/views/description.py 93.40% <100.00%> (+2.70%) :arrow_up:
grill/write/__init__.py 100.00% <100.00%> (ø)
tests/test_views.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eb935c9...1494405. Read the comment docs.

noWookies commented 3 years ago

Can we see the graph :p ?

chrizzFTD commented 3 years ago

@noWookies I've updated the description of the PR with an example of the graph and a GIF of UX