📚 Reorganize documentation structure and update README with new links and details

This commit is contained in:
2026-01-28 22:08:56 +00:00
parent 507d9d600f
commit cc71cf1a91

View File

@@ -2,11 +2,27 @@
A modern Vue 3 web application for Pokemon Professors to manage tournaments, process gamemaster data, and handle tournament printing materials. 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 ## Features
- **Gamemaster Manager** - Fetch Pokemon GO gamemaster data from PokeMiners and process it into filtered/unfiltered datasets - **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 - **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 - **API Key Manager** - Securely store API keys in browser storage
## 🚀 Local Development ## 🚀 Local Development