From cc71cf1a9153d05efd70bffeac0c2880a5b97820 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 22:08:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Reorganize=20documentation=20str?= =?UTF-8?q?ucture=20and=20update=20README=20with=20new=20links=20and=20det?= =?UTF-8?q?ails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/code/websites/pokedex.online/README.md b/code/websites/pokedex.online/README.md index d2949a9..41df567 100644 --- a/code/websites/pokedex.online/README.md +++ b/code/websites/pokedex.online/README.md @@ -2,11 +2,27 @@ A modern Vue 3 web application for Pokemon Professors to manage tournaments, process gamemaster data, and handle tournament printing materials. +## 📚 Documentation + +**All documentation has been reorganized** into `/docs/projects/Pokedex.Online/`: + +- **[Refactoring Plan](../../docs/projects/Pokedex.Online/REFACTORING-PLAN.md)** - Comprehensive refactoring roadmap (11-week plan) +- **Setup Guides** - `/docs/projects/Pokedex.Online/setup/` + - [Gamemaster Setup](../../docs/projects/Pokedex.Online/setup/gamemaster-setup.md) +- **API Reference** - `/docs/projects/Pokedex.Online/api-reference/` + - [OAuth Setup](../../docs/projects/Pokedex.Online/api-reference/oauth-setup.md) + - [Gamemaster API](../../docs/projects/Pokedex.Online/api-reference/gamemaster-api.md) +- **Architecture** - `/docs/projects/Pokedex.Online/architecture/` (coming soon) +- **Roadmap** - `/docs/projects/Pokedex.Online/roadmap/` + - [Future Features](../../docs/projects/Pokedex.Online/roadmap/gamemaster-explorer-future.md) +- **Archive** - `/docs/projects/Pokedex.Online/archive/` (historical documents) + ## Features - **Gamemaster Manager** - Fetch Pokemon GO gamemaster data from PokeMiners and process it into filtered/unfiltered datasets +- **Gamemaster Explorer** - Search, filter, and explore JSON files with virtual scrolling (1600+ lines) - **Gamemaster API** - Access processed gamemaster data from any app on the site via REST API -- **Challonge Integration** - Manage tournaments with OAuth authentication +- **Challonge Integration** - Manage tournaments with OAuth authentication (API v1 & v2.1) - **API Key Manager** - Securely store API keys in browser storage ## 🚀 Local Development