Skip to content

Latest commit

 

History

History
 
 

README.md

Hunty Documentation

This directory contains project documentation organized by topic.

Structure

  • achievements/ — Achievement/badge system for players (issue #381)
  • security/ — CSP implementation, answer hashing, and security guides
  • testing/ — E2E testing guide, huntStore tests, leaderboard optimization tests
  • development/ — CI/CD pipeline, environment config, EAS setup, seasonal leaderboard, issue solver
  • analytics.md — Analytics documentation
  • api.md — API documentation
  • monitoring/ — Monitoring and recovery runbooks

Quick Links

Topic File
Achievement system overview achievements/README.md
CSP headers implementation security/CSP_IMPLEMENTATION_SUMMARY.md
CSP testing guide security/CSP_TESTING_GUIDE.md
Answer hashing scheme security/answer-hashing.md
E2E comprehensive testing guide testing/E2E_COMPREHENSIVE_TESTING_GUIDE.md
E2E quick reference testing/E2E_TESTS_QUICK_REFERENCE.md
huntStore test coverage testing/HUNTSTORE_TESTS_SUMMARY.md
Leaderboard optimization tests testing/TESTING_GUIDE_LEADERBOARD_OPTIMIZATION.md
CI/CD pipeline development/CICD_PIPELINE.md
Environment setup development/ENVIRONMENT_SETUP.md
EAS Build & Update Guide mobile/EAS_GUIDE.md
EAS Quick Reference mobile/QUICK_REFERENCE.md
Android Keystore Protocol mobile/ANDROID_KEYSTORE.md
Seasonal leaderboard development/SEASONAL_LEADERBOARD_IMPLEMENTATION.md
Issue solver notes development/issue-solver.md