added link to RL projects
This commit is contained in:
parent
a49371c3dd
commit
bb02be7daa
29 changed files with 325 additions and 36 deletions
|
|
@ -31,6 +31,12 @@ GSP owns:
|
|||
|
||||
GSP does not own the OS-level execution engine. That responsibility belongs to the Linux and Windows agent repositories.
|
||||
|
||||
## Brand relationship
|
||||
|
||||
- `GSP` is the control panel and orchestration product
|
||||
- `Gameservers.World` is the public hosting and sales surface
|
||||
- `Runlevel Systems` is the current company identity behind the development, engineering, integration, and infrastructure work
|
||||
|
||||
## Canonical runtime model
|
||||
|
||||
User action
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ Main landing dashboard with widgets and quick server overview.
|
|||
## Missing Functionality
|
||||
|
||||
- richer status and alert surfaces
|
||||
- clear separation between support requests and custom project work
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
|
|
@ -53,3 +54,17 @@ Main landing dashboard with widgets and quick server overview.
|
|||
|
||||
- Keep / Improve
|
||||
|
||||
## Runlevel Systems Project Request Integration
|
||||
|
||||
- Dashboard render file: `Panel/modules/dashboard/dashboard.php`
|
||||
- Dashboard styles: `Panel/modules/dashboard/dashboard.css`
|
||||
- Shared Panel project URL helper: `Panel/includes/functions.php`
|
||||
|
||||
Current project request URL:
|
||||
|
||||
- `https://runlevelsystems.com/start-project.php`
|
||||
|
||||
Dashboard behavior:
|
||||
|
||||
- support remains the path for routine troubleshooting, service issues, and existing features
|
||||
- the custom-development CTA is separate and points users at Runlevel Systems for project work such as custom scripts, mods, integrations, automation, migrations, dashboards, and advanced server tooling
|
||||
|
|
|
|||
|
|
@ -78,3 +78,19 @@ Platform rules:
|
|||
- hardware details are secondary website information
|
||||
- customization, legacy-game support, backups, monitored capacity, and developer-backed help remain the main sales points
|
||||
- example host specifications should be updated in the central config rather than scattered across templates
|
||||
|
||||
## Runlevel Systems Project Request Integration
|
||||
|
||||
- Services config: `Panel/modules/website/config/services.php`
|
||||
- Shared footer branding: `Panel/modules/website/includes/footer.php`
|
||||
- Homepage CTA: `Panel/modules/website/pages/home.php`
|
||||
|
||||
Current project request URL:
|
||||
|
||||
- `https://runlevelsystems.com/start-project.php`
|
||||
|
||||
Branding rules:
|
||||
|
||||
- official company name: `Runlevel Systems`
|
||||
- official company URL: `https://runlevelsystems.com/`
|
||||
- website pages should distinguish ordinary support from separately scoped project work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue