|
| 1 | +<!doctype html> |
| 2 | +<html lang="en"> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <base href="/"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | + <title>Environments - GameFoundryStudio</title> |
| 9 | + <meta name="description" content="Admin wireframe for environment planning, deployment stages, and local/UAT/production readiness."> |
| 10 | + <link rel="icon" href="/favicon.svg"> |
| 11 | + <link rel="stylesheet" href="assets/theme-v2/css/theme.css"> |
| 12 | +</head> |
| 13 | + |
| 14 | +<body class="meaning-molten-orange"> |
| 15 | + <div data-partial="header-nav"></div> |
| 16 | + <main data-admin-only="true" data-admin-wireframe="environments"> |
| 17 | + <section class="page-title"> |
| 18 | + <div class="container"> |
| 19 | + <div class="kicker">Admin Wireframe</div> |
| 20 | + <h1>Environments</h1> |
| 21 | + <p class="lede">Plan environment visibility, promotion gates, and deployment readiness without wiring runtime behavior.</p> |
| 22 | + </div> |
| 23 | + </section> |
| 24 | + <section class="section"> |
| 25 | + <div class="container container--tool-wide"> |
| 26 | + <div class="tool-workspace tool-workspace--wide"> |
| 27 | + <aside class="tool-column tool-group-platform"> |
| 28 | + <div class="tool-column-header"> |
| 29 | + <h2>Admin</h2> |
| 30 | + </div> |
| 31 | + <div class="accordion-stack"> |
| 32 | + <details class="vertical-accordion" open> |
| 33 | + <summary>Admin Tools</summary> |
| 34 | + <nav class="accordion-body content-stack" aria-label="Admin tool pages" data-admin-tool-menu> |
| 35 | + <a class="btn btn--compact" href="/admin/tool-votes.html">Tool Votes</a> |
| 36 | + <a class="btn btn--compact primary" aria-current="page" href="/admin/environments.html">Environments</a> |
| 37 | + <a class="btn btn--compact" href="/admin/users.html">Users</a> |
| 38 | + <a class="btn btn--compact" href="/admin/game-migration.html">Game Migration</a> |
| 39 | + <a class="btn btn--compact" href="/admin/platform-settings.html">Platform Settings</a> |
| 40 | + </nav> |
| 41 | + </details> |
| 42 | + <details class="vertical-accordion" open> |
| 43 | + <summary>Environment Setup</summary> |
| 44 | + <div class="accordion-body content-stack"> |
| 45 | + <label>Environment <select disabled><option>Local Mem</option><option>Local DB</option><option>UAT</option><option>Production</option></select></label> |
| 46 | + <label>Promotion Gate <select disabled><option>Manifest validation</option><option>Asset readiness</option><option>Public play readiness</option></select></label> |
| 47 | + <button class="btn btn--compact" type="button" disabled>Preview Gate</button> |
| 48 | + </div> |
| 49 | + </details> |
| 50 | + </div> |
| 51 | + </aside> |
| 52 | + <div data-tool-display-mode data-asset-root="assets/theme-v2/images" data-tool-slug="admin-environments" data-tool-icon-src="assets/theme-v2/images/image-missing.svg" data-tool-character-src="assets/theme-v2/images/image-missing.svg"></div> |
| 53 | + <section class="tool-center-panel content-stack" aria-labelledby="admin-environments-title"> |
| 54 | + <div> |
| 55 | + <div class="kicker">Work Surface</div> |
| 56 | + <h2 id="admin-environments-title">Environment Matrix</h2> |
| 57 | + </div> |
| 58 | + <p>This wireframe reserves the future review surface for local, UAT, and production deployment states.</p> |
| 59 | + <div class="table-wrapper"> |
| 60 | + <table class="data-table" aria-label="Environment readiness wireframe"> |
| 61 | + <caption>Environment Readiness</caption> |
| 62 | + <thead> |
| 63 | + <tr> |
| 64 | + <th scope="col">Environment</th> |
| 65 | + <th scope="col">Data Source</th> |
| 66 | + <th scope="col">Publish Gate</th> |
| 67 | + <th scope="col">Status</th> |
| 68 | + </tr> |
| 69 | + </thead> |
| 70 | + <tbody> |
| 71 | + <tr><td>Local Mem</td><td>Memory DB</td><td>Developer only</td><td>Wireframe</td></tr> |
| 72 | + <tr><td>Local DB</td><td>SQLite</td><td>Local verification</td><td>Wireframe</td></tr> |
| 73 | + <tr><td>UAT</td><td>Server DB</td><td>Release candidate</td><td>Planned</td></tr> |
| 74 | + <tr><td>Production</td><td>Server DB</td><td>Public play readiness</td><td>Planned</td></tr> |
| 75 | + </tbody> |
| 76 | + </table> |
| 77 | + </div> |
| 78 | + </section> |
| 79 | + <aside class="tool-column tool-group-platform"> |
| 80 | + <div class="tool-column-header"> |
| 81 | + <h2>Inspector</h2> |
| 82 | + </div> |
| 83 | + <div class="accordion-stack"> |
| 84 | + <details class="vertical-accordion" open> |
| 85 | + <summary>Status</summary> |
| 86 | + <div class="accordion-body content-stack"> |
| 87 | + <p class="status" role="status">Wireframe only. No environment data is read or written.</p> |
| 88 | + </div> |
| 89 | + </details> |
| 90 | + <details class="vertical-accordion" open> |
| 91 | + <summary>Logging</summary> |
| 92 | + <div class="accordion-body content-stack"> |
| 93 | + <p>Future logs will show deployment checks, promotion attempts, and blocked release reasons.</p> |
| 94 | + </div> |
| 95 | + </details> |
| 96 | + </div> |
| 97 | + </aside> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + </section> |
| 101 | + </main> |
| 102 | + <div data-partial="footer"></div> |
| 103 | + <script src="assets/theme-v2/js/gamefoundry-partials.js" defer></script> |
| 104 | + <script src="assets/theme-v2/js/tool-display-mode.js" defer></script> |
| 105 | +</body> |
| 106 | + |
| 107 | +</html> |
0 commit comments