MAKENTNU / web

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

Reorganize URL patterns, and some views and forms #652

Closed ddabble closed 1 year ago

ddabble commented 1 year ago

Proposed changes

Improvements

Other changes

Areas to review closely

Any (hardcoded) URLs and references to views and forms I might have forgotten to update after reorganizing.

Checklist

(If any of the points are not relevant, mark them as checked)

codecov[bot] commented 1 year ago

Codecov Report

Merging #652 (2ca1a2e) into dev (f84561b) will decrease coverage by 0.13%. The diff coverage is 89.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #652      +/-   ##
==========================================
- Coverage   88.29%   88.16%   -0.13%     
==========================================
  Files         147      152       +5     
  Lines        6058     6187     +129     
==========================================
+ Hits         5349     5455     +106     
- Misses        709      732      +23     
Impacted Files Coverage Δ
src/checkin/api/views.py 0.00% <0.00%> (ø)
src/checkin/local_scanner.py 0.00% <0.00%> (ø)
src/users/api/views.py 100.00% <ø> (ø)
src/web/admin_urls.py 93.33% <ø> (ø)
src/make_queue/forms/quota.py 61.76% <61.76%> (ø)
src/make_queue/forms/course.py 81.57% <81.57%> (ø)
src/make_queue/api/views.py 96.87% <96.87%> (ø)
src/news/api/views.py 96.96% <96.96%> (ø)
src/make_queue/forms/machine.py 97.43% <97.43%> (ø)
src/make_queue/forms/reservation.py 97.91% <97.91%> (ø)
... and 28 more

... and 3 files with indirect coverage changes

ddabble commented 1 year ago

Merging without explicit approval from another member, as the Dev committee previously agreed to merge these changes and assume they're relatively bug-free, simply to get things done quicker.