My tasks today
In the admin/products panel
change out old logo to new log
not sure what the new logo is
add horizontal stripes to the table
make the heading products smaller and change new to a + symbol
done
change the "A star logo in the footer to the WB logo
<div><%= image_tag 'wb-teal-logo.png', :size => "75x75" %></div>
add a sort area to sort by mens, womens etc.
I didn't get to this.
Re-factor Controllers
Kurtis wants me to go through the controllers and do some re-factoring.
I looked at some of them. I don't really know where to start because I don't really know much about controller best practices. I found a few articles I am going to read.
done
get rid of the word "ADD" between the sizes
in _products.html changed
<td class="sizes"><%= product.sizes.to_sentence %></td> to
<td class="sizes"><%= product.sizes.to_sentence(last_word_connector: ',') %></td>
in _products.html changed
<td class="sizes"><%= product.sizes.to_sentence %></td> to
<td class="sizes"><%= product.sizes.to_sentence(last_word_connector: ',') %></td>
change the "A star logo in the footer to the WB logo
<div><%= image_tag 'wb-teal-logo.png', :size => "75x75" %></div>
add a sort area to sort by mens, womens etc.
I didn't get to this.
Re-factor Controllers
Kurtis wants me to go through the controllers and do some re-factoring.
I looked at some of them. I don't really know where to start because I don't really know much about controller best practices. I found a few articles I am going to read.
- Object Oriented Rails – Writing better controllers by Damien Berrigaud
- MVC: How to write controllers by Andrezej Krzywda
- Mocks and Stubs
No comments:
Post a Comment