Files
Trackeep/docs
Tomas Dvorak 954a1a1080 feat: migrate to DragonflyDB and clean up environment configuration
- Replace Redis with DragonflyDB for better performance and memory efficiency
- Remove redundant environment variables (POSTGRES_*, ENCRYPTION_KEY, OAUTH_SERVICE_URL)
- Consolidate database configuration to use single DB_* variables
- Use JWT_SECRET for both JWT tokens and encryption
- Remove PORT variable redundancy, use BACKEND_PORT consistently
- Clean up docker-compose configurations for dev/prod consistency
- Add DragonflyDB configuration with optimized memory usage
- Remove redis.conf as it's no longer needed
- Update health checks to use Redis-compatible CLI for DragonflyDB
- Add missing VITE_API_URL to production frontend
- Fix GitHub Actions to use correct go.sum path
- Clean up development directories and unused files
2026-03-05 23:51:34 +01:00
..
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00
2026-03-03 11:03:37 +01:00
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00
2026-02-24 10:33:08 +01:00
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00
2026-02-08 14:14:55 +01:00

Trackeep Documentation

Welcome to the Trackeep documentation hub. This directory contains comprehensive guides, API references, and technical documentation for the Trackeep platform.

📚 Documentation Categories

User Documentation

Developer Documentation

Project Documentation

Design & Analysis

For Users

For Developers

For Administrators

📖 Documentation Structure

docs/
├── README.md                    # This file - documentation index
├── USER_GUIDE.md               # User documentation
├── API.md                      # API reference
├── AI_ASSISTANT.md             # AI features guide
├── DEVELOPMENT.md              # Development setup
├── SECURITY_ANALYSIS.md        # Security considerations
├── GITHUB_OAUTH_SETUP.md       # OAuth configuration
├── FEATURES_ROADMAP.md          # Feature planning
├── TIMELINE.md                 # Development timeline
├── TRACKEEP_IMPLEMENTATION_COMPLETE.md  # Implementation status
├── PAPR_STYLES_ANALYSIS.md     # Design analysis
├── ACTIVITY_RECTANGLES_IMPLEMENTED.md   # UI components
└── papra.md                    # Papra reference

🔍 Finding Information

Looking for something specific?

Documentation Conventions

  • 📚 User-focused content is marked with book emojis
  • 🔧 Developer-focused content includes technical details
  • 🚀 Quick start sections provide immediate action steps
  • ⚠️ Important notes highlight critical information

🤝 Contributing to Documentation

We welcome contributions to our documentation! To improve or add documentation:

  1. Identify the appropriate document based on the content type
  2. Follow the existing format and style conventions
  3. Update this index if adding new documentation files
  4. Test your changes to ensure accuracy and clarity

Documentation Guidelines

  • Use clear, concise language
  • Include code examples where relevant
  • Add screenshots or diagrams when helpful
  • Keep content up-to-date with the latest features
  • Cross-reference related documents

📞 Getting Help

If you need help with Trackeep:

  1. Check the documentation first most questions are answered here
  2. Search existing issues on GitHub
  3. Create a new issue if you can't find an answer
  4. Join community discussions for general questions

Trackeep Documentation Comprehensive guides for developers, users, and administrators.