Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Having todo lists on github #157

Open
njoyard opened this issue Mar 11, 2014 · 9 comments
Open

Having todo lists on github #157

njoyard opened this issue Mar 11, 2014 · 9 comments
Labels
project management pm / agile related concepts

Comments

@njoyard
Copy link

njoyard commented Mar 11, 2014

Hey,

I've not seen that suggested before, so here I go: it would be nice to have a todo list on github, kind of like starring repos but for issues and pull requests.

The idea would be to add a button to issues and pull requests to say "I have to handle this thing sooner or later", and maybe a reminder icon next to the "new notification" icon that flashes when your todo list is non-empty...

@patcon
Copy link

patcon commented Mar 11, 2014

@StephenOTT
Copy link

The part that is missing is a "view" that aggregates the tasks from a issue together into a single list.
https://github.com/StephenOTT/GitHub-Time-Tracking/blob/master/gh_issue_task_aggregator.rb

@patcon
Copy link

patcon commented Mar 26, 2014

👋

@0xcaff
Copy link

0xcaff commented Apr 20, 2014

Already exists

@patcon
Copy link

patcon commented Apr 20, 2014

@njoyard oh hey, reading more closely, and wondering whether this might be what you want:
https://github.com/dashboard/issues/assigned

The downside is that, right now, you can only assign issues on projects you have push access to (not pull), and here is a feature request for this to be possible for anyone: #100

Or alternatively: #153 (for allowing those with pull to set assignee)

@patcon
Copy link

patcon commented Apr 20, 2014

If that fits the bill, feel free to close this and add your +1 in the appropriate issue(s) :)

@DavidBadura
Copy link

we got tired of waiting and hacked together a Chrome extension, that implements something along this lines: very similar to gitlab, one can manage a todo list within github.

For this, the extension injects a button on every issue and pull request page with "Add ToDo". Also, it adds a button to the main toolbar at the top, that simply displays all ToDos in a grouped list. All data is stored in the browser's local storage so no data-hoarding on our side ;).

https://github.com/larsborn/GithubToDos

We are open to feedback of course! Open an issue or drop us a message!

@0xcaff
Copy link

0xcaff commented Apr 12, 2017

This already exists. blog post. What's the difference between the one which already exists and yours? @DavidBadura

@DavidBadura
Copy link

@caffinatedmonkey a issue checklist isn't the same as a global todo list. This extension address @njoyard feature request.

kind of like starring repos but for issues and pull requests.

The idea would be to add a button to issues and pull requests to say "I have to handle this thing sooner or later", and maybe a reminder icon next to the "new notification" icon that flashes when your todo list is non-empty...

@TPS TPS added the project management pm / agile related concepts label Feb 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
project management pm / agile related concepts
Projects
None yet
Development

No branches or pull requests

6 participants