> ## Documentation Index
> Fetch the complete documentation index at: https://www.rosupermarket.store/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Game status, system status, live outage logs, and what's in development vs. released.

<Note>
  Live status of the game, server, and core systems — plus active outage logs and what's currently in development and released.
</Note>

## Game status

<CardGroup cols={2}>
  <Card title="Game" icon="gamepad-2">
    <Icon icon="circle" color="#22c55e" /> **Online**
  </Card>

  <Card title="Server" icon="server">
    <Icon icon="circle" color="#22c55e" /> **Online**
  </Card>
</CardGroup>

## System status

Live status of the core in-game systems.

<CardGroup cols={2}>
  <Card title="Self Checkout" icon="scan-barcode">
    <Icon icon="circle" color="#22c55e" /> **Online**
  </Card>

  <Card title="Retail Checkout" icon="cash-register">
    <Icon icon="circle" color="#22c55e" /> **Online**
  </Card>

  <Card title="Scan As You Shop" icon="shopping-cart">
    <Icon icon="circle" color="#ef4444" /> **Down**
  </Card>

  <Card title="Music System" icon="music">
    <Icon icon="circle" color="#22c55e" /> **Online**
  </Card>

  <Card title="Restaurant POS" icon="utensils">
    <Icon icon="circle" color="#22c55e" /> **Online**
  </Card>

  <Card title="Kitchen System" icon="chef-hat">
    <Icon icon="circle" color="#22c55e" /> **Partially Running**
  </Card>
</CardGroup>

<Tip>
  <Icon icon="circle" color="#22c55e" /> Online   <Icon icon="circle" color="#eab308" /> Planned outage   <Icon icon="circle" color="#ef4444" /> Down
</Tip>

## Live logs

Real-time progress for active and recent outages. Each outage moves through the stages below — remarks are added at each stage.

<Info>
  **Outage stages**

  <Icon icon="magnifying-glass" /> Investigating outage → <Icon icon="bug" /> Found problem → <Icon icon="wrench" /> Fixing problem → <Icon icon="flask-conical" /> Finalizing fix → <Icon icon="rocket" /> Push fix to published game → <Icon icon="eye" /> Monitoring for more outages
</Info>

### <Icon icon="circle" color="#ef4444" /> Scan As You Shop — Down

<Steps>
  <Step title="Investigating outage" icon="magnifying-glass">
    Tester Report came in that Scan As You Shop devices are not pairing with the POS.

    > **Remark:** Confirmed reproducible on every device in-store.
  </Step>

  <Step title="Fixing problem" icon="wrench">
    Applying queued patches.

    > **Remark:**\_ Fixing Printer Not Booting\_
  </Step>

  <Step title="Finalizing fix" icon="flask-conical">
    Verifying lanes power on and accept logins correctly.

    > **Remark:** *Pending.*
  </Step>

  <Step title="Push fix to published game" icon="rocket">
    Reopen lanes to customers.

    > **Remark:** *Pending.*
  </Step>

  <Step title="Monitoring for more outages" icon="eye">
    Watch for any regressions during peak hours.

    > **Remark:** *Pending.*
  </Step>

  <Step title="Partial Outage" icon="magnifying-glass">
    Scheduled maintenance window opened.

    > **Remark:** System partially down as additional features kitchen features are being rolled out.
  </Step>

  <Step title="Found problem" icon="bug">
    Feature additions and minor bug fixes queued.

    > **Remark:** License Service System Not Requiring When Module Called For.
  </Step>
</Steps>

## In development

<Update label="In development" tags={["upcoming"]}>
  Features and systems currently being worked on.

  <CardGroup cols={2}>
    <Card title="Self Checkout improvements" icon="scan-barcode">
      Updates and newly added SCO prodcuts
    </Card>

    <Card title="Scan As You Shop" icon="shopping-cart">
      Investigating the outage and rebuilding stability.
    </Card>

    <Card title="Kitchen System" icon="chef-hat">
      Maintenance and new features during the planned outage.
    </Card>
  </CardGroup>
</Update>

## Released

<Update label="Released" tags={["shipped"]}>
  Features and systems that are live in the game.

  <CardGroup cols={2}>
    <Card title="Built map" icon="map">
      The base store map has been built and is in use.
    </Card>

    <Card title="Core systems added" icon="cpu">
      Retail Checkout, Music System, and Restaurant POS are live.
    </Card>
  </CardGroup>
</Update>
