Sample Activity Data

This page demonstrates fetching static sample data generated from a json string.

Nb: No database activity here. Data is generated directly in the HelperService from the Json String:
[{"Round":{"No":1},"Helper":{"Name":"John Marshall"}, "Task":"Shot Put"},{ "Round":{ "No":2},"Helper":{ "Name":"Sue Burrows"},"Task":"Marshalling"},{ "Round":{ "No":3},"Helper":{ "Name":"Jimmy Beans"},"Task":"Discus"}]

Nb: Helpers and Rounds tables are extracted from Activities in the page.

Activities

Id Helper Round.No Task
0 John Marshall 1 Shot Put
0 Sue Burrows 2 Marshalling
0 Jimmy Beans 3 Discus

Helpers

Id Name
0 John Marshall
0 Sue Burrows
0 Jimmy Beans

Rounds

Id Round No.
0 1
0 2
0 3
An error has occurred. This application may no longer respond until reloaded. Reload 🗙