|
| 1 | +## Game Showcase |
| 2 | +URL: `/admin/game_dev/gameshowcase/add/` |
| 3 | +The Game Showcase page is managed by administrators to highlight outstanding individual games. It serves as the featured section of the game library (see `/games`). |
| 4 | + |
| 5 | +## Prerequisites |
| 6 | + |
| 7 | +1. **Add a Game** |
| 8 | + |
| 9 | + - Path: `/admin/game_dev/game/add/` |
| 10 | + - Required fields: name, description, completion status, host URL, thumbnail, event, etc. |
| 11 | + |
| 12 | +2. **Add Game Contributors** |
| 13 | + - Path: `/admin/game_dev/gamecontributor/add/` |
| 14 | + - Link club members to individual games. Each contributor must first be created in the `/admin/game_dev/member/` member panel. |
| 15 | + |
| 16 | +## Add Game Showcase |
| 17 | + |
| 18 | +1. Navigate to: `/admin/game_dev/gameshowcase/add/` |
| 19 | +2. Use the search function to find the desired game, then click the game ID to populate the value. |
| 20 | +3. Enter the committee's recommendation in the "Description" field. |
| 21 | +4. Save your changes and review the showcase page to ensure the content is correct. |
| 22 | + |
| 23 | +## Page Elements Maintenance |
| 24 | + |
| 25 | +- **Game Title** |
| 26 | + |
| 27 | + - Edit at: `/admin/game_dev/game/` |
| 28 | + |
| 29 | +- **Recommendation (Committee Advice)** |
| 30 | + |
| 31 | + - Edit at: `/admin/game_dev/gameshowcase/`, under the field "Description" |
| 32 | + - This recommendation appears directly under the game title as advice from the committee. |
| 33 | + |
| 34 | +- **Game Description** |
| 35 | + |
| 36 | + - Edit at: `/admin/game_dev/game/` |
| 37 | + - The description is shown below the cover image and contributor section, and matches the content on the individual game page. |
| 38 | + |
| 39 | +- **Cover Image** |
| 40 | + - Uses the thumbnail uploaded when adding the game. |
| 41 | + - Edit at: `/admin/game_dev/game/` |
| 42 | + |
| 43 | +## Art Showcase |
| 44 | + |
| 45 | +The Art Showcase page is managed by administrators to highlight outstanding individual artworks. It serves as the featured section of the art library. |
| 46 | + |
| 47 | +## Prerequisites |
| 48 | + |
| 49 | +1. **Add an Art Object** |
| 50 | + |
| 51 | + - Path: `/admin/game_dev/art/add/` |
| 52 | + - Required fields: name, description, source_game, media, active |
| 53 | + |
| 54 | +2. **Add Art Contributors** |
| 55 | + - Path: `/admin/game_dev/artcontributor/add/` |
| 56 | + - Link club members to individual artworks. Each contributor must first be created in the `/admin/game_dev/member/` member panel. |
| 57 | + |
| 58 | +## Add Art Showcase |
| 59 | + |
| 60 | +1. Navigate to: `/admin/game_dev/artshowcase/add/` |
| 61 | +2. Use the search function to find the desired art object, then click the art ID to populate the value. |
| 62 | +3. Enter the committee's recommendation in the "Description" field. |
| 63 | +4. Save your changes and review the showcase page to ensure the content is correct. |
| 64 | + |
| 65 | +## Page Elements Maintenance |
| 66 | + |
| 67 | +- **Art Name** |
| 68 | + |
| 69 | + - Edit at: `/admin/game_dev/art/` |
| 70 | + |
| 71 | +- **Recommendation (Committee Advice)** |
| 72 | + |
| 73 | + - Edit at: `/admin/game_dev/artshowcase/`, under the field "Description" |
| 74 | + - This recommendation appears directly under the art name as advice from the committee. |
| 75 | + |
| 76 | +- **Art Description** |
| 77 | + |
| 78 | + - Edit at: `/admin/game_dev/art/` |
| 79 | + |
| 80 | +- **Media** |
| 81 | + - Uses the media uploaded when adding the art. |
| 82 | + - Edit at: `/admin/game_dev/art/` |
| 83 | + |
0 commit comments