cronon / priority-table

Sort items in the table by different aspects with drag-n-drop

Home Page:https://cronon.github.io/priority-table/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://cronon.github.io/priority-table/

The main purpose is to sort items manually with bubble-sort by various aspects.

Copy a list of tickets or other items, put cursor to the New row input, press Ctrl+V. You'll see the list of your items each item in a separate row.

Now you can add columns that will represent various aspects of your items. The currently sorting column is marked with blue outline over its heading. Sort rows with +/- buttons or by draggin a row by its # button. When you finish sorting by one aspect, click on another aspect. The rows will appear sorted according to it. Now you can your rows according to it.

When you finish, you can select everything by mouse and copy and paste it to Excel.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev

Open http://localhost:3000/priority-table with your browser to see the result.

To build run npm run build, to prepare it for github run npm run export. Publish it to github with npm run deploy

About

Sort items in the table by different aspects with drag-n-drop

https://cronon.github.io/priority-table/


Languages

Language:TypeScript 88.3%Language:CSS 9.8%Language:JavaScript 1.9%