wtg / shuttletracker

🚐 Shuttle tracking for RPI.
https://shuttles.rpi.edu
GNU Affero General Public License v3.0
46 stars 53 forks source link

Links in admin messages #246

Closed beshaz closed 5 years ago

beshaz commented 5 years ago

Added support for a link within an admin message. A new field in the admin interface was added to enter a link to an outside website. If an optional website is added, the message contents will become a link to that website within Shuttle Tracker.

close #189

codecov[bot] commented 5 years ago

Codecov Report

Merging #246 into master will decrease coverage by 0.15%. The diff coverage is 28.57%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #246      +/-   ##
==========================================
- Coverage   37.37%   37.22%   -0.16%     
==========================================
  Files          17       17              
  Lines        1549     1550       +1     
==========================================
- Hits          579      577       -2     
- Misses        906      907       +1     
- Partials       64       66       +2
Impacted Files Coverage Δ
postgres/message.go 44.82% <28.57%> (+1.97%) :arrow_up:
postgres/location.go 63.33% <0%> (-2.01%) :arrow_down:

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 fe876d3...a2c482c. Read the comment docs.