Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
S
shablool
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
48
Issues
48
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dev-Team-BSMH
shablool
Commits
feec2035
Commit
feec2035
authored
Oct 17, 2017
by
Netanel Hagbi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
9a1d1618
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
117 deletions
+29
-117
README.md
README.md
+29
-117
No files found.
README.md
View file @
feec2035
...
...
@@ -55,35 +55,16 @@ Give an example
```
+---api
| +---games
| | | games.js # Definition of games collections
| | | games.test.js
| | |
| | \---server
| | methods.js # Writing to games collections
| | methods.test.js
| | publication.js # Reading from games collections
| | publication.test.js # Test of reading games collections
| |
| +---images
| | | images.js
| | |
| | \---server
| | publication.js # Reading from images collections
| |
| +---quizes
| | | quizes.js
| | |
| | \---server
| | methods.js
| | methods.test.js
| | publication.js
| | publication.tests.js
| |
| \---users
| \---server
| methods.js
| publications.js
| +---games
| | games.js # Definition of games collections
| | games.test.js
| |
| \---server
| methods.js # Writing to games collections
| methods.test.js
| publication.js # Reading from games collections
| publication.test.js # Test of reading games collections
|
|
+---startup
| +---both
...
...
@@ -102,21 +83,6 @@ Give an example
|
\---ui
+---components
| | answer-bar-chart.js
| | answer-form.js
| | answers.js
| | count-down-timer.js
| | game-card-managed.js
| | game-card-played.js
| | game-navbar.js
| | loading.js
| | manage-navbar.js
| | one-line-chart.js
| | question-form.js
| | quiz-card.js
| | quiz-form.js
| | snackbar.js
| | two-lines-chart.js
| |
| \---pivot-table
| | pivot-table.js
...
...
@@ -133,79 +99,25 @@ Give an example
| manage.js
|
+---pages # Entry points for rendering used by the router
| +---game
| | | home.js
| | | owner-router.js
| | | player-router.js
| | | router.js
| | |
| | +---both # Game pages for owner and player
| | | game-close.js
| | | leaders.js
| | | question-statistics.js
| | | question.js
| | | winner.js
| | |
| | +---owner # Game pages for owner
| | | lobby.js
| | |
| | \---player # Game pages for player
| | answer-sent.js
| | instructions.js
| |
| +---login
| | login-error.js
| | login.js
| |
| +---manage
| | | game-stats-router.js
| | | index.js
| | |
| | +---games-managed
| | | games-stats.js
| | | index.js
| | |
| | +---games-played
| | | game-stats.js
| | | index.js
| | |
| | \---my-quizes
| | create-quiz.js
| | edit-quiz.js
| | index.js
| |
| +---not-found
| | not-found.js
| |
| \---search
| search.js
| view-quiz.js
|
\---stylesheets
answer-sent.less
game-card.less
game-close.less
game-layout.less
game-lobby.less
game-navbar.less
history.less
home.less
instructions.less
leaders.less
loading.less
login-layout.less
manage-layout.less
manage-navbar.less
manage.less
not-found.less
pivot-table.less
question.less
quiz-card.less
quiz-form.less
right-answer.less
snackbar.less
view-quiz.less
winner.less
+---game
| home.js
| owner-router.js
| player-router.js
| router.js
|
+---both # Game pages for owner and player
| game-close.js
| leaders.js
| question-statistics.js
| question.js
| winner.js
|
+---owner # Game pages for owner
| lobby.js
|
\---player # Game pages for player
answer-sent.js
instructions.js
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment