MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Fix various bugs + some improvements #447

Closed ddabble closed 2 years ago

ddabble commented 2 years ago

New features:

Fixes:

Improvements:

codecov[bot] commented 2 years ago

Codecov Report

Merging #447 (8549c59) into dev (d496ed3) will decrease coverage by 0.29%. The diff coverage is 59.03%.

@@            Coverage Diff             @@
##              dev     #447      +/-   ##
==========================================
- Coverage   88.54%   88.24%   -0.30%     
==========================================
  Files         134      134              
  Lines        5271     5335      +64     
==========================================
+ Hits         4667     4708      +41     
- Misses        604      627      +23     
Impacted Files Coverage Δ
internal/views.py 89.50% <ø> (ø)
web/widgets.py 94.16% <ø> (ø)
util/formfields.py 33.33% <17.85%> (-7.41%) :arrow_down:
util/file_utils.py 41.17% <33.33%> (ø)
util/model_utils.py 87.50% <75.00%> (-12.50%) :arrow_down:
make_queue/models/reservation.py 94.61% <78.78%> (-2.32%) :arrow_down:
faq/views.py 100.00% <100.00%> (ø)
make_queue/views/reservation/rules.py 98.88% <100.00%> (+0.05%) :arrow_up:
news/views.py 96.57% <100.00%> (+<0.01%) :arrow_up:
users/models.py 94.28% <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 d496ed3...8549c59. Read the comment docs.

ddabble commented 2 years ago

Merging without approval, as the fixes and improvements would be useful to have live as soon as possible, and because the Dev committee has a shortage on members available to review.