Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 2.21 KB

README.md

File metadata and controls

39 lines (31 loc) · 2.21 KB

Tah-Do

About Tah-Do

Tah-Do is a todo list with a difference. Tah-Do helps you prioritise your items with impact vs effort.

How to use

  • Type your item in to the box provided. When adding each item, also specify the effort each item will take to complete along with the impact each item will have. (Do not store sensitive information)
  • Click "Add".
  • Keep adding all your items. When you are ready to prioritise the list, click "Prioritise".
  • Start working through your items, starting at the top of the list.
  • To remove an item, click the red "X" to the right of it.
  • Keep adding and removing items to your heart's content. After the first time you've loaded the page, it even works offline.

Importing public GitHub issues

  • Click "Import public GitHub issues"
  • In the field, enter the username and repo of the issues you'd like to import e.g. "votemike/todo" (this must be public)
  • One by one, each item will be entered in to the app, choose the effort and impact, then the next item will appear

Importing from Jira

  • When viewing your list of issues in Jira, export them as a CSV. Be sure to include the "Issue Key" and "Summary" fields
  • Click "Import from Jira CSV"
  • Click "Choose file" and choose your file
  • One by one, each item will be entered in to the app, choose the effort and impact, then the next item will appear

Troubleshooting

  • The "Prioritise" button isn't showing: The "Prioritise" button only shows when your list is not in priority order.
  • When exporting the graph, there are no labels: Click "Show Settings", then "Show Labels", then "Save". Then try exporting again.
  • For any other issues, tweet me or open a GitHub issue

Tips

Running locally

  • Clone the repo
  • cd in to the directory
  • Run yarn install
  • Run yarn start

The server should start and the app should now be running at http://localhost:3000