mirror of
https://github.com/restincode/restincode.git
synced 2026-06-11 08:15:18 +02:00
|
|
||
|---|---|---|
| .. | ||
| architecture.md | ||
| data-mapping.md | ||
| high-priority-list.md | ||
| phases.md | ||
| progress-tracker.md | ||
| README.md | ||
| testing-checklist.md | ||
RestInCode Issue Processing Automation
This directory contains documentation and tooling for automating the processing of GitHub Issues to create memorial entries on the RestInCode site.
Project Overview
Goal: Automate the processing of 42+ "Add Person" and 14+ "Add Data" GitHub Issues to create memorial JSON files, update the site, and submit PRs.
Approach: Fully automated system that processes issues autonomously, creates individual PRs per person, and handles minimal data gracefully.
Priority: Focus on high-profile individuals first (Dan Kaminsky, Kris Nova, Kevin Mitnick, Adrian Lamo, Bram Moolenaar, etc.)
Documentation Structure
architecture.md- System architecture and design decisionsphases.md- Implementation phases and milestonesdata-mapping.md- How GitHub Issue data maps to JSON schematesting-checklist.md- Testing requirements before PR creationhigh-priority-list.md- List of high-profile individuals to process firstprogress-tracker.md- Track which issues have been processed
Current Status
Phase: Planning and documentation Issues to Process: 42 Add Person, 14 Add Data Completed: 0 In Progress: 0
Quick Start
See phases.md for implementation roadmap.