tsoteen89 / cochlearProject

Website development for Cochlear
1 stars 0 forks source link

audiometrics bugs and styling (we need to help Anne... this is really hard) #323

Open drjed opened 9 years ago

drjed commented 9 years ago

So Anne is working really hard on the audiometrics table. It is really good but needs a little help.

  1. We should make the tables sticky so that the you can see them as you scroll through the data and see the titles
  2. The tables don't always line up across browsers
  3. Figure out how to export to excel
  4. Use some color to make the charts more readable (like on the Aii directory with alternating colors)
annevu commented 9 years ago

I didn't test in IE so didn't realize there was a problem with lining up or exporting... but it works fine in chrome and mozilla- Except the format in excel isn't ideal in terms of cell size and alignment...it doesn't match with the HTML look :/ I suppose we can find a different excel exporting technique.

I commented out some logic that tried to differentiate between macs and windows because I was trying to create "numbers" files instead of excel sheets for macs. The numbers file was created, but wouldn't open. So i commented it out. In mozilla and chrome, the export is functional with excel

The sticky columns- I just can't make it work... don't know css well enough, and attempted to follow some google resources, but with overriding styles or the craziness of the table, it just wasn't working well. Definitely need help.

(P.S. Dr. Griffin, please don't hate on me for the inline styling.... can't help it... )

annevu commented 9 years ago

Fixed IE tables not lining up. Export to excel also works - still format issue though. Alternated colors with reports. In audiology- color alternates with patients.

annevu commented 9 years ago

screen shot of the report i exported from mozilla

where it says correct -its actually words with 3 phonemes correct (it was hidden when i decreased the magnification)

excel-screenshot mirrors html except for border thickness

through lots of late night testing over darn pixels, i think it's all lined up. please give me feedback for any styling issues or anything at all.

annevu commented 9 years ago

Hmm... might not be best to have a scrollable box inside the page view for audio reports because user can only ever see bottom portion of the long list of patients and find where they want to scroll horizontally... unless they click inside the scrollable box and use arrow keys or keypad actions or touchscreen to scroll take it out?