Structure Data to present in Front-End App Soccer Results

It is somewhat like this but like @abdo said, it will eat your updates quota.

No, that won’t be considered an update. You can keep the same data structure as I have, but add a new table that you only store weeks. Then you create a relation from that weeks table to the records table and display the records inside each week’s details view.

1 Like