Files
thechart/docs/README.md
William Valentin 33d7ae8d9f feat: Remove outdated testing documentation and add comprehensive development and feature guides
- Deleted `TESTING_SETUP.md` and `TEST_UPDATES_SUMMARY.md` as they were outdated.
- Introduced `CHANGELOG.md` to document notable changes and version history.
- Added `DEVELOPMENT.md` for detailed development setup, testing framework, and debugging guidance.
- Created `FEATURES.md` to outline core features and functionalities of TheChart.
- Established `README.md` as a centralized documentation index for users and developers.
2025-07-31 11:39:12 -07:00

3.2 KiB

TheChart Documentation

Welcome to TheChart documentation! This guide will help you navigate the available documentation.

📖 Documentation Index

For Users

  • README.md - Quick start guide and installation
  • Features Guide - Complete feature documentation
    • Modular Medicine System
    • Advanced Dose Tracking
    • Graph Visualizations
    • Data Management

For Developers

  • Development Guide - Development setup and testing
    • Testing Framework (93% coverage)
    • Code Quality Tools
    • Architecture Overview
    • Debugging Guide

Project History

  • Changelog - Version history and feature evolution
    • Recent updates and improvements
    • Migration notes
    • Future roadmap

🚀 Quick Navigation

Getting Started

  1. Installation: See README.md - Installation
  2. First Run: See README.md - Running the Application
  3. Key Features: See FEATURES.md

Development

  1. Setup: See DEVELOPMENT.md - Development Environment Setup
  2. Testing: See DEVELOPMENT.md - Testing Framework
  3. Contributing: See DEVELOPMENT.md - Development Workflow

Advanced Usage

  1. Medicine Management: See FEATURES.md - Modular Medicine System
  2. Dose Tracking: See FEATURES.md - Advanced Dose Tracking
  3. Visualizations: See FEATURES.md - Enhanced Graph Visualization

📋 Documentation Standards

All documentation follows these principles:

  • Clear Structure: Hierarchical organization with clear headings
  • Practical Examples: Code snippets and usage examples
  • Up-to-date: Synchronized with current codebase
  • Comprehensive: Covers all major features and workflows
  • Cross-referenced: Links between related sections

🔍 Finding Information

By Topic

By User Type

By Task


Need help? Check the troubleshooting sections in README.md and DEVELOPMENT.md.