-
Notifications
You must be signed in to change notification settings - Fork 0
Release Planning
cbinns edited this page Apr 9, 2018
·
16 revisions
| Case Number | Case Name | Case Description |
|---|---|---|
| 1 | AddTask | Users should be able to create tasks |
| 2 | ViewTaskList | Users should be able to view self created tasks |
| 3 | EditTask | Users should be able to edit tasks |
| 4 | DeleteTask | Users should be able to remove tasks |
| 5 | ViewTaskDetails | User should view details of tasks |
| 6 | TaskStatus | Task Status should be editable by user |
| 7 | UniqueProfile | User should be able to obtain an unique profile |
| 8 | EditProfile | User should be able to edit their own profile |
| 21 | TaskStatusCompleted | User should be able to update his/her task status from "Assigned" to "Done" |
| 22 | TaskStatusUncompleted | User should be able to update his/her task status from "Assigned" to "Requested" |
| 27 | PostGeoLocation | User should be able to post the geolocation that he/her want the his/her task to be done |
| 28 | ViewGeoLocation | User should be able to view the geolocation that the other users want their task to be done |
| 26 | ManagePhoto | Administrator can ensure the individual posted photos does not exceed the set maximum size |
| 30 | AddCategoryToTask | Requester can select one of the predefined categories to assign to their task |
| 32 | MaxBidOnTask | Requester can set a max bid on one of their tasks |
| Case Number | Case Name | Case Description |
|---|---|---|
| 9 | ViewProfile | User should be able to view other users' profile where ever a username is displayed |
| 10 | SearchTasks | User should be able to search for tasks by name, description, or category |
| 11 | SearchResultInfo | User should be able to receive some kind of visual results after search tasks |
| 12 | MakeABid | User can make a bid to a posted task by another user |
| 13 | ViewMyBids | User should be able to view his/her own bid history on different tasks |
| 14 | BidNotification | User should receive an notification when there is a new bid for his/her posted task |
| 15 | ViewMyTasks | User should be able to view his/her own posted tasks that have status 'Bidded' |
| 16 | ViewTaskBids | User should be able to view the bids on one of their tasks |
| 17 | TaskBidAccept | User should be able to accept a bid for his/her posted task |
| 18 | TaskBidDecline | User should be able to decline a bid for his/her posted task |
| 19 | ViewAssignedBids | Provider should be able to view all tasks that their bid has been accepted on |
| 20 | ViewAssignedTasks | Requester should be able to view all the tasks that have an accepted a bid on |
| 24 | PostPhoto | User should be able to post photos as a part of the task description |
| 25 | ViewPhoto | User should be able to view posted photos that are part of a task description |
| 23 | WorkingOffline | User should be able to add and edit his/her tasks offline and later synchronize with the network |
| 29 | TasksNearMe | User should be able to search for tasks within 5 km radius of their current location |
| 31 | BrowseCategory | User can browse tasks by category from search page |
please refer to Timeline and Minutes for detailed information