aboutsummaryrefslogtreecommitdiff
path: root/specs.txt
diff options
context:
space:
mode:
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