Trello: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
 
(18 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 28: Zeile 28:
 
==Examples==
 
==Examples==
 
* Trello Board: https://trello.com/board/trello-development/4d5ea62fd76aa1136000000c
 
* Trello Board: https://trello.com/board/trello-development/4d5ea62fd76aa1136000000c
* [[OSEG Verein]] Board: https://trello.com/board/oseg-verein/5022633a1a1d91dc36b8695a
+
* OSEG NetDev: https://trello.com/board/oseg-netdev/50865bd85840407959004c10
  
 
==Collaboration Usage==
 
==Collaboration Usage==
Zeile 51: Zeile 51:
 
* '''View more cards''' by decreasing the font size from your browser.
 
* '''View more cards''' by decreasing the font size from your browser.
  
==See Also==
+
==Tips==
* [[Pivotal Task Tracker]]
+
* Use spacebar to assign yourself to a card, then use "q" to show only your cards. (Use "x" to clear the filter.)
 +
* on a board, press "f" then start typing a card name to filter for that card. Press "x" to clear a filter.
  
[[Category:Software]] [[Category:Scrum]]
+
===Layout Optimization===
 +
* 1) Install Greasemonkey: https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/
 +
* 2) Install this CSS script: http://userstyles.org/styles/78240/trello-layout-optmization?r=1352671144
 +
* Tools -> Greasemonkeny -> Manage User Scripts -> select Preferences for "Trello Layout Optmization"
 +
** Under "User Settings", "Include Pages" add:
 +
*** http://trello.com/*
 +
*** https://trello.com/*
 +
*** http://*.trello.com/*
 +
*** https://*.trello.com/*
 +
 
 +
==SCRUM and Trello==
 +
* http://civicactions.com/blog/2012/oct/10/five_tips_for_using_trello_for_scrum
 +
 
 +
==Open Source Alternatives to Trello==
 +
* [http://jimflow.jimdo.com/ JimFlow] - physical board integrated wtih Trac and Jira ([https://github.com/Jimdo github.com/Jimdo]).
 +
* [https://code.google.com/p/kanbanik/ Kanbanik] - Scala web application with a rich GWT frontend. UI looks ugly.
 +
 
 +
 
 +
Open Source, but heavier:
 +
* [https://teambox.com Teambox]
 +
 
 +
Used to be open source:
 +
* [https://www.wunderlist.com/ Wunderlist 2] - see [https://github.com/6wunderkinder/wunderlist previous open source version].
 +
 
 +
[[Category:Software]]
 +
[[Category:OSEG - IT Administration]]
 +
[[Kategorie:English pages]]

Aktuelle Version vom 5. April 2018, 20:54 Uhr

Trello is a SCRUM like free online application.

Features

Features to come soon

Disadvantages

  • No Burndown Charts

Examples

Collaboration Usage

These are guidelines how to use Trello collaboratively:

  • Create needed Lists, e.g.: TODO, Doing, Verification, Done.
  • Create new cards:
    • Press "N" to create a new card. It will be created below the current selected card. Type the name of the card and press "Enter" to save it.
  • Assign yourself/another to a card
    • Assign yourself to a card - select the card and press "SPACE"
    • Assign another to a card - select the card and press "a" and choose the person.
    • Unassigning works with the same shortcuts.
  • Verification
    • Add card for Verification
    • Verify a card
      • If all okay, move it to the list "Done"
      • If more work is to be done:
        • Create a checklist and the points that has to be done
        • Move the card back to "TODO" or "Doing"
        • Send email to the person responsible with subject "TODO <card name>" or "Doing <card name>" and in the body link to the card. He should read your checklist points and fix them.
  • View more cards by decreasing the font size from your browser.

Tips

  • Use spacebar to assign yourself to a card, then use "q" to show only your cards. (Use "x" to clear the filter.)
  • on a board, press "f" then start typing a card name to filter for that card. Press "x" to clear a filter.

Layout Optimization

SCRUM and Trello

Open Source Alternatives to Trello


Open Source, but heavier:

Used to be open source: