aboutsummaryrefslogtreecommitdiff
path: root/specs.txt
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2018-06-16 17:45:41 +0200
committerneodarz <neodarz@neodarz.net>2018-06-16 17:45:41 +0200
commitcf29b5d4324b03d826615cfbb7f7345c54da1762 (patch)
tree207a91e21ec2d44a77c26398fe344cc44fa6f6a7 /specs.txt
downloadliberationCenter-cf29b5d4324b03d826615cfbb7f7345c54da1762.tar.xz
liberationCenter-cf29b5d4324b03d826615cfbb7f7345c54da1762.zip
Add simple README and some specs
Diffstat (limited to 'specs.txt')
-rw-r--r--specs.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/specs.txt b/specs.txt
new file mode 100644
index 0000000..3aee214
--- /dev/null
+++ b/specs.txt
@@ -0,0 +1,45 @@
+WEB <----+
+ |--> CORE <--> BDD
+API <----+ <--> MONEY PROVIDER
+
+PRIVACY BY DESIGN!
+
+# WEB/API
+
+- Login
+- Register
+ - Limit ?
+- Subscription
+ - Mount/Unique ?
+ - "prix libre"
+ - level ?
+- Delete account
+- Get account data
+
+# WEB
+
+- Login
+ - Auto-logout after X minutes ?
+- Tokens
+ - Generation
+ - Remove
+
+# API
+
+- Tokens
+ - Generation
+
+When new connection from app, new token is generated and used for next
+connections
+
+# BDD
+
+## User
+
+### Table
+
+- id
+- surname
+- name
+
+# MONEY PROVIDER