diff options
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | specs.txt | 45 |
2 files changed, 48 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c802e2 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# LiberationCenter + +Simple service to download APK if user want buy it elsewhere that the playstore. 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 |