Skip to content

Commit

Permalink
chore(docs/core): 2024-12-15 21:08:48
Browse files Browse the repository at this point in the history
Affected files:
content/Projects/GC/Modules/Profile.md
content/Projects/GC/Modules/Squad.md
content/Projects/GC/Modules/Team.md
content/Projects/GC/Terminologies/Profiles.md
  • Loading branch information
zakhaev26 committed Dec 15, 2024
1 parent 0ea975a commit e3e4825
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions content/Projects/GC/Modules/Profile.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Learn more about Profiles [[Profiles|here]].
### Journey

Upon registering in the application, a user creates a profile that contains specific details related to the sport they play. A user can have multiple profiles if they participate in more than one sport. When requesting to join a team, the user selects one of their profiles, which can then be reviewed by the team Captain before approval. This ensures that the player’s qualifications and experience are properly considered.
Expand Down
15 changes: 12 additions & 3 deletions content/Projects/GC/Modules/Squad.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
## Journey
Learn more about Squads [[Squads|here]].
### Journey

## Access Control
Admins are responsible for creating squads that will participate in the tournament and appointing a captain for each squad. The squad captain plays a crucial role in leading and managing the squad throughout the tournament.

- captains can also approve ,reject the requests sent by players (user ) that want to join a squad. these squad - players are then used as a pool of players from which a captain creates a team
eg: assume cricket match, captain accepts 20 players from the requests
he /she further creates team

### Access Control

- **Admins**: Have full control over squads, including the ability to create, edit, and delete them.
- **Captains**: Can edit the details of their own squad, ensuring that the team roster and related information are up-to-date.
## ERD

## Specs
#WIP
3 changes: 3 additions & 0 deletions content/Projects/GC/Modules/Team.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Journey
- admins select squad-captains. these squad captains then build teams.
- they create team with name and additional details, for a particular match
- they can edit and delete teams

## Access Control

Expand Down
Empty file.

0 comments on commit e3e4825

Please sign in to comment.