Update readme.md

This commit is contained in:
Remco
2026-05-13 19:18:15 +02:00
parent 06f622f655
commit 7d36cc473e
+17 -17
View File
@@ -1,39 +1,39 @@
# EpicNabbo Catalogue v2 (In Development 🛠️) # EpicNabbo Catalogue v2 (In Development 🛠️)
EpicNabbo Catalogue v2 is a complete, ground-up rewrite of the original catalog system, specifically engineered for **Nitro v3** with 100% full native support. EpicNabbo Catalogue v2 is a heavily optimized evolution of our catalog system, specifically engineered for **Nitro v3** with 100% full native support.
Version 1 failed to meet our strict quality standards due to a flawed development approach. To fix this, we are rebuilding the system from scratch using a highly optimized, improved methodology. Version 1 failed to meet our strict quality standards due to a flawed initial approach. Instead of starting completely from scratch, Version 2 takes a **rock-solid base structure**, merges it with the assets from v1, and completely overhauls the framework. We are massively expanding the database to include **over 52,000+ items/furni**, fully organized with zero missing pages.
> ⚠️ **Current Status: Active Development (WIP)** > ⚠️ **Current Status: Active Development (WIP)**
> The core framework and base structure are now ready, but it is **not yet suitable for production use**. Estimated time to completion and final release is **a few weeks**. > The core base and v1 data merge are completed, but it is **not yet suitable for production use**. Estimated time to final release is **a few weeks**.
## 🚀 Key Improvements & Objectives over v1 ## 🚀 Key Improvements & Objectives over v1
* **Native Nitro v3 Support:** Specially tailored to fully support all Nitro v3 features and packet structures out of the box. * **Massive 52k+ Furni Database:** Expanded and optimized to smoothly handle a massive catalog of over 52,000 furniture items without lag.
* **Meeting High Quality Standards:** Re-engineered to fix the quality issues that caused v1 to fail our internal benchmarks. * **Native Nitro v3 Support:** Specially tailored to fully support all Nitro v3 features, packet structures, and UI elements.
* **100% Complete:** All pages, tabs, and sub-items are being structured properly. Absolutely zero missing pages upon release. * **Meeting High Quality Standards:** Re-engineered to fix the structural and performance flaws that caused v1 to fail our internal benchmarks.
* **Blazing Fast:** Re-architected with optimized database indexing, resulting in much faster loading times than v1. * **100% Complete Layout:** Merging v1 data into a superior base ensures all pages, tabs, and sub-items are present with absolutely zero missing pages.
* **Better Development Approach:** By correcting our past mistakes, development is moving significantly faster despite building everything from scratch. * **Efficient Development:** Combining a strong existing base with our corrected approach allows us to deliver a massive upgrade in just a fraction of the time.
## 📈 Comparison ## 📈 Comparison
| Feature | Version 1 (Old) | Version 2 (New) | | Feature | Version 1 (Old) | Version 2 (New) |
| :--- | :--- | :--- | | :--- | :--- | :--- |
| **Status** | Discontinued (Failed Quality Checks) | **In Development (Base ready)** 🛠️ | | **Status** | Discontinued (Failed Quality Checks) | **In Development (Base & Merge Ready)** 🛠️ |
| **Catalog Size** | Limited / Unorganized | **52,000+ Items (Massive Expansion)** 📦 |
| **Nitro v3 Support**| None / Partial | **100% Full Native Support** | | **Nitro v3 Support**| None / Partial | **100% Full Native Support** |
| **Completeness** | Missing pages & broken links | 100% Complete & verified | | **Completeness** | Missing pages & broken links | 100% Complete & verified structure |
| **Performance** | Slow loading / poor queries | Blazing fast architecture | | **Performance** | Slow loading / poor queries | Blazing fast optimized index |
| **ETA** | - | **A few weeks** | | **ETA** | - | **A few weeks** |
## 🛠️ Current Roadmap ## 🛠️ Current Roadmap
- [x] Analyze v1 bottlenecks and define new quality standards. - [x] Analyze v1 bottlenecks and establish a superior base framework.
- [x] Implement core database framework and base architecture. - [x] Merge v1 catalog data into the new clean database structure.
- [/] Expand and index the database to support 52,000+ items (In Progress).
- [/] Integrate full Nitro v3 compatibility hooks (In Progress). - [/] Integrate full Nitro v3 compatibility hooks (In Progress).
- [ ] Port and organize all catalog pages (No missing pages target). - [ ] Final quality assurance testing and zero-missing-pages validation.
- [ ] Final quality assurance testing.
## 📦 Getting Started (Development Preview) ## 📦 Getting Started (Development Preview)
@@ -41,4 +41,4 @@ Version 1 failed to meet our strict quality standards due to a flawed developmen
```bash ```bash
git clone gitlab.com git clone gitlab.com
``` ```
2. Keep an eye on the development branches for daily updates over the next few weeks. 2. Keep an eye on the active development branches for updates over the coming weeks.