|
| 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>Tools Progress - GameFoundryStudio</title> |
| 9 | + <meta name="description" content="Admin planning page for platform-development Tools Progress."> |
| 10 | + <link rel="icon" href="/favicon.svg"> |
| 11 | + <link rel="stylesheet" href="assets/theme-v2/css/theme.css"> |
| 12 | +</head> |
| 13 | + |
| 14 | +<body> |
| 15 | + <div data-partial="header-nav"></div> |
| 16 | + <main> |
| 17 | + <section class="page-title"> |
| 18 | + <div class="container"> |
| 19 | + <div class="kicker">Admin</div> |
| 20 | + <h1>Tools Progress</h1> |
| 21 | + <p class="lede">Platform-development progress for deciding what to build next for the Toolbox.</p> |
| 22 | + </div> |
| 23 | + </section> |
| 24 | + <section class="section"> |
| 25 | + <div class="container account-panel"> |
| 26 | + <aside class="side-menu" aria-label="Admin pages"> |
| 27 | + <a href="admin/analytics.html">Analytics</a> |
| 28 | + <a href="admin/branding.html">Branding</a> |
| 29 | + <a href="admin/controls.html">Controls</a> |
| 30 | + <a href="admin/design-system.html">Design System</a> |
| 31 | + <a href="toolbox/environments/index.html">Environments</a> |
| 32 | + <a href="toolbox/game-migration/index.html">Game Migration</a> |
| 33 | + <a href="admin/grouping-colors.html">Grouping Colors</a> |
| 34 | + <a href="admin/moderation.html">Moderation</a> |
| 35 | + <a href="toolbox/platform-settings/index.html">Platform Settings</a> |
| 36 | + <a href="admin/ratings.html">Ratings</a> |
| 37 | + <a href="admin/roles.html">Roles</a> |
| 38 | + <a href="admin/site-settings.html">Site Settings</a> |
| 39 | + <a href="admin/themes.html">Themes</a> |
| 40 | + <a class="active" aria-current="page" href="admin/tools-progress.html">Tools Progress</a> |
| 41 | + <a href="admin/users.html">Users</a> |
| 42 | + </aside> |
| 43 | + <div class="card"> |
| 44 | + <div class="card-body content-stack"> |
| 45 | + <div> |
| 46 | + <div class="kicker">Platform Development</div> |
| 47 | + <h2>What should I build next for the platform?</h2> |
| 48 | + </div> |
| 49 | + <p>Tools Progress is an Admin-only planning surface for platform-development readiness. Project completion belongs in Project Build Path, not here.</p> |
| 50 | + <div class="table-wrapper"> |
| 51 | + <table class="data-table"> |
| 52 | + <caption>Platform Tooling Progress</caption> |
| 53 | + <thead> |
| 54 | + <tr> |
| 55 | + <th>Area</th> |
| 56 | + <th>Status</th> |
| 57 | + <th>Next Platform Build Item</th> |
| 58 | + </tr> |
| 59 | + </thead> |
| 60 | + <tbody> |
| 61 | + <tr> |
| 62 | + <td>Project Workspace</td> |
| 63 | + <td>In Progress</td> |
| 64 | + <td>Keep Project Build Path handoff stable.</td> |
| 65 | + </tr> |
| 66 | + <tr> |
| 67 | + <td>Game Design</td> |
| 68 | + <td>In Progress</td> |
| 69 | + <td>Preserve handoff into Game Configuration.</td> |
| 70 | + </tr> |
| 71 | + <tr> |
| 72 | + <td>Game Configuration</td> |
| 73 | + <td>In Progress</td> |
| 74 | + <td>Prepare Assets implementation readiness.</td> |
| 75 | + </tr> |
| 76 | + <tr> |
| 77 | + <td>Assets</td> |
| 78 | + <td>Not Started</td> |
| 79 | + <td>Start the next first-class tool rebuild.</td> |
| 80 | + </tr> |
| 81 | + </tbody> |
| 82 | + </table> |
| 83 | + </div> |
| 84 | + <div class="status" role="status">Admin Tools Progress is platform planning only. It does not replace Project Build Path.</div> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | + </section> |
| 89 | + </main> |
| 90 | + <div data-partial="footer"></div> |
| 91 | + <script src="assets/theme-v2/js/gamefoundry-partials.js" defer></script> |
| 92 | +</body> |
| 93 | + |
| 94 | +</html> |
0 commit comments