dwyl / bestevidence

:briefcase: City, University of London BestEvidence app
http://bestevidence.info/
11 stars 0 forks source link

Sprint 8 bugs #462

Closed RobStallion closed 6 years ago

RobStallion commented 6 years ago

Updates email subject line depending on email sent #460

Updates rand string generated so == is not always at end #460 - Not sure why but for some reason :crypto.strong_rand_bytes(40) |> Base.url_encode64() will always end with a ==. @ajburls wanted this changed so I change the length given to :crypto.strong_rand_bytes and it has resolved the issue

Move back to main menu link to the top of the page #460

Update where home button takes users & add send another message button #460

codecov[bot] commented 6 years ago

Codecov Report

Merging #462 into sprint-8 will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           sprint-8     #462      +/-   ##
============================================
+ Coverage     98.22%   98.23%   +<.01%     
============================================
  Files            28       28              
  Lines           564      565       +1     
============================================
+ Hits            554      555       +1     
  Misses           10       10
Impacted Files Coverage Δ
web/controllers/password_controller.ex 100% <100%> (ø) :arrow_up:

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 ae09d6b...92d4303. Read the comment docs.