skleung / Community

A rails application to simplify cooking costs among friends.
3 stars 0 forks source link

"Dashboard" page for users after signin/signup #2

Closed skleung closed 10 years ago

skleung commented 10 years ago

Here's the breakdown of what this "dashboard" or home page should have links to: (see Wiki for more details on the UX flow)

  1. meals#index (this is where they can check-into meals, using david's multiple date selector thing)
  2. ingredients#new (this is where they can add multiple ingredients as the buyer of said ingredients)
  3. meals#new (this is where people can create a meal and sign in as its chef to select what ingredients were made.
skleung commented 10 years ago

@Fortisque made a navbar with links for even smoother transitions between the models