Swop Swop is an app for swopping stuff. It's like Tinder but for people trying to get rid of their stuff.
Swop's required functionality is completed:
Swop's optional features are implemented:
Swop's additional features are implemented:
Swop will use these API's
User Keeps track of user administrative information.
UserId | UserName | UserPswd |
---|
Profile User's invididual information
UserId | FirstName | LastName | Campus | Age | PhoneNumber |
---|
Item Information about a particular item
ItemId | ItemName | ItemDescription | ItemImage | ItemStatus | CategoryId |
---|
Inventory List of items that the User has
InventoryId | ItemId |
---|
"Swopping Cart" Cart that hold 2 or more items to be swopped
SwoppingCartId | Item1 | Item2 | Status |
---|
Wishlist List of items that the User likes
UserId | ItemId |
---|
Category The category that the item falls into
CategoryId | CategoryName | CategoryDescription |
---|
Chat Where 2 users can talk to each other
ChatId | UserId |
---|
Message Each individual message
MessageId | UserId | ChatId |
---|
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Notes about Swop.
Copyright [2016] [eye-OS]
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.