User Story
As a TO, I want to be able to post messages for players to see. It should also be possible to send them by email.
As a player, I also want to be able to post messages (or questions) for other players and the TO to see and answer.
This is a key example of Combat Command's mission to be the only tool a TO needs.
Functional Requirements
Implementation Details
This is just a rough draft, but potentially the schema will look like:
const editableFields = {
userId: v.id('users'),
parentId: v.id('tournamentComments'),
body: v.string(),
};