Skip to content

mattanja/firstthingsfirst

 
 

Repository files navigation

first things first - trello priorities board

This application provides a special view on your Trello cards.

The view is based on the so-called "Eisenhower-Matrix" which splits the tasks into separate lists for urgent and important tasks.

This application uses regular Trello cards and one user-defined label for the priority and the due date for the urgency property.

Coding notes

Drag and drop directives

Currently the app uses "fatlinesofcode/ngDraggable" for drag&drop. There are some issues with that but without investing too much of time it's the best solution I have been able to find.

These are the alternatives I have found:

angular-seed

The code of this project is based on angular-seed. All details about how to build and run the app can be found on the angular-seed page.

About

first things first - trello priorities board

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.1%
  • JavaScript 31.4%
  • CSS 22.5%