nebree8 / nebree8.com

nebree8.com
0 stars 1 forks source link

Add categories to drink list #41

Closed audiodude closed 8 years ago

audiodude commented 8 years ago

Currently the categories appear in the order that they were found in the dink list (all_drinks), which is probably a bug. We could hardcode the category order in DrinkService.

Here are some screenshots:

screenshot 2016-06-27 16 27 56 screenshot 2016-06-27 16 28 08

audiodude commented 8 years ago

This PR includes the Robo-thumbs PR btw.

funrollloops commented 8 years ago

Looks awesome! I'm tempted to deploy this tonight....but let's make sure everything else works first.

On Mon, Jun 27, 2016 at 4:42 PM Travis Briggs notifications@github.com wrote:

This PR includes the Robo-thumbs PR btw.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nebree8/nebree8.com/pull/41#issuecomment-228908650, or mute the thread https://github.com/notifications/unsubscribe/AAEnPxkTO2fVU-xg9zPPU9BPxFq1gXnaks5qQF_pgaJpZM4I_nHZ .

audiodude commented 8 years ago

I've made some changes to make categories show in a specific order. Part of it is that I've stopped abusing slugifyDrinkName.

funrollloops commented 8 years ago

Nice!