esrg-knights / Squire

A re-introduction of the WebApp for ESRG Knights of the Kitchen Table.
https://www.kotkt.nl/
GNU General Public License v3.0
11 stars 8 forks source link

Implemented shortcut system in the app #255

Closed DutcherNL closed 2 years ago

DutcherNL commented 2 years ago

Implemented new feature that allows shortcuts to be added if so desired:

e.g. app.kotkt.nl/gala

These can redirect to any url, so also external surveys and such.

codecov[bot] commented 2 years ago

Codecov Report

Merging #255 (3aba333) into master (b7f8bcf) will decrease coverage by 0.06%. The diff coverage is 84.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
- Coverage   95.58%   95.51%   -0.07%     
==========================================
  Files         113      114       +1     
  Lines        4486     4508      +22     
  Branches      442      442              
==========================================
+ Hits         4288     4306      +18     
- Misses        128      132       +4     
  Partials       70       70              
Flag Coverage Δ
unittests 95.51% <84.00%> (-0.07%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
squire/urls.py 100.00% <ø> (ø)
core/views.py 96.51% <76.92%> (-3.49%) :arrow_down:
core/models.py 96.36% <85.71%> (-1.56%) :arrow_down:
core/admin.py 92.85% <100.00%> (+0.07%) :arrow_up:
core/shortcut_urls.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 b7f8bcf...3aba333. Read the comment docs.