-
Notifications
You must be signed in to change notification settings - Fork 4
Project Requirements
tusmanakhter edited this page Nov 28, 2017
·
17 revisions
Following are the requirements for the OCN system:
- As a user, I should be able to create an account by entering my information in a registration form on the platform.
- As a user, I should be able to select a “Province” and “City” from pre-populated list of Provinces and Cities.
- As a user, I should be able to select my membership plan by making the payment associated with the desired plan.
- As a user, I should be able to select a category to buy/sell, rent, or hire services on the platform.
- As a user, I should be able to post an ad for selling items from the sub categories by filling a form having all the information required*.
- As a user, I should be able to able to promote my ad by purchasing the one of promotion packages** to increase the visibility of my ad.
- As a user, I should be able to see all my ads that I have posted/expired.
- As a user, I should be able to see the position of my ad within the list of ads in that same sub category on the platform.
- As a user, I should be able to delete or edit my ad from the platform.
- As a user, I should be able to view the ads from specific sellers.
- As a user, I should be able to view any other ads with their required information* posted on the platform within same selected category.
- As a user, I should be able to give a rating to the item from 1 (low) - 5 (high) based on the level of satisfaction after completing the transaction.
- As an admin, I should be able to manage*** the payment of the users.
- As an admin, I should be able to remove / alter any ad posted on the platform.
- As an admin, I should be able to trigger payment backups to be sent to the Payment Processing Department “external”.
Categories:
-
Buy and Sell
a. Clothing
b. Books
c. Electronics
d. Musical Instruments -
Services
a. Tutors
b. Event Planners
c. Photographers
d. Personal trainers -
Rent
a. Electronics
b. Car
c. Apartments
d. Wedding - Dresses -
Cars and Vehicles
a. Cars
b. Trucks
c. Boats
d. Motorcycles
$ - alphabets Above indicate Sub-Categories
Membership Plans:
- Normal Plan: Any Ad is visible for 7 days.
- Silver Plan: Any Ad is visible for 14 days.
- Premium Plan: Any Ad is visible for 30 days.
*Information Required:
- Contact Information - Email or Phone number.
- Price - in CAD.
- Ad type: Buy or Sell.
- For Sale by - Owner/Business.
- Title and Description.
- Address.
- Images.
**Promotion Packages: A promotion package increases the rank of your ad. The packages available are:
- 7 days promotion - 10$
- 30 days - 50$
- 60 days - 90$
***Payment Management system: Admin should be able to view the details of the payments made by the user. Details to be captured are:
- Amount.
- Card Details.
- Date of Payment.
- User ID.
Payments should be sent to the Payment Processing Department “external” every day at 11:00 PM.
Physical Stores:
In a brick and mortar campaign, sellers can contact the campaign admin and rent some space in a store by paying fees based on the following parameters:
- The seller has the option of selecting a store based on Strategic Locations (SL). (SL-1 has 400 customers per hour (CpH) visiting the store, SL-2 - 300 CpH, SL-3 - 200 CpH, SL-4 has 100 CpH).
- Each day a user can select the number of hours for renting a place, each hour on weekdays cost 10$ and on weekends it is 15$ per hour.
- Delivery services are also provided at physical stores which cost extra 5$/hour on weekdays and 10$/hour on weekends. These charges are added in the rent for those sellers, who want delivery services for their customers.
- In addition to this, all the buyers in the store can make payments with credit/debit cards which cost 1% of the total transaction for debit payments, and 3% of the total transaction for credit payments.
Notes:
- The user should not be able to access the application without successful authentication/login.
- Upon successful authentication/login/register, the user should select the province and the city from a list of at least 2 provinces and 4 cities.
- A user can post multiple ads in various categories.