Giter Club home page Giter Club logo

socialwise's Introduction

SocialWise

A Web application that allows you to share your social media presence using OTP's and QR codes.

socialwise's People

Contributors

adhi97 avatar onebutter avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

socialwise's Issues

register page

/register
creating account
username validation (unique, only number and ASCI)

Auth api

possibly JWT but implementation is up to you

at least we need: token, username
that token will be used for

  • GET /user/<username>
    and many other TBD

main page

contain a single form ( target username )
Eventually that should search entire db to provide search on all the users

possible options

  • tag to access
  • temp password to access

user api

user

POST /user/
payload
required
- username: unique string
What happens to the password? does it go to Auth api?

PUT /user/<username>
(start thinking about how to validate this)
(overwrite existing services and aliases)
(for now, don't allow username to be changed)
payload (optional)

    services: [
      {
        type: string
        url: string
      }
    ]
    profile: {
      username: string
      aliases: [
        {
          type: string
          value: string
        }
      ],
    }

GET /user/ (Dont implement this yet)

GET /user/<username>
self explainatory

namecard api

  • I should be able to GET my namecard with the token
  • public should be able to GET <username> namecard as a default
  • public should be able to GET <username>/<tag (e.g. party, randomString)> if the copyCount > 0

Future plan to have multiple way of accessing the tag
like

  • by password
  • by accessing username
  • by time
  • by realtime request
  • etc...

optimize Dockerfiles

RUN apk add --no-cache \
        nginx \
        uwsgi \
        uwsgi-python3 \
        python3 \
        build-base \
        libffi-dev \
        python3-dev

This should be contained as an image. then we should just share it in docker-hub

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.