Skip to content

Iteration 2 Plan

Tawan Boonma edited this page Oct 31, 2021 · 2 revisions

Goal: Have a user authentication that can let user create their own account and login. Also a little UI thing, base.html which has navigation bar and footer.

Features

  1. User can register with email.
  2. Email verification system.
  3. User can login/logout.
  4. Website has base.html that contains navigation bar and footer.

Tasks

All tasks are recorded on Project board for Iteration 2

Acceptance Criteria

  1. User can register with email.
  2. User cannot register with the existed email.
  3. User can verify identity by email verification.
  4. User can login/logout.
  5. Website has navigation bar and footer following mockup templates.

Retrospective

  • What have we done?
  1. User able to register, login, and logout.
  2. User need to verify identity by email before logging in.
  3. base.html contains navigation bar and footer.
  • What could be improved?
  1. We are naming branches as iteration1, iteration2, etc. so we should use feature branches instead.
  2. We need to communicate more frequently.
  3. We need to announce an update more frequently to make sure that we are understanding in the same way.
Clone this wiki locally