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
51dffbe
feat(status): add lifecycle category to StatusConfig
renatomen 640a239
feat(status): category dropdown and lifecycle pill in status settings
renatomen 7567e13
fix(review): address status-lifecycle review findings
renatomen 5bc9060
refactor(status): three always-on categories (Not started / Started /…
renatomen d5bab0f
feat(deps): per-endpoint start/finish blocked computation in Dependen…
renatomen fc5f65c
feat(deps): thread per-endpoint blocked state onto TaskInfo
renatomen 62eebf3
test(deps): extend issue-1100 dependencyCache mock with per-endpoint …
renatomen d8d6e80
feat(dependencies): show per-endpoint blocked state on card surfaces
renatomen 56f2f9e
feat(dependencies): author reltype + lag from both sides of the edit …
renatomen 73d2fb4
feat(settings): add the advanced dependency types opt-in to Features
renatomen 30024c2
feat(bases): reflect per-endpoint blocking in rendered views; documen…
renatomen ab3bd54
fix(review): harden dependency edge cases from the branch review
renatomen 7a33064
fix(task-card): persist blocked-by / blocking expansion across re-ren…
renatomen 32b13fe
feat(dependencies): status-readiness guidance for advanced dependency…
renatomen 6ec4b1a
feat(task-card): break the blocking tooltip down by endpoint
renatomen c774092
feat(task-card): stack the blocking tooltip breakdown on its own lines
renatomen 0a32274
feat(i18n): add context-menu relationship-type labels for the depende…
renatomen cecd4bf
feat(dependencies): choose the relationship type from the context-men…
renatomen ae97fd2
test: complete task-card expandedProjectsService mocks with blocking …
renatomen 810d221
refactor(dependencies): move the reltype menu builder into the tested…
renatomen 3fe577f
test(dependencies): cover forward blocking-predecessor accessors and …
renatomen 6288aa6
fix(task-card): stop re-expanding relationship sub-lists on every render
renatomen 3aa4433
refactor(task-card): drop now-unused blocked/blocking expansion persi…
renatomen 0f4a2c8
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 👍 / 👎.