Skip to content

Glossary and Information Sources

kkristx edited this page Mar 13, 2020 · 13 revisions

About Glossary and Information Sources Page

On this page, you can find any special terminology in the application domain (i.e., not programming terms). Provided a list of useful informational references or links to related or competitive products. Enter this information on your team wiki. Clearly state the open source license for your project.

Terminology

User: A person who uses this App. It can be the driver and the rider.

Rider: A user who wants to ride and need a driver.

Driver: A user who focuses on the drive and picks up the rider.

Profile: A description of someone contains information.

Contact information: The details of the email or phone number.

Status: User's status.

Driver’s status: Whether the driver accepts the rider's request.

Rider’s status: Showing the rider’s pick up location, and whether the rider cancels the request.

Offline: Offline behaviour.

Geo-location: The rider's start and end location.

Request: The requests want to do something.

Searching: Browse and search open requests.

Accepting: Accept requests.

Notification: To inform the rider/driver when the driver/rider's status changes.

QR-bucks: The payment method in the App and can produce a QR-code.

QR-code: Comes out the QR-code.

Payment: Paying the money.

Rating: A score or measurement of how good the service of the driver or behaviour of the driver is.

Information Source

Using some design concepts from Uber APP.

Previous 301 group projects:

https://github.com/CMPUT301F19T09/vibes/wiki

https://github.com/CMPUT301W19T09/SkipTheLibrary/wiki

https://github.com/CMPUT301F19T20/MoodDiary/wiki

We use lots of Google Map API:

https://developers.google.com/maps/documentation

Code Reference

https://stackoverflow.com/questions/49659549/how-to-show-a-firestore-collection-in-an-android-listview-using-an-adapter

Same Type Apps

Uber

Lyft

Gett

Curb

Flywheel

Didi Cab

Grab

Easy Taxi

Definitions are taken from:

Oxford Dictionary

Merriam Webster

License

MIT License

Copyright (c) 2020 CMPUT301W20T03

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.