SWE574-Fall2023-Group1 / SWE574-Fall2023-G1

Project for SWE 574 - Group 1
MIT License
7 stars 1 forks source link

Make necessary changes on Frontend Components for Timeline Feature #49

Closed ckertam closed 1 year ago

ckertam commented 1 year ago

@SWE574-Fall2023-Group1/frontend You should make the necessary changes in the following component to make location info clickable.

StoryDetails.js

You should make the necessary changes in the following component to differentiate different search type to show results as timeline.

  1. We can add a checkbox to select show results as timeline. But in this type user still can fill other fields but they will not effect the search by location feature.
  2. Make a new search page that can only allow selection for location so that it shows results in timeline.
  3. Similar to second option we can make a button so that it only changes the search form. So that search page form part changes but in the same component. So we do not need to create a new component for only search selection. (@ckertam suggests that for clarity on user interface)

StorySearch.js

Also, whether the choices we should make a new component for timeline results.

We can work on some mockups so that we can see which search type will work better.

ckertam commented 1 year ago

We selecteed third option. And #46 is related with this issue now.

@oguzsenna developing it Timeline Frontend Branch