pongvech / footballmatchup

Due to the problems we have in the team matching. Player in each team won’t balance in term of number of players and skills. This system design to solve the problem base on the historical records and scoring system.
1 stars 0 forks source link

Question and My Opinion #29

Closed MacKittipat closed 11 years ago

MacKittipat commented 11 years ago
pongvech commented 11 years ago

The point for showing "Please login" in match card when user not logged in. Is that to make it easy and give them some clue if they log in there are some functions that they can use.

The point for not storing avatar in our server is that we want our application to be as light as possible. Storing avatar in our server cause a lot of problem. For example, if upload big image, we need to crop and resize. If image too small, then we need to enlarge. Also take spaces to store the image. Thus, I suggest we use external service like https://en.gravatar.com/ which well-known and easy to use.