๐๏ธ ADR implementation punch list
This document is a consolidated checklist of work that is still outstanding
๐๏ธ ๐ก API & IPC Documentation
Table of Contents
๐๏ธ Cloud Provider Implementation Guide
This guide explains how to add a new cloud provider (e.g. Google Drive) to Uptime Watcher.
๐๏ธ Dropbox Cloud Sync Setup
This app uses Dropbox OAuth 2.0 Authorization Code + PKCE with a loopback redirect (system browser, no embedded webview, no backend server).
๐๏ธ Google Drive Cloud Sync Setup
This document explains how to configure Google OAuth credentials so Uptime Watcher can use Google Drive as a first-class cloud provider.
๐๏ธ Uptime Watcher Consistency Guide
This document outlines the architectural patterns, conventions, and standards for maintaining consistency across the Uptime Watcher codebase.
๐๏ธ ๐ Developer Quick Start Guide
Table of Contents
๐๏ธ Chrome DevTools Snippets for Testing
Table of Contents
๐๏ธ ๐ Documentation Index
Table of Contents
๐๏ธ Documentation Style Guide
Table of Contents
๐๏ธ Git Subtree Setup Instructions
What's been done:
๐๏ธ Docusaurus Documentation Setup Guide
Table of Contents
๐๏ธ ๐ ๏ธ Environment Setup Guide
Table of Contents
๐๏ธ Error Handling Guide
Overview
๐๏ธ ESLint 10 Plugin Blockers
This document tracks plugins/rules that are currently incompatible with ESLint 10 in this repository.
๐๏ธ Event System Guide
This guide provides comprehensive documentation for the TypedEventBus-based event system in Uptime Watcher, covering event-driven architecture patterns, automatic metadata injection, IPC forwarding, and real-time communication between backend and frontend.
๐๏ธ IPC Automation Workflow
Last updated: 2025-10-26 \
๐๏ธ Lint guardrails and custom ESLint rules
Table of Contents
๐๏ธ Uptime Monitoring System - New Monitor Type Implementation Guide
Table of Contents
๐๏ธ ๐ Documentation Organization Summary
Clean Slate: The docs folder has been reorganized to focus on current, actionable documentation while preserving historical materials in an archive.
๐๏ธ Guides documentation
This directory contains comprehensive guides for developers, contributors, and users of the Uptime Watcher application.
๐๏ธ Renderer Integration Guide
Table of Contents
๐๏ธ Sites Store Mutation and Sync Guide
This guide captures the canonical approach for mutating site data from the
๐๏ธ Storybook Vitest Component Testing
Table of Contents
๐๏ธ Style & Layout Guide
This guide documents the shared styling primitives that keep the renderer consistent. Follow these practices whenever you add screens, modals, or high-level layout primitives.
๐๏ธ ๐ Technology Evolution Guide
Migration History: Understanding how Uptime Watcher evolved to its current sophisticated architecture.
๐๏ธ Testing and Coverage Setup
Table of Contents
๐๏ธ React Component Testing Methodology
Table of Contents
๐๏ธ Tools and commands guide
Table of Contents
๐๏ธ ๐ง Troubleshooting Guide
Table of Contents
๐๏ธ Type-fest Integration Patterns
This document provides comprehensive patterns for integrating type-fest utilities consistently across the Uptime-Watcher codebase. These patterns ensure type safety, better developer experience, and maintainable code.
๐๏ธ UI Feature Development Guide
This document provides comprehensive guidelines for adding and modifying UI features in the Uptime Watcher application, based on lessons learned from implementing the site monitoring functionality and modal improvements.
๐๏ธ Validation Strategy
The application enforces data quality through a layered validation pipeline. Each layer owns a well-defined set of responsibilities so that validation code stays maintainable, testable, and consistent across domains.
๐๏ธ Vite Performance Profiling and Optimization Guide
Table of Contents
๐๏ธ Zustand Store Pattern Decision Guide
Table of Contents