Git Product home page Git Product logo

egarim's People

Contributors

hayatelatech avatar

Stargazers

 avatar

Watchers

 avatar

egarim's Issues

Discord Auth Integration

User Auth

  • callback "signIn" => if not exist, create DB User & update DB user if exists
  • one user-mysql instance for website/bot related things - points etc.
  • one user-session instance with the encrypted access-token for interacting with the discord API

Guild Management

  • api endpoints for pulling user-guilds and interacting with them

Landing Page

Index = The first page someone sees when opening the Page (both logged in and guests)

  • animated background using utf-8 nut emoji (looks different on each platform and hopefully noice)

  • login + logout

  • I think it'd be nice if there would be a countdown towards the next November and a member count of how many are participating (based on opt-in through website or bot in server)

  • a successful login forwards to the user dashboard

Logged Out

  • basic information + login button

Logged In

  • basic information about the user
  • logout button
  • guild picker (forwards to guild page, if guild is activated and setup)
  • button with user-icon (forwards to user-dashboard)
  • maybe change the layout to display the navbar if logged in?

DB User

This basically resembles a Discord User (with the discord ID being the primary key) with additional information added to it.

Basic Data

  • snowflake : primary_key : integer
  • created_at : date
  • updated_at : date

Additional Data

  • points : integer // used for the points system

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.