I'm doing a gold trading system where a user could buy or sale a gold with the store. To buy a gold, the customer have
Posted: Thu May 05, 2022 12:50 pm
I'm doing a gold trading system where a user could buy or sale a gold with the store. To buy a gold, the customer have to register first. Then they place an order for a gold and pay for them with credit card. They would get a receipt that could be used to redeem said gold at any branch. To sell, the system will check if the customer has purchased their gold before. If they didn't purchase enough gold, the system will deny the transaction. For example, if one want to sale 50 ounces of gold to the store but their record show they only 10 ounces the system would deny it.
1. Design the User Interface of this system
2. Develop the Story board for the use case
user Create new account Edit user's data Buy Gold Sell Gold Check purchase history Check price status Check amount of gold in the account Gold Shop
User + name: String + email: String + address: String + idNo: String - password: String -PIN: String 1 1..* Transaction -weight: int + ppu: int +isBuy: Boolean price: int + date: Time - ccNo: String 1 1 Price + buyPpu: int + sellPpu: int 1..* 1 GoldShop + branch: String + email: String + address: String + branchNo: String -AuStock: int
1. Design the User Interface of this system
2. Develop the Story board for the use case
user Create new account Edit user's data Buy Gold Sell Gold Check purchase history Check price status Check amount of gold in the account Gold Shop
User + name: String + email: String + address: String + idNo: String - password: String -PIN: String 1 1..* Transaction -weight: int + ppu: int +isBuy: Boolean price: int + date: Time - ccNo: String 1 1 Price + buyPpu: int + sellPpu: int 1..* 1 GoldShop + branch: String + email: String + address: String + branchNo: String -AuStock: int