msimbao / comp-225-project

0 stars 2 forks source link

Vue Not showing teams correctly in 'My Teams' seciton #2

Open msimbao opened 3 years ago

msimbao commented 3 years ago

the my teams section will sometimes have some teams randomly appear and disappear when reloaded.

msimbao commented 3 years ago

We fixed this partly. But sometimes it still has cases where clicking a button will not respond immediately and you end up having to refresh the page. We've tracked it down to a server issue when running on heroku. If the server takes long to respond, restart the client seems to help but probably the error will go if we just build everything on the client side to depend on firebase

msimbao commented 3 years ago

We eventually did have everything on the client side depend largely on firebase and instead populate our data using the server and a scheduled script that runs every morning, but still need to grab all news data from firebase without breaking the current app