-
Notifications
You must be signed in to change notification settings - Fork 0
Taskly MVP Features
Mike Miller edited this page Dec 21, 2022
·
2 revisions
- 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.
- 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.
- By using keywords, a user (whether logged in or not) can query for the types of tasks they're interested in booking.
- Using a visual map, users who are logged in and have provided location data can click into tasks close to their location.