Mr-Mime / osrt

Open Sport Result Tracker
3 stars 0 forks source link

Create the sport specific page #8

Closed Mr-Mime closed 1 year ago

Mr-Mime commented 1 year ago

This is the page that will be shown for each sport.

The title will be the sports name. The main content will be a list of played games, the top one being the latest.

Each game entry will display some of this information (need to figure out what looks good):

A new game can be added via a FAB on the lower end of the page. This will open a form to enter the needed data.

If clicked on a game, all data will be shown, e.g. in a modal.

The list can be filtered / sorted, possible values are:

On the bottom there will be a tab bar. Another view will show various stats for this specific sport.

Mr-Mime commented 1 year ago
Mr-Mime commented 1 year ago

0e737a7522fca919c2460aa8c85be7fdbed199dc added the default sorting.

Thus the sport specific is implemented in a basic version and this issue can be close.