fools-gold / swindler

http://swindler.herokuapp.com/
0 stars 0 forks source link

Designing Profile #6

Open woongy opened 9 years ago

woongy commented 9 years ago

유저 프로필 페이지 구성 요소는 뭐가 있어야 하는지 고민해보고 와이어프레임/HTML 목업까지 만들어보아요.

woongy commented 9 years ago

지금 유저 모델에는 이메일, 유저네임만 있는데 간단한 자기소개(bio)랑 프로필 사진 정도를 추가해보면 어떨까 싶음

spilist commented 9 years ago

그냥 급 떠오른건데 거기에 'play한 보드게임 목록'을 언급시에 자동으로 추가해주는 게 있으면 어떨까?

woongy commented 9 years ago

그런 것도 들어갈 수 있지. 내가 위에서 말한 건 프로필 페이지에서 보여줄만한 요소 중에 모델에 추가할 attribute 얘기한 거였음 ㅇㅇ

CarsomyrJ commented 9 years ago

글구 이 시스템은 fireside에서 하듯 게임소유여부 트래킹까지는 안해도 되겠지?

woongy commented 9 years ago

일단 첫 버전에서는 빼도 될 듯 ㅇㅇ 첫 오프 모임에서 얘기했던 것처럼 (했었던가?) 플레이한 게임별 통계 페이지 같은 거는 재미있을 거 같아 (막 디테일 한 거 말고, "제일 평가를 많이 받은 게임 top 3" 같은 느낌으로?)

woongy commented 9 years ago

11 에서 자기소개랑 프로필 사진 추가함

woongy commented 9 years ago

일단 디자인은 크게 생각하지 말고 부트스트랩만 쓰는 선에서, User#storiesUser#stories_of를 어떻게 보여줄 것인지 고려한 유저 페이지를 만들어봅시다. (페이스북이 "Photos of You"랑 "Your Photos"를 구분하는 방식을 참고) @spilist 가 해보면 어떨까?

spilist commented 9 years ago

Story modeling을 감안할 때 User#stories_from 과 User#stories_to 는 어떨까?

woongy commented 9 years ago

ㄴㄴ #10 에서 이미 작업했고,

A's stories of B = A.stories = B.stories_of
A = story.by
B = story.of

로 일관되게 네이밍한 거임

spilist commented 9 years ago

아 내가 outdated 되어있었군 ㅇㅋ