We need some way to visualise the link between issues and milestones, originally I thought of adding the Milestone as part of the body of an issue, however, this extra information might overload the user with data. And admittedly there's a lot of information that could be potentially shown, but my key philosophy with this project is to allow interaction with Issues from within Magit and make the information available to refernce, e.g. Issue numbers on Commits etc.
I much prefer the idea of getting an at glance indication of what state the issue is in and let the user drill into it if they want to rather than just dumping all the information on screen at once.
I guess the options are
Display a list of issues contained within a milestone
Display the Milestone inside the Issues body (like a subheading)
Display an indicator that an issue belongs to a milestone
We need some way to visualise the link between issues and milestones, originally I thought of adding the Milestone as part of the body of an issue, however, this extra information might overload the user with data. And admittedly there's a lot of information that could be potentially shown, but my key philosophy with this project is to allow interaction with Issues from within Magit and make the information available to refernce, e.g. Issue numbers on Commits etc.
I much prefer the idea of getting an at glance indication of what state the issue is in and let the user drill into it if they want to rather than just dumping all the information on screen at once.
I guess the options are