opfo / app

An iOS app for the EDA397 course made at Chalmers in the spring of 2013.
7 stars 1 forks source link

Heat button hides back button #31

Closed rastersize closed 11 years ago

rastersize commented 11 years ago

When going to a user’s questions from the profile view the back button is hidden by the heat button.

makxan commented 11 years ago

I looked into it and one solution could be to move the button to the right side so there are two buttons on the right side (Write Question and Heat). But that looks really bad when the back button doesn't exist in the Questions-view :/

rastersize commented 11 years ago

My suggestion on how to fix this would be to remove the button altogether and always show the heat information. If the information is ever interesting or useful why hide it most of the time? I’d suggest we implement it like in my mockups but I’m open for other ideas!

Current version of the mockups (as of 2013-05-07):

Mockup of the questions view

The “box” on the right shows (in this order from the top) the votes a question has received, number of answers and whether it has an accepted answer. The bottom icon could very well be replaced with a bounty icon in case the question has one of those. The backgrounds in turn reflect;

rastersize commented 11 years ago

Heat button is now gone in the master branch (has been for a while in the feature/styling branch associated with the pull request #37).