thegrill / grill

Cook digital.
MIT License
16 stars 5 forks source link

Initial Assets Creation #15

Closed chrizzFTD closed 3 years ago

chrizzFTD commented 3 years ago

Initial draft for creating assets.

Ability to set repository path:

grill_select_repopath_4

Any number of assets can be created. Default is 1. On the example provided, 240 "City" assets are created, copied from a CSV file and pasted directly on the table of the dialog. Then, all assets are saved to disk.

grill_create_cities

codecov[bot] commented 3 years ago

Codecov Report

Merging #15 (410c48f) into develop (c04e0b2) will increase coverage by 0.94%. The diff coverage is 94.16%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #15      +/-   ##
===========================================
+ Coverage    90.98%   91.93%   +0.94%     
===========================================
  Files            7       10       +3     
  Lines          832     1116     +284     
===========================================
+ Hits           757     1026     +269     
- Misses          75       90      +15     
Impacted Files Coverage Δ
grill/views/create.py 83.09% <83.09%> (ø)
grill/views/sheets.py 87.69% <90.97%> (ø)
grill/views/description.py 90.62% <100.00%> (ø)
grill/write/__init__.py 100.00% <100.00%> (ø)
tests/test_views.py 100.00% <100.00%> (ø)
tests/test_write.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 c04e0b2...410c48f. Read the comment docs.