Difference between revisions of "Design Document board18Games Page"
Jump to navigation
Jump to search
(initial contents for this page) |
(2.1) |
||
Line 1: | Line 1: | ||
{{ReleaseNotice|1 | {{ReleaseNotice|2.1}}{{Design Document Index}} | ||
Selecting "Manage Games" from the list of Administrator Utilities in the | Selecting "Manage Games" from the list of Administrator Utilities in the | ||
board18Admin.php page causes the board18Games.php page to be displayed. | board18Admin.php page causes the board18Games.php page to be displayed. |
Revision as of 13:41, 2 June 2016
This page has been updated to comply with Release 2.1.x of BOARD18. |
Design Document edit | |
Selecting "Manage Games" from the list of Administrator Utilities in the
board18Admin.php page causes the board18Games.php page to be displayed.
The board18Games.php page displays a paginated list of all games in the "game" table. This page is available only to "admin" players. This page facilitates the administration of games. It includes the following facilities:
- Listing all games showing their status and usage.
- Listing the players associated with a specific game.
- Archiving and/or deleting games.
The JavaScript code for board18Games is in the
scripts/board18Games.js file.
The board18Games.php page also uses the scripts/board18com.js file and some other open source JavaScript files. Style is supplied by the style/board18Games.css and the style/board18com.css files.