agile - Should I split user stories on Frontend vs Backend tasks? -


while applying scrum, product backlog items users stories. have created sample story on tfs follows:

as user, can signup system.

i created following tasks:

  1. a login form should prepared.
  2. user should fill fields on form.
  3. user should type valid formatted email.
  4. user passwords match between.
  5. if user fills form successfully, send verification email.

some of tasks frontend (html, css, etc) , backend (send email, etc).

  1. should separate frontend , backend tasks 1 another? , should separate them different user stories?
  2. can tasks implemented different developers?

  1. no. agile focuses on delivering working code customer. without each part implemented code written offers no value. unless tasks can shown offer independent value, should kept together.

  2. yes different parts can implemented different people. need make sure coordinate appropriately requested feature works whole.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -