docs(150): Create architectural decision records (ADRs) - #246
Closed
Jouzep wants to merge 4 commits into
Closed
Conversation
Closes #150 - Document phased, test-driven migration approach - Black-box testing methodology - Priority-based function selection (Tier 1, 2, 3) - Proxy server pattern for gradual rollout - Test-driven implementation strategy
Closes #150 - Document four-tier testing strategy (unit, integration, golden, smoke) - Specify coverage targets (>85% code coverage) - Define CI/CD blocking rules - Explain test organization and structure - Document testing phases and evolution
Closes #150 - Choose Docker on VPS approach for production - Document architecture with nginx reverse proxy - Explain rationale vs Heroku, AWS, Kubernetes alternatives - Define scaling strategy (Phase 1: Single VPS, Phase 2+: Multi-server) - Provide cost-effective solution for open-source project
Closes #150 - Document GitHub Actions-based CI/CD pipeline - Define pipeline stages (lint, tests, build, deploy) - Specify test coverage strategy and blocking criteria - Explain deployment strategy (PR, push to main, tags) - Include performance metrics and optimization opportunities
Jouzep
force-pushed
the
feat/150-doc-002-adrs
branch
from
October 31, 2025 01:13
dbd4c2a to
0efdd4a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Creates comprehensive architectural decision records documenting all major decisions made during the GeneWeb migration project.
Changes
Closes
Files Changed
docs/adr/ADR-004-migration-strategy.md- Newdocs/adr/ADR-005-testing-approach.md- Newdocs/adr/ADR-006-deployment-platform.md- Newdocs/adr/ADR-007-cicd-pipeline.md- NewADR Template Used
Each ADR follows the standard format: