You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to have the ability to sort the listing of projects on the bigboard, currently they sort by project id number, it would be killer if I had the ability to sort by most recently updated project. Then I could have all the most recently worked on projects appear at the top of the page.
Another option is to store a numeric sort ID, you could then use this value to sort the projects any way that you want, allowing for custom ordering of how the projects are displayed.
With Task Cards they are able to tell if you are clicking, or click and dragging.
You can tell be cause if you simple click in place on a card then it opens the cards details, but if you click and drag then it moves the card.
Currently when you click on a Project it Collapses or Expands the Project from the bigboard view.
My idea is that if you do a click then it should collapse or expand the project view, but if you do a click and drag then it should allow you to change the order of the displayed projects.