kookmin-sw / capstone-2023-40

간편한 인증기반 웹 설문조사 서비스
4 stars 2 forks source link

[P0] Routing with react-router-dom for all pages #12

Closed SeiwonPark closed 1 year ago

SeiwonPark commented 1 year ago

(Edited)

No other features but only paginations.

Page List (Whatever route names):

SeiwonPark commented 1 year ago

/mypage/:id : User's profile page with id :id is NOT appropriate at all.

sanghyun1128 commented 1 year ago

I understood that we'll use :id only for classify 'Survey', not 'User'. Is it correct?

SeiwonPark commented 1 year ago

Yes. Classifying user should be done by session. But surveys don't have to be.