From 44344cac8e8b0e3214c906ed072281ba166f17c3 Mon Sep 17 00:00:00 2001 From: Remco Epicnabbo Date: Thu, 11 Jun 2026 16:14:07 +0200 Subject: [PATCH] Mark catalog README as BETA and update wording Add a prominent BETA warning to the README, clarify that the catalog is a beta release (not production-ready) while still compatible with Nitro-V3 and Nitro_Render_V3, and adjust wording to set expectations about ongoing schema and feature changes. Also fix the missing newline at end of file for the final link. --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3439401008..b5d560f4fb 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ # Catalog Database Reference +> **⚠️ BETA — Not production ready.** This catalog system is still in active development. Schema changes, missing features, and breaking changes may occur. + This document describes the core catalog tables (`catalog_items`, `catalog_pages`, `items_base`) and their compatibility across the Habbo retro stack. ## Overview @@ -171,7 +173,7 @@ The FullDatabase.sql shipped with the emulator contains: - ~769 `catalog_pages` rows - ~10,790 `catalog_items` rows -This is the complete, production-ready catalog for Arcturus Morningstar Extended, fully compatible with Nitro-V3 and Nitro_Render_V3 out of the box. +This is the beta catalog for Arcturus Morningstar Extended, compatible with Nitro-V3 and Nitro_Render_V3. Not yet production-ready — expect ongoing changes. ## See Also @@ -179,4 +181,4 @@ This is the complete, production-ready catalog for Arcturus Morningstar Extended - `/var/www/emulator/docs/builders_club_catalog_reference.md` — BC catalog docs - `/var/www/atomcms/database/schema/mysql-schema.sql` — AtomCMS schema - `/var/www/atomcms/app/Services/CatalogService.php` — CMS catalog sync tools -- `/var/www/Nitro-V3/src/hooks/furni-editor/useFurniEditor.ts` — client furni editor \ No newline at end of file +- `/var/www/Nitro-V3/src/hooks/furni-editor/useFurniEditor.ts` — client furni editor