File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -260,10 +260,17 @@ Anyone can propose ideas and assign personal priority. The community validates t
260260- 🎯 ** [ Project Philosophy] ( ./docs/philosophy.md ) ** - Core beliefs and design principles
261261- 🚀 ** [ Getting Started Guide] ( ./docs/guides/getting-started.md ) ** - Step-by-step setup and first steps
262262- 🏗️ ** [ Architecture Overview] ( ./docs/guides/architecture-overview.md ) ** - System design and technical decisions
263- - 🧪 ** [ Testing Guide] ( ./tests/README.md ) ** - ** E2E testing with robust authentication system**
264- - 🤖 ** [ AI Agents Integration] ( ./docs/guides/ai-agents-integration.md ) ** - Multi-agent AI system with tamagotchi-style companions
263+
264+ ### User Guides & Features
265+ - 📊 ** [ Graph Creation Workflow] ( ./docs/features/graph-creation.md ) ** - Complete guide to creating and managing graphs
266+ - 🛡️ ** [ Admin System Guide] ( ./docs/features/admin-system.md ) ** - Comprehensive admin panel documentation
265267- 👥 ** [ User Flows] ( ./docs/guides/user-flows.md ) ** - How teams actually use GraphDone
266- - 🔌 ** [ API Documentation] ( ./docs/api/graphql.md ) ** - GraphQL schema and integration guide
268+ - 🤖 ** [ AI Agents Integration] ( ./docs/guides/ai-agents-integration.md ) ** - Multi-agent AI system with tamagotchi-style companions
269+
270+ ### Technical Reference
271+ - 🔌 ** [ API Documentation] ( ./docs/api/graphql.md ) ** - Complete GraphQL schema and integration guide
272+ - 🧪 ** [ Testing Guide] ( ./tests/README.md ) ** - E2E testing with robust authentication system
273+ - 🎯 ** [ Admin & Graph E2E Testing] ( ./docs/testing/e2e-admin-graph-creation.md ) ** - Comprehensive testing for admin and graph creation
267274- 🚀 ** [ Deployment Guide] ( ./docs/deployment/README.md ) ** - Self-hosted and cloud deployment options
268275- 🏷️ ** [ Version Management] ( ./docs/version-management.md ) ** - How to update versions across the monorepo
269276
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 "test:e2e:ui" : " playwright test --ui" ,
2222 "test:e2e:debug" : " playwright test --debug" ,
2323 "test:all" : " npm run test:unit && npm run test:e2e" ,
24+ "test:comprehensive" : " node run-all-tests.js" ,
25+ "test:https" : " node ssl-certificate-analysis.js && node mobile-https-compatibility-test.js" ,
26+ "test:report" : " open test-results/reports/index.html" ,
2427 "lint" : " turbo run lint" ,
2528 "typecheck" : " turbo run typecheck" ,
2629 "clean" : " turbo run clean && rm -rf node_modules" ,
You can’t perform that action at this time.
0 commit comments