-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Milestones Endpoint (like /issues) #8232
Comments
Then which repositories' milestones should be displayed on that page? |
@lunny The idea is that it shows all of them, it's a "roll up view", just like how the |
Just wanted to note here that I am working on this functionality |
@jag3773 does this model sort of what you had in mind? |
YES! That looks awesome @bhalbright ! 🎉 |
Thanks @jag3773! One thing I left off was the edit/close/delete links under each milestone like you see in the milestones page under a specific repository. Is that okay or do you think it is necessary to be able to access those functions from the dashboard view? |
I would be OK either way on that one. The only problem I see with adding them is clutter. Thinking as a project manager, it might be nice to have those links for quick access. In particular, it would take several steps to close the milestone if those links aren't there–because clicking on one of those links takes you to a page that does not allow you to close the milestone, right? |
Thanks, I'll add them back and see how it looks. I was torn on that but like you said if you want to close the milestone you'd have to click into it and then backtrack to the milestone list inside the repository which is a little annoying. I suppose a close function could be added to the milestone page but that would be a different issue. |
I think that closing a milestone is not something that one does several times a day; a direct link to closing them seems like a "delete" button next to the repo name in the repository list. |
I'm lacking on time at the moment with some things going on, so I think for now I'm going to leave off putting the edit/close/delete buttons on this new page. It is debatable anyway, it might just be better if these options were more easily available when you click into the milestone, which would be beyond the scope of this issue |
I've marked the PR as ready to review |
Description
This is a feature suggestion to add a milestones view for a user like the current
/issues
endpoint. This could either be built into the/issues
page or possibly it warrants a whole new/milestones
top level endpoint.Functionality would be very similar to the
/issues
endpoint...Similar to #7405, this would be a really helpful way to see timelines across several projects at one time.
The text was updated successfully, but these errors were encountered: