forked from callumalpass/tasknotes
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(dependencies): RFC 9253 per-endpoint blocking + status lifecycle categories #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renatomen
wants to merge
24
commits into
main
Choose a base branch
from
feat/rfc-status-lifecycle
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2bdc589
feat(status): add lifecycle category to StatusConfig
renatomen 619c07b
feat(status): category dropdown and lifecycle pill in status settings
renatomen 02e7cb2
fix(review): address status-lifecycle review findings
renatomen d611b39
refactor(status): three always-on categories (Not started / Started /…
renatomen 100e8c4
feat(deps): per-endpoint start/finish blocked computation in Dependen…
renatomen 062dff9
feat(deps): thread per-endpoint blocked state onto TaskInfo
renatomen 417701d
test(deps): extend issue-1100 dependencyCache mock with per-endpoint …
renatomen 4130db5
feat(dependencies): show per-endpoint blocked state on card surfaces
renatomen 61548c5
feat(dependencies): author reltype + lag from both sides of the edit …
renatomen 40aa798
feat(settings): add the advanced dependency types opt-in to Features
renatomen 19f6069
feat(bases): reflect per-endpoint blocking in rendered views; documen…
renatomen 6e849bc
fix(review): harden dependency edge cases from the branch review
renatomen d5bc25d
fix(task-card): persist blocked-by / blocking expansion across re-ren…
renatomen dfd4345
feat(dependencies): status-readiness guidance for advanced dependency…
renatomen 3389244
feat(task-card): break the blocking tooltip down by endpoint
renatomen ea589d8
feat(task-card): stack the blocking tooltip breakdown on its own lines
renatomen c53921e
feat(i18n): add context-menu relationship-type labels for the depende…
renatomen 4b7fac6
feat(dependencies): choose the relationship type from the context-men…
renatomen ebbfb99
test: complete task-card expandedProjectsService mocks with blocking …
renatomen 341c42e
refactor(dependencies): move the reltype menu builder into the tested…
renatomen a0c876a
test(dependencies): cover forward blocking-predecessor accessors and …
renatomen dbe24dc
fix(task-card): stop re-expanding relationship sub-lists on every render
renatomen e9871ca
refactor(task-card): drop now-unused blocked/blocking expansion persi…
renatomen 4021a4c
fix(bases): skip the data-update re-render when the data is unchanged
renatomen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This commit introduces user-facing lifecycle categories, advanced dependency types, and per-endpoint blocking, but leaves
docs/releases/unreleased.mdunchanged. Add an appropriate user-facing release entry so the feature is included in the next release notes, as required by the repository guide.AGENTS.md reference: AGENTS.md:L49-L49
Useful? React with 👍 / 👎.