Refs #202 -- Filter timeline based on component#294
Open
blighj wants to merge 1 commit intodjango:mainfrom
Open
Refs #202 -- Filter timeline based on component#294blighj wants to merge 1 commit intodjango:mainfrom
blighj wants to merge 1 commit intodjango:mainfrom
Conversation
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.
This comes out of discussion on #202, but it is not a solution to that issue.
The goal here is to be able to subscribe via RSS to the timeline of ticket events for a specfic component(s).
The design goal is not a general solution for all users but for engaged/expert users who follow a particilar area of the codebase, like ORM, or in my case staticfiles.
It was inspired by @sarahboyce forum post on review teams per area. The suggestion of subscribing to a component strick a cord with me, and RSS is the tool I would use, An assumption is that others in the target group still use RSS, which I've no evidence for.
With this in place it would be possible to subscribe via an RSS reader and get updates of activity in your desired copmonents. There is no UI for this, it's assumed that the links would be published in the likes of a forum post or discord etc. I'm not hiding it from the general public, but not spending the effort building a UI and explaing it, as I think it is not relevant for them. This keeps the code change small and that bit more maintainable.
If this is a runner, I'm not familiar with how caching is configured for code.djangoproject so it would need to be considered how that would affect the goal.