ModellingWebLab / WebLab

Django-based front-end for the modelling Web Lab v2
Other
3 stars 2 forks source link

Changed edit render #407

Closed MauriceHendrix closed 2 years ago

MauriceHendrix commented 2 years ago

re-wrote editing to render much more of the edit page staticly rather than via Javascript

codecov[bot] commented 2 years ago

Codecov Report

Merging #407 (c7662ad) into stories_speed (24bb357) will increase coverage by 0.00%. The diff coverage is 98.48%.

@@              Coverage Diff               @@
##           stories_speed     #407   +/-   ##
==============================================
  Coverage          95.64%   95.64%           
==============================================
  Files                 75       76    +1     
  Lines               4386     4432   +46     
  Branches             470      478    +8     
==============================================
+ Hits                4195     4239   +44     
  Misses               141      141           
- Partials              50       52    +2     
Impacted Files Coverage Δ
weblab/stories/apps.py 45.45% <ø> (ø)
weblab/stories/templatetags/stories.py 100.00% <ø> (ø)
weblab/stories/urls.py 100.00% <ø> (ø)
weblab/stories/views.py 99.39% <96.55%> (-0.61%) :arrow_down:
weblab/stories/forms.py 99.43% <97.91%> (-0.57%) :arrow_down:
weblab/stories/admin.py 100.00% <100.00%> (ø)
weblab/stories/graph_filters.py 100.00% <100.00%> (ø)
weblab/stories/models.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 24bb357...c7662ad. Read the comment docs.