UBC-MDS / doggodash-R

The app recommends top dog breeds and other interesting facts based on certain traits selected by user, who could be a potential dog buyer.
https://dsci532-group18-r.herokuapp.com/
MIT License
1 stars 1 forks source link

Feat frontend dash r implementation #13

Closed shivajena closed 2 years ago

shivajena commented 2 years ago

Dashboard completed except for ranking plot. Attached screenshot below Screenshot 2022-03-16 at 4 17 12 PM :

stevenleung2018 commented 2 years ago

@shivajena Have you tried to fix these errors? Screen Shot 2022-03-16 at 18 54 44

stevenleung2018 commented 2 years ago

@shivajena I need to go out to before our call at 21:00. This is how much I have done. I have changed the code related to the ranking plot so that it gets the input from the widgets for the ranking plot. I rename it to a separate file app_steven.R under this same branch. But I still could not get plot to show on the dashboard. We probably need some other help to troubleshoot it.

stevenleung2018 commented 2 years ago

@squisty I notice that when you merge the tables, 2 columns are now created, namely Breed.x and Breed.y because R does not merge the columns when they are not the key ("BreedID") in this case. For quick fix would be to mutate one of them to Breed and delete the other one.

stevenleung2018 commented 2 years ago

Screen Shot 2022-03-16 at 20 30 25

shivajena commented 2 years ago

All issues resolved now and ready to merge

Screenshot 2022-03-17 at 12 02 55 AM

shivajena commented 2 years ago

All issues resolved now and ready to merge

Screenshot 2022-03-17 at 12 02 55 AM