charlottebrf / DoctorsWhoCode

My Time Manager: Your helpful time manager app created for CF: G Ruby course AW 2016 course competition project.
https://evening-lowlands-39707.herokuapp.com/
0 stars 0 forks source link

not_work label on work graph #54

Closed sohbaker closed 7 years ago

sohbaker commented 7 years ago

It was basically a teeny tiny thing on the homepage.erb, line 147. We've only seen this now because we're displaying a chart.

I've now changed it but taking out the underscore, which also gets rid of the underscore from the chart label, buttt this now affects the bar chart as it considers that to be a new value... will we be able to consolidate that before tomorrow or should I leave it as it was?

sohbaker commented 7 years ago

screen shot 2016-11-13 at 17 04 06

melikecode commented 7 years ago

I see two options:

  1. Go into the JSON file and do a find and replace to change not_work to "not work"
  2. Change "not_work" and "not work" in JSON and .erb files to "leisure"
sohbaker commented 7 years ago

changed all to leisure