Some checks failed
Deploy to Cloudflare Workers / deploy (push) Has been cancelled
19 lines
809 B
TypeScript
19 lines
809 B
TypeScript
export const MANAGER_FAQ = [
|
|
{
|
|
q: "How do I submit a match result?",
|
|
a: "Open the fixture from your dashboard or competition page, enter the score, and submit. Both managers must submit matching scores before the league master approves.",
|
|
},
|
|
{
|
|
q: "How do transfers work?",
|
|
a: "Players must exist in the global registry first. Your league master adds them, then you can register transfers between teams in the competition transfers page.",
|
|
},
|
|
{
|
|
q: "Who approves disputed scores?",
|
|
a: "The league master reviews pending results and can approve matching submissions or set an official score.",
|
|
},
|
|
{
|
|
q: "How do I report a problem?",
|
|
a: "Use the Issues page to send a message to your league master. Include your league and a clear subject.",
|
|
},
|
|
];
|