Add ROADMAP.md for infrastructure phases 2-4 - #16
Merged
Conversation
Consolidates the history and phased storage decisions from issue #5 (closed) into a version-controlled document, and carries the deferred phases -- Postgres migration, sharding, dashboard/API -- forward with their original trigger conditions intact, instead of leaving them stranded in a closed issue's comment thread.
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.
Summary
Issue #5 ("Design multi-server scaling architecture for 100+ guilds") was just closed as completed — all its acceptance criteria are met by the current Phase 1 (single worker + SQLite) implementation. But that issue's comment thread also contains the phased plan for what comes after Phase 1: Postgres migration, sharding, and a dashboard/API, each with specific trigger conditions. Once an issue is closed, that plan effectively goes stale/hard-to-find.
This adds
ROADMAP.mdat the repo root as the version-controlled home for that forward-looking plan, so it survives independently of any one issue and gets updated via normal PRs instead of issue-comment archaeology.Contents
inherit_category_permissions/enabledprofile columns from the original schema proposal, and the still-undecided architecture for wiring the landing page's placeholder stats to live data.Test plan
Documentation-only change — no code, schema, or CI-relevant files touched.
Generated by Claude Code