Giter Club home page Giter Club logo

app-requirement's Introduction

Deliverables:

  1. App (Android & iOS)
  2. Progressive web app(PWA) (webpage adaptable for phone and desktop)
  3. Backend service (provides API for both App and PWA)

Design

  1. App Design
  2. Web Design

Flows:

User flow:

  1. Ask for email ->
  2. Check the database if user existed, if yes, start to create profile (step 6), if not, continue ->
  3. Send confirmation email ->
  4. User confirms the email on email app ->
  5. Ask for first name and last name ->
  6. Ask for avatar ->
  7. Ask for password ->
  8. Start to import connections via Social accounts: Google, Facebook and LinkedIn, if they skip, switch to Phone contacts page (step 12) ->
  9. If they choose any of these, ask for permission via OAuth and get their friends info ->
  10. Store these information in the backend database and send out invitation emails via customer.io ->
  11. Show “notify you once account is ready”, if they click “send invitation”, direct them to Import social connections page (step 9)
  12. Import phone contacts from the phone, and let the user choose who to invite ->
  13. Upload the chosen contacts to the server and send out invitation email/SMS via customer.io

Friend Flow:

  1. Got invitation email ->
  2. Click the link in email ->
  3. Land on User Flow step 1

Backend API

Get user profile

GET /api/user

Login or Register

POST /api/user/login request body json { "email_phone": "[email protected]", "password": "blabla", "create": false, }

User edit

POST /api/user/edit

User connections list

GET /api/user/connections

Invite contacts

to be continued...

app-requirement's People

Contributors

simonzg avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.