Skip to content

Iteration 6 Plan

Tawan Boonma edited this page Nov 23, 2021 · 3 revisions

Goal: Complete Trip planner core and interface, documentation, and improve Trip blog.

Features

  1. User can create a trip planner and view it.
  2. User can share a url of trip planner to other user to view it.
  3. Trip planner has auto-save function that after editor interact with them, it will save to database.
  4. Improve caching system.
  5. UI improvement for Trip blog.
  6. Improve authentication UI in some pages.

Tasks

All tasks are recorded on Project board for Iteration 6

Acceptance Criteria

  1. User can create a trip planer and edit name of that trip planner.
  2. User can share a view-only url to their friends.
  3. Trip planner will auto-save when editor makes an edit.
  4. Trip blog has UI.
  5. Most of authentication page has UI.

Retrospective

  • What have we done?
  1. Finished Trip Organizer.
  2. Selenium testing.
  3. Deployed on Amazon AWS.
  4. Fixed bugs in homepage.
  5. Trip details and Trip blog has complete UI implementation.
  • What Problem occurred?
  1. In deployment, we need to separate Google API key to be used in Frontend and Backend to restrict key for security.