diff options
author | neodarz <neodarz@neodarz.net> | 2018-06-16 17:45:41 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-06-16 17:45:41 +0200 |
commit | cf29b5d4324b03d826615cfbb7f7345c54da1762 (patch) | |
tree | 207a91e21ec2d44a77c26398fe344cc44fa6f6a7 | |
download | liberationCenter-cf29b5d4324b03d826615cfbb7f7345c54da1762.tar.xz liberationCenter-cf29b5d4324b03d826615cfbb7f7345c54da1762.zip |
Add simple README and some specs
-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 |