forked from cerc-io/snowballtools-base
This commit introduces a comprehensive documentation strategy for the project, focusing on: - Centralizing routing configuration - Adding detailed documentation for frontend architecture - Creating standards for component documentation - Implementing a feature building process template - Removing legacy documentation files Key changes include: - Added routing strategy and implementation documents - Created project-wide documentation standards - Introduced new documentation structure in qwrk-docs - Removed redundant README and documentation files - Enhanced routing and layout documentation |
||
|---|---|---|
| .. | ||
| README.md | ||
| user-project-management.md | ||
Authentication Documentation
This directory contains documentation about the authentication and user management systems.
Available Documents
- User Project Authentication and Management - Comprehensive overview of how users authenticate and how projects are managed and counted
Topics Covered
- Wallet Authentication
- GitHub Integration
- Project-User Relationships
- Project Counting and Access
- Database Structures
Diagrams
The documentation includes:
- Sequence diagrams showing authentication flows
- Entity relationship diagrams for data structures
- Process flows for user interactions
Contributing
When adding to this documentation:
- Follow the established Markdown format
- Include relevant diagrams using Mermaid
- Reference code files with relative paths
- Focus on explaining "why" not just "how"