Skip to content

Commit e7cabc3

Browse files
committed
PR_26171_ALPHA_047 canonicalize Game Hub handoff
1 parent eaee83f commit e7cabc3

56 files changed

Lines changed: 2607 additions & 1165 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

assets/theme-v2/js/account-achievements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const buildRows = document.querySelector("[data-achievements-build-rows]");
77
const buildStatus = document.querySelector("[data-achievements-build-status]");
88
const createdCount = document.querySelector("[data-achievements-build-created-count]");
99
const readyCount = document.querySelector("[data-achievements-build-ready-count]");
10-
const repository = createServerRepositoryClient("game-workspace");
10+
const repository = createServerRepositoryClient("game-hub");
1111

1212
function setText(element, value) {
1313
if (element) {

assets/theme-v2/js/gamefoundry-partials.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
home: "index.html",
44
toolbox: "toolbox/index.html",
55
"ai-assistant": "toolbox/ai-assistant/index.html",
6-
"game-workspace": "toolbox/game-workspace/index.html",
6+
"game-hub": "toolbox/game-hub/index.html",
77
"game-journey": "toolbox/game-journey/index.html",
88
"game-design": "toolbox/game-design/index.html",
99
"game-configuration": "toolbox/game-configuration/index.html",

assets/theme-v2/partials/header-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<a data-nav-link data-toolbox-menu-item data-route="code" href="toolbox/code/index.html">Custom Extensions</a>
3636
<a data-nav-link data-toolbox-menu-item data-route="game-configuration" href="toolbox/game-configuration/index.html">Game Configuration</a>
3737
<a data-nav-link data-toolbox-menu-item data-route="game-design" href="toolbox/game-design/index.html">Game Design</a>
38-
<a data-nav-link data-toolbox-menu-item data-route="game-workspace" href="toolbox/game-workspace/index.html">Game Hub</a>
38+
<a data-nav-link data-toolbox-menu-item data-route="game-hub" href="toolbox/game-hub/index.html">Game Hub</a>
3939
<a data-nav-link data-toolbox-menu-item data-route="game-journey" href="toolbox/game-journey/index.html">Game Journey</a>
4040
</div>
4141
</div>

docs_build/database/ddl/game-workspace.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Game Foundry Studio DEV database DDL
2-
-- Group: Game Workspace
2+
-- Group: Game Hub
33
-- Ownership: docs_build/database/ddl/game-workspace.sql
44
-- Target DEV database: gamefoundry_dev
55
-- Scope: executable grouped table DDL for active Supabase/server API migration.

docs_build/database/dml/DML_INDEX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Direct SQL setup is intentionally narrow. Account DEV users now require server-s
1313
| Game Configuration | `game-configuration.sql` | Server-seed-owned | Server-side seed API |
1414
| Game Design | `game-design.sql` | Server-seed-owned | Server-side seed API |
1515
| Game Journey | `game-journey.sql` | Server-seed-owned | Server-side seed API |
16-
| Game Workspace | `game-workspace.sql` | Server-seed-owned | Server-side seed API |
16+
| Game Hub | `game-workspace.sql` | Server-seed-owned | Server-side seed API |
1717
| Messages | `messages.sql` | Server-seed-owned | Messages Local API/server-side SQLite service |
1818
| Objects | `objects.sql` | Server-seed-owned | Server-side seed API |
1919
| Palette | `palette.sql` | Server-seed-owned | Server-side seed API |

docs_build/database/dml/game-workspace.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Game Foundry Studio DEV database DML / seed review
2-
-- Group: Game Workspace
2+
-- Group: Game Hub
33
-- Ownership: docs_build/database/dml/game-workspace.sql
44
-- Runtime setup/seed operations for this group must run through server-side APIs.
55
-- Temporary scope: DEV/review artifact only until Admin Site Setup/server seed APIs fully own grouped setup.

0 commit comments

Comments
 (0)