Skip to content

Sprint 2 plans

Paul Coen edited this page Mar 23, 2018 · 3 revisions
  • As a researcher I want to be able to make custom tags for my data, so that I can classify my data-set.
  • Difficulty: Small
  • Hours required: 12
  • Acceptance Criteria
    • Throw error on creation of tags with the same name (case-sensitive)
    • Must be able to create an arbitrary number of tags
    • Must be able to remove created tags
  • Must finish Story 3 first
  • As an analyst I want to be able to assign custom tags to my data-sets.
  • Difficulty: Medium
  • Hours required: 24
  • Acceptance Criteria
    • Must be able to store values of tags for a given set of questions and answers
    • Must be able to add tags to a given piece of data
    • Must be able to remove tags from a given piece of data
    • Must be able to retrieve tagged data-sets from database
  • As a user, I want to be able to login and store my data-sets on the website so that I can access them later.
  • Difficulty: Large
  • Hours Required: 30
  • Acceptance Criteria
    • Be able to login successfully to the website
    • Be able to throw proper error messages to the user for incorrect login attempt
    • Be able to force a change of password through email after 5 failed login attempts
    • Warn user on the 4th failed login attempt that at 5 they will be locked out
Clone this wiki locally