mftaff / to-do-countdown

Powerful To-Do web-app. Features multiple task lists, friends, and expiring tasks.
0 stars 0 forks source link

view other users task page #1

Closed mftaff closed 7 years ago

mftaff commented 7 years ago

We want to add a feature where you can view public/friends task lists.

mftaff commented 7 years ago

The way we have it now, with current_user#show becoming the root, i couldn't figure out how to view other users... I tried _base_url/users/different_userid but it still showed me my tasks. I realize as I am writing this, that it is because the list I am passing into the partial is using current_user to create the list... Any Ideas?

mftaff commented 7 years ago

The latest idea here, is to have a friends feature, and allow you to (only) view your friend's to-do lists

mftaff commented 7 years ago

We now need a way to show only your friends task page