Skip to content

Iteration 5 Plan

Tawan Boonma edited this page Nov 27, 2021 · 8 revisions

Goal: Profile page and edit profile page, draft code for trip planner. Improve UI and caching system.

Features

  1. User can edit profile including:
  • Name
  • Surname
  • Birthday
  • Profile Picture
  • Password
  1. Trip planner has function to help user plan a trip by estimate travel hours.
  2. Suggestion place in place detail.

Tasks

All tasks are recorded on Project board for Iteration 5

Acceptance Criteria

  1. User can edit some profile information.
  2. Users can select places they want to go and see estimated time from each place to next place.

Retrospective

  • What have we done?
  1. Trip planner with UI and getting estimated time for each place.
  2. Initialized user profile information.
  3. Fixed some bugs.
  • What problem occurred?
  1. We found that Google AutoComplete API fetching a new data every single typing so it will makes high expenditure with unnecessary keyword.
Clone this wiki locally