choppaluv / HighTravel

0 stars 0 forks source link

Intro & User & Trip homepage frontend implementation #16

Closed parkkyuyeon closed 6 years ago

parkkyuyeon commented 6 years ago

Intro Page

1

button atom을 구현하고 username과 password를 input으로 받고 login button과 sign up button이 있는 intro molecule을 구현하였습니다. containers에서는 store의 actions.js과 component들을 연결하는 Intro.js도 구현하였습니다. store에서는 selectors.js와 actions.js와 reducers.js에서 클릭했을때 로그인 성공여부를 판단하여 동작하도록 하였습니다.

User Page

1

구현한 button atom으로 addtrip button을 만들고 addtrip button이 눌리도록 button atom을 div에서 button element로 수정하였습니다. TripTitle atom을 구현하여 add trip page에서 trip을 추가했을때 trip title이 User page에 목록으로 뜰 수 있게 하였습니다.

Trip homepage

2

여행의 참여자를 추가할 수 있는 add user molecule과 여행의 contents와 여행날짜를 적으면 캘린더에 추가해주는 add schedule molecule과 할일 리스트에 내용을 추가할수 있는 add todo molecule을 구현하였습니다. calendar에 add schedule의 contents가 뜨게 하는 부분은 iteration3에서 css를 사용하여 구현할 계획입니다.