RoboTigers / FRCScout2020

MIT License
1 stars 8 forks source link

add match display table #27

Closed sharonkass closed 4 years ago

sharonkass commented 4 years ago

Summary

We use a restful express endpoint to get all match data for a given competition and display in a BootstrapTable.

Details

The page still needs work. I will remove the id column and the debug links (they are just to demonstrate the id and how it will be used to reach an edit page for a selected match) and of course a "add match" button.

Testing

This was tested on my laptop to ensure the match data (dummy data in my local db) is displayed in a table.