-
Notifications
You must be signed in to change notification settings - Fork 4
Glossary and Information Sources
- Task
- Something a user wants or needs to be completed. Examples include: mowing someone's lawn, driving someone somewhere, etc.
- User
- A person who is currently using the application. There are two types of users:
- Task requester
- A user who posts a task to be completed by another user
- Task provider
- A user who completes a task for another user
- Task Title
- Name of the task with a maximum length of 30 characters
- Task Description
- A paragraph that describes the task's contents and outline. The maximum length of the Task Description is 300 characters
- Task Status
- The state that the task is currently in. It can be in states: requested, bidded, assigned, or done.
- Done
- The task itself has been completed by the provider
- Assigned
- The requested task has been given off to a provider for them to complete
- Bidded
- Bidded means at least one provider bidded on the task.
- Requested
- Asking another user to complete their task
- Declined
- Task requester does not accept the provider's bid on their task
- Bid
- User's offer in dollars to a task they want to provide.
- Funkiness
- User's overall ability to deliver on any given task
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright 2018 Monica Bui, Jolene Poulin, Shuai Li, Atharv Vohra, Eivenlour David, Fangting Chen
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.