amauryleclerc / banana

Easy tool to handle metrics of a scrum project : Velocity, Burndown, Burnup, Sprint backlog (not product backlog) and other usefull tools like team calendar
6 stars 3 forks source link

[Story] "Maximize sprint graph" mode #5

Closed ptrouillard closed 7 years ago

ptrouillard commented 7 years ago

In order to display the sprint graph on a screen, we should be able to hide the header and sprint choice combo present in the graph view : move the choice combo in the header and add a "hide" header button

amauryleclerc commented 7 years ago

Are they only visible in the graph view?

amauryleclerc commented 7 years ago

The graph will be responsive too

amauryleclerc commented 7 years ago

I will create a menu service. All controllers will be able to control the menu

amauryleclerc commented 7 years ago

@ptrouillard Is it necessary to have a hide button ? Where do you what the hide button ?

ptrouillard commented 7 years ago

button...hum not sure indeed may be a hotkey ?

amauryleclerc commented 7 years ago

I added ctrl+up hotkey for fullscreen mode

ptrouillard commented 7 years ago

On MacOs, Ctrl+Up is used to minimize the screen. Ctrl+Down should be OK but I don't know if it is used for another function on windows ...

amauryleclerc commented 7 years ago

i have replaced "ctrl+up" by "f" like "fullscreen", the function is not executed when the focus is in an input

ptrouillard commented 7 years ago

Perfect 👍