From cf29b5d4324b03d826615cfbb7f7345c54da1762 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 16 Jun 2018 17:45:41 +0200 Subject: Add simple README and some specs --- README.md | 3 +++ specs.txt | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 README.md create mode 100644 specs.txt 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 -- cgit v1.2.1