PabloK / AsciiSoccer

A Soccer game for the web browser
0 stars 0 forks source link

A friend search is needed #18

Open PabloK opened 11 years ago

PabloK commented 11 years ago

Friend search is needed. Search by email! Add friend button is also needed.

PabloK commented 11 years ago

Perhaps this is something for you tomorrow. It requires some changes to the User model and the creation of a new controller for friends. The search bar should be located under the Friends tab when logged in.

Entering a name in the list should give autocomplete suggestions of friends to add. Each item should have a +sgin at the right of the name clicking this should add a request for a friendship. Friendship requests should be visible in the friends list with an accept and an deny button. When the friend ship is finalized the friend should be visible in the list with a remove button to the right. The friends current team name and color should be visible with the color to the left. If a friends request is denied that friend shall automatically be blocked from making new requests for a week. how ever the blocker shall still be able to add the blocked friend if he wishes.