thunderlink / ThunderFish

Project Repository for 2019 Spring SWPP Class
MIT License
3 stars 2 forks source link

Added base of user page and meeting page. #19

Closed dwmarcuskim closed 5 years ago

dwmarcuskim commented 5 years ago

Added a default layout of the user detail page and meeting detail page.

What has changed

  1. added responsive-web feature on Main page. (Not perfectly working right now)
  2. added basic layout of the user, meeting detail page.
  3. added url feature on user and meeting detail page. (i.e. now it is possible to access to user 17's page by just go to "xxx.xxx/user/17")
  4. modified some texts from English to Korean.

TODO list (by high-priority)

  1. Since there are not enough information of user detail, main content parts of user are absent currently. -> Therefore, let's discuss about which information is required, and I will add to it.
  2. Edit page are not currently available. -> Guess we can reuse a detail-pages, by switching all elements to the form and input.
  3. Not redux-able -> None of reducers and actions are created yet, but expecting it will be added soon.
  4. Drop-down menu for small-size toolbar is not currently available -> It requires a lot of redux-jobs, and not important for current development segment.
  5. 'Leg' class at 'Main' should be changed in small-size view. -> same as 4.
dwmarcuskim commented 5 years ago

19.05.04 - Added Search page, adjusted file system little bit.