From eae493f1165db200a39054076a2b284cfcf68872 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Fri, 31 Jan 2014 09:06:28 +0100 Subject: [PATCH] Ajut de specifs --- doc/Specifications.md | 21 +++++++++++++++++++++ ui/mainwindow.ui | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 doc/Specifications.md diff --git a/doc/Specifications.md b/doc/Specifications.md new file mode 100644 index 00000000..6fd2352d --- /dev/null +++ b/doc/Specifications.md @@ -0,0 +1,21 @@ +# Specifications + +## Client-side concepts + +### Account + * An account is a PGP Key + * An account can be a member of multiple communities + * An account own at least one wallet for each currency he owns + * An account can own multiple wallets of the same currency + * An account must declare the nodes he trusts to receive transactions + * An account must declare the nodes he uses to send transactions for a currency type + +### Community + * A community uses one unique currency + * A community has members + * Each members of the community can issue currency following the rule defined in the community amendment + +### Wallets + * Wallets can own only one type of currency + * Wallets value are the sum of the transactions received and sent that the user listed in this wallet + \ No newline at end of file diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui index f281149d..25283d39 100644 --- a/ui/mainwindow.ui +++ b/ui/mainwindow.ui @@ -27,7 +27,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="walletsTab"> <attribute name="title"> -- GitLab