ajnatzic / WhatsWrongLouie

GVSU Senior Project Created by Tyler Hay, AJ Natzic, and Dillion Viilo
0 stars 3 forks source link

Implement "Broadcast Injury" Feature #61

Closed Haytyj closed 3 years ago

Haytyj commented 4 years ago

Implementing a feature where the Super Users can insert an injury to a random athlete for every student.

Haytyj commented 3 years ago

Significant progress has been made on the feature. However there is one obstacle restricting me from finishing the feature.

In the back end, the HTTP get request that pulls athletes from the database gets the data just fine, however when it's put into a json and passed back to the front end via axios the data is undefined. I have spent multiple hours looking into the issue and tinkering with different ideas but have had no luck yet.

Haytyj commented 3 years ago

Force injury feature is in working order.