pln-planning-tools / Starmap

Roadmap Planning Tool
https://starmap.site
Other
20 stars 8 forks source link

Hybrid detailed/overview mode #357

Open whizzzkid opened 1 year ago

whizzzkid commented 1 year ago

Right now the views can be swapped between detailed or overview mode. This is either/or in nature. It will be useful to have a hybrid mode, where in an overview like screen we can load details in the milestone and expand that one section. Or collapse details on one issue.

At that point:

SgtPooki commented 1 year ago

Interesting. Shouldn't be too hard to implement but I haven't seen this requested before. The challenge here is probably in adding a collapse/expand button on milestone cards.

I imagine we'll want some additional actions too, so we may want to replace the github icon with three dots for a "combo action button."

How are you thinking about implementing this @whizzzkid?

whizzzkid commented 1 year ago

@SgtPooki I was thinking about two icons, an arrow alongside the GitHub icon, but I'm not opposed to the idea of having a combo button.

I just captured it as an issue for now. I was planning to mock something up later and discuss more.