Move idea/planned features out of chocks, into issues - #51
Draft
mattobee wants to merge 3 commits into
Draft
Conversation
It was still status: idea, but the body describes exactly what dragging does today, and it's been shipped and e2e-tested for a while.
Ideas and planned work belong in an issue tracker, not in the tree chocks manages. Moves every idea and planned feature in this repo's own .chocks to a GitHub issue: #41 (keyboard shortcuts, with #42-44 as its three sub-issues), #45 (release checkpoint), #46 (releases in history), #47 (removed features), #48 (links to issues and PRs), #49 (merge conflict handling), #50 (static export). released, pre-release, deprecated and dropped stay in chocks. Those are statements about what shipped, which is what chocks can see from the repo it lives in.
Made through the running app while the migration above was in progress in this same tree.
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.
Ideas and planned work belong in an issue tracker, not in the tree chocks manages itself. This moves every feature in this repo's own
.chocksat idea or planned status to a GitHub issue: #41 (keyboard shortcuts, with #42 to #44 as its sub-issues), #45, #46, #47, #48, #49, #50.released,pre-release,deprecatedanddroppedstay in chocks. Those are statements about what shipped, which is what chocks can actually see from the repo it lives in.Also fixes a stale one along the way: Drag to reorder and reparent was marked
idea, but the file describes exactly what dragging already does, and it's been e2e-tested for a while.Last commit isn't mine. It's a rename and a delete made through the running app while this migration was in progress in the same tree, and I've kept it separate rather than folding it into the migration commit.