jorgehjr84 / TIY-TodoMVC

0 stars 0 forks source link

User Story 5 (Prioritize Task) #6

Open jorgehjr84 opened 9 years ago

jorgehjr84 commented 9 years ago

A smurf can smurf so that smurfs can smurf

*Can I move task around

How can I prioritize task? Will the task change once I do so?

jorgehjr84 commented 9 years ago

https://github.com/jorgehjr84/TIY-TodoMVC/pull/1

al-the-x commented 9 years ago

Use the User Story format -- A Smurf can smurf so that Smurfs can smurf -- to write a real User Story for this feature and make it the title of your issue, e.g.

I can prioritize a task in my list so that I know to do it first

  • How do I prioritize the task in the interface? What do I click on?
  • What does that do in the API (Model) Layer?
    • What function does it call?
    • What side-effect does it have?