-
Notifications
You must be signed in to change notification settings - Fork 0
Page Templates
Amtron edited this page Feb 27, 2014
·
15 revisions
User Reputation -> fetched from "User Feedback" table:
- Will display an average of seller rating ( clickable ) -> accesses tools to manage
User Endorsements -> fetched from "User Endorsements" table:
- Will show a count of the users endorsements when clicked on will open up to show more information ( clickable ) -> accesses tools to manage
User information -> fetched from "Users" table:
- Profile Picture -> display picture -> fetched from "User Profile Image"
- User Name -> bold text if set. field if not set (once set can not be changed)
- First name -> editable field
- Last name -> editable field
- Email -> editable field
- Phone -> editable field with area code selection function (the function will allow a user to select a country) -> fetched from "User Mobile/Cell"
- _Password Reset -> request button
- Self Description -> editable text box
User Added Wallets -> fetched from "User Wallets" table:
- Currency type -> bold text non-editable
- Public key -> bold text non-editable
- Wallet confirmed -> displays a green tick when wallet has been confirmed
User Add Wallets -> inputs wallet into "User Wallets" table:
- Currency type -> drop down list selection
- Public key -> editable field
User Trading Activity -> shows trading activity notifications fetched from "Trade" table: Shows a list of recent trading notifications including:
- trade item placements ( clickable ) -> accesses tools to manage
- trade initiations from others users and to other users ( clickable ) -> accesses tools to manage
- feed back requests ( clickable ) -> accesses tools to manage
User Outside Trading Activity -> shows trading activity notifications fetched from "Outside Trade" table: Shows a list of trade notifications that have been made outside of Cryptopia including:
- Deposits ( clickable ) -> accesses tools to manage
- Transactions ( clickable ) -> accesses tools to manage