krazkidd / lineup

Softball lineup editor made with Nuxt 3 (Vue.js 3)
https://lineup.app.xericode.net
GNU Affero General Public License v3.0
3 stars 2 forks source link

Add inning counter #16

Closed krazkidd closed 9 months ago

krazkidd commented 9 months ago

The inning should be tracked along with the scores.

See this mocked up example:

image


Requirements:

  1. Sensible placement on the scoreboard page in a way that doesn't distract from the team scores (between or above the team scorecards--if between, the emoji react will need to be moved).
  2. Responsivity.
  3. Hide increment/decrement buttons in shared view.
  4. The inning counter must not go below 1. (Use the same solution as #15, if available.)
  5. The inning number must be persisted in the Firestore backend.
krazkidd commented 9 months ago

This was implemented on main. There is no PR.