Skip to content

Taskly MVP Features

Mike Miller edited this page Dec 21, 2022 · 2 revisions

MVP Features

Tasks: CRUD

  • Logged in users can create a task, delete their own task and update their own task.
  • Any user (logged in or not) can view all tasks that have been posted.

Reviews: CRUD

  • Logged in users can leave (create) a review on a task.
  • Logged in users can edit or delete a review they've left.
  • Any user (logged in or not) can view all reviews of a given task.

Bonus Features

Search

  • By using keywords, a user (whether logged in or not) can query for the types of tasks they're interested in booking.

Google Maps API integration

  • Using a visual map, users who are logged in and have provided location data can click into tasks close to their location.

Clone this wiki locally