Takingroot / co2r

Website for the CO2R platform
http://co2r-demo.herokuapp.com/
0 stars 0 forks source link

Front-end issues #1 #3

Closed jasonkuhrt closed 12 years ago

jasonkuhrt commented 12 years ago

General:

Artifact page:

jasonkuhrt commented 12 years ago

@brookevmf

Emissions data in photo gallery at top of page doesn't seem to display the decimal for kg of CO2 (should read 1.52 kg)

This is because measurements currently need to be inserted in terms of metric tonnes. I need to think about this more.

jasonkuhrt commented 12 years ago

Why don't 2011 bar graphs show up for Santropol?

They do? Maybe a caching issue on your end. In Safari menu: Develop > Disable caches

jasonkuhrt commented 12 years ago

Can actions accept line breaks? Or do I have to use HTML for this for bullets to show up?

@pdr Can you split on newlines \n thus returning me an array for other_actions.description?

pdr commented 12 years ago

I should be able to do that, yes.

On Tue, Oct 9, 2012 at 4:31 PM, Jason Kuhrt notifications@github.comwrote:

Can actions accept line breaks? Or do I have to use HTML for this for bullets to show up?

@pdr https://github.com/pdr Can you split on newlines \n thus returning me an array for other_actions.description?

— Reply to this email directly or view it on GitHubhttps://github.com/Takingroot/co2r/issues/3#issuecomment-9278307.

jasonkuhrt commented 12 years ago

Why doesn't the fourth emission source show up under Sources? I've added an additional one to 2011. Is this because it's not in 2010 too? -- May need to discuss the display of the pie chart - ie, showing the full circle, emission sources at the top vs elsewhere, etc.

I think we'll have to resolve this by using on-hover tooltips. https://github.com/Takingroot/co2r/issues/4

jasonkuhrt commented 12 years ago

@brookevmf Closing this issue now that most things are checked off. We will discuss the pie-chart at the right time I suppose.