Account: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Accounts==
==Accounts==
[[File:Transaction.png|right|middle|border|Hover info of a Transaction]]
[[File:Transaction.png|right|middle|frame|Hover info of a Transaction]]


<a class="image" title="Hover info of a Transaction"><img alt="Hover info of a Transaction" src="/images/6/67/Transaction.png" decoding="async" style="vertical-align: middle" class="thumbborder" data-file-width="829" data-file-height="201" width="829" height="201"></a>


Decide if account numbers should be in order per user or not (anonymity)
Decide if account numbers should be in order per user or not (anonymity)
* In the real world there is no "index" of account numbers and no "this account is owned by X"
* In the real world there is no "index" of account numbers and no "this account is owned by X"
* We could intentionally hide the account in general except if getting a transaction or sending money
* We could intentionally hide the account in general except if getting a transaction or sending money
Line 15: Line 12:
** Shops probably will have a "VIP" feature with named accounts anyway that needs to be activated (trademarks)
** Shops probably will have a "VIP" feature with named accounts anyway that needs to be activated (trademarks)


<pre class="mw_paragraph">examples = {"pay Kade 5",<br />    "pay Kade:test 5 thanks for shopping!",<br />    "pay :myacc 5",<br />    "pay *100056 5 why u always lyin?",<br />    "pay Kade:5034 5"}</pre>
<source>
examples = {"pay Kade 5",
"pay Kade:test 5 thanks for shopping!",
"pay :myacc 5",
"pay *100056 5 why u always lyin?",
"pay Kade:5034 5"}
</source>
 
* Transaction History
* Transaction sharing (sharelocal)
* Account switching
* Account Naming
* Trademark naming

Latest revision as of 00:26, 14 March 2020

Accounts

Hover info of a Transaction


Decide if account numbers should be in order per user or not (anonymity)

  • In the real world there is no "index" of account numbers and no "this account is owned by X"
  • We could intentionally hide the account in general except if getting a transaction or sending money
  • Sending money without account number would still work
    • /money pay [playername]
      This would only expose the main-account of the user. Not secondary "hidden" accounts.
    • Hiding accounts might be a nice feature
    • Shops would not need an account on the sign
    • Shops probably will have a "VIP" feature with named accounts anyway that needs to be activated (trademarks)
	examples = {"pay Kade 5",
				"pay Kade:test 5 thanks for shopping!",
				"pay :myacc 5",
				"pay *100056 5 why u always lyin?",
				"pay Kade:5034 5"}
  • Transaction History
  • Transaction sharing (sharelocal)
  • Account switching
  • Account Naming
  • Trademark naming