LexMachinaInc / quadro

Quadro is a JavaScript kanban board for Github issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to customize sort order of issues within card

nezda opened this issue · comments

Add option to customize the sort order of issues within card: use the github standards: Newest, Oldest, Most Commented, Least Commented, Recently updated, Least recently updated, Most reactions

image

This feature is In lieu of being able to fully customize issue order within a card which requires dedicated storage per user.

Maybe a semi-persistent form of this could be added with client side local storage/IndexedDB https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API ?