bryantrobbins / baseball

An upcoming web-based tool for sabermetrics.
Apache License 2.0
22 stars 9 forks source link

UI: Viewing Dataset Metadata #19

Open bryantrobbins opened 8 years ago

bryantrobbins commented 8 years ago

There are a number of publicly available datasets with Baseball statistics.

As a key feature of its UI, Baseball Workbench should have a "Metadata Viewer" layout. The UI can retrieve dataset metadata from an API call.

Metadata can be assumed to include:

SMxJrz commented 8 years ago

Since I've been working on this, you can slap it on me

bryantrobbins commented 8 years ago

I think the only thing missing from the list is the dataset description. That can include the row description (no need for them to be separate items in JSON object or ui).

Basically, when you select a dataset, you should get a little paragraph somewhere on the screen telling you what that dataset contains.