-
Notifications
You must be signed in to change notification settings - Fork 0
Update Log
-
ANNA-US-13
** Stable merge of "learn more" page with main -
ANNA-US-4
** (5/14) Update adjectives list on MongoDB -
LUCIA-US-12-E
** (04/28): Stable merge to main -
SEYUN-US-3-D
** (04/25): All buttons for audio player works as intended. Audio file has to be stored under public directory. Need to decide on how to store audio files but it is not urgent. Next step is to merge with Jiyoon's pie chart to main branch and list of adjectives next to the audio player. Also testing needs to be done for audio player. -
JIYOON-US-6
** (04/25): Figured out how to make the pie chart update based on clicking. Changed to function format. Will merge onto Seyun's page (frontend perspective) after reflecting on the adjective list. Need to discuss whether to use a database for the list itself or just use a hard-code dictionary. -
SEYUN-US-3-C
** (04/17): Audio file now plays on the web app. Used ReactPlayer. Install npm install react-player -
JIYOON-US-0
** (04/04): This portion has been pushed to the main branch. Please pull it down. -
JIYOON-US-6
** (04/06): The version has been pushed to the main branch. The navigation bar is working, and a placeholder pie chart exists on link: localhost:3000/info. -
SEYUN-US-3
** (04/04): Merged SEYUN-US-3 branch with main after Jiyoon's push. -
SEYUUN-US-3
** (04/08): Display audio interface to Explore page -
LUCIA-US-12
** (04/11): Google login button works on front end, next steps are saving users accounts and connecting with backend
** (04/03): To run it with the same version when installing, do npm install react-router-dom@5 (NOT JUST npm install react-router-dom). Or just npm install and it will work
** (04/18): To use Mongo database, bring up docker with docker-compose up.
-
JIYOON-GEN
** (04/25): Noticed that I don't need react-dom on every single page. Will clean that up after pie chart page is completed. (This does not affect the functionality of the app) -
JIYOON-US-6
** (04/11): I am getting a warning in the charts, saying that it is failing the parse source map. It seems like there is no error on the chart itself. If anyone is able to solve the issue or knows about it please let me know. -
LUCIA-US-12
** (04/11): Google login button doesn't work on chrome due to restrictions, this will be solved with backend, works on edge and firefox -
SEYUN-US-3
** (04/11): Getting proxy error when trying to play music on the website. Firefox seemed to work better but it still does not play the music.
** NOTES : Demo React version doesn't support loading data from the server. Look into issues regarding playing audio on React with DOM.