You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Match Data - list of all matches, each match data, what teams are playing, start time. Simulated start time we can handle in memory because it is volatile and different for each client.
Entities for teams: Currently, entity are players (as I see when I get from frontend) but entitityType has to be introduced where I can get the teams as well as players. What if we wanted to show the two teams by default on the frontend. We already process team tweets -> need a pipeline to show them on the frontend.
^ This is still not done by merging #95. So close this after this get's done @avisrivastava254084
The entityList.js file should disappear from the code.
The text was updated successfully, but these errors were encountered:
Match Data - list of all matches, each match data, what teams are playing, start time. Simulated start time we can handle in memory because it is volatile and different for each client.
Entities for teams: Currently, entity are players (as I see when I get from frontend) but entitityType has to be introduced where I can get the teams as well as players. What if we wanted to show the two teams by default on the frontend. We already process team tweets -> need a pipeline to show them on the frontend.
^ This is still not done by merging #95. So close this after this get's done @avisrivastava254084
The text was updated successfully, but these errors were encountered: