Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Commits
b0fb65ab
Commit
b0fb65ab
authored
3 years ago
by
Victor Löfgren
Browse files
Options
Downloads
Patches
Plain Diff
Add file structure section to client overview
parent
3146b538
No related branches found
No related tags found
1 merge request
!159
Resolve "Documentation"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/overview/client.md
+11
-0
11 additions, 0 deletions
docs/source/overview/client.md
with
11 additions
and
0 deletions
docs/source/overview/client.md
+
11
−
0
View file @
b0fb65ab
# Client overview
# Client overview
The client is the main part of the system.
It is divided into 4 parts: login, admin, presentation editor and active competitions (presentations).
The presentations is also further divided into four different parts: operator view, audience view, team view and judge view.
## File structure
All of the actual pages in the system is stored in the
`client/src/pages/`
folder.
For each of the different parts there is a corresponding file that ends in Page, for example
`JudgeViewPage.tsx`
or
`LoginPage.tsx`
.
This is the main file for that page.
All of these pages also has their own and shared components, in the folder relative to the page
`./components/`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment