Giter Club home page Giter Club logo

quickboosters's People

Contributors

bshelton avatar jsturg4 avatar sirdabs avatar

Watchers

 avatar  avatar  avatar

quickboosters's Issues

Create dev folder under reach module

Currently only users folder has a subfolder named dev. Within that folder, there needs to be a sample_data.py file that creates sample data of the corresponding module.

Create UserRole model

Need a model to hold user to role relationships. This will allow us to identify if a user is a regular member, a booster or an admin.

id: int
user_id: int from users table
role_id: int from roles table

Define all routes and API calls

Hi!
I think we miss a plan for all routes, I want to know what fields and tables the are so i can set up the front-end and know what to start with.

I read your Features & Milestones file and this is what I can find.

Note 1

We should build the system in a way that it can support more games later.

Note 2

I know that I probably miss some fields that is already defiend in database, If so let me know.

Routes

/       = route
[F]     = field in database
[:List] = table like list
[P]     = Api POST route requred

Public routes

  • /home

  • /about

  • /order-public

    • add-order [P]
      • [F] choose-game
      • [F] ordering-detail
    • payment [P]
  • /contact

  • /login [P]

    • /register [P]

      • [F] username
      • [F] email
      • [F] password
      • [F] account-type [Buyer / Booster]
    • /reset-password [P]

      • [F] email

Private routes

  • /dashboard

    • [:List] Match History []
    • [:List] Top players []
    • [:List] Order Details []
    • [:List] Stats []
  • /profile

    • [User-setting]
      • [F] avatar
      • [F] name
      • [F] bio
      • [F] email
      • [F] password
      • [F] account-type
      • [F] balance
      • [F] games[ only for boosters ]
  • /profile/?userid [public profiles]

    • [F] name
    • [F] avatar
    • [F] bio
    • [F] games
    • [:List]reviews []
  • /jobs [only for Boosters]

    • [:List]avalabile-jobs
      • [F] Boost type
      • [F] Boost amount / Rank,
      • [F] Username
      • [F] Reward
    • /accept-job [F: Job_ID] [P]
    • /cancel-job [F: Job_ID] [P]
  • /my-games

    • [:List] added-accounts[ ]

    • /add-game [P]

      • [F] choose game
        • LOL

          • [F] username
          • [F] password [API:save-only-field]
          • [F] choose champoin [id, name, img ]
          • [F] role [ Top, Jungle , Mid , Support , Bot]
          • [F] note
        • CS

          • [F] username
          • [F] password [API:save-only-field]
          • [F] Current_rank
  • /orders

    • [:List] order-detail []
    • /mark-compelete [P]
      • [F] add review note
      • [F] star rating [1-5]
  • /add-order[P]

    • [choose game]

      • LOL
        • boost-type [Solo , Dou]

        • [Current Rank]

          • [F] rank [Diamond , Platinum, Gold, Silver, Bronze, Iron]
          • [F] division [Division I , Division II, Division III, Division IV]
        • Desired Rank

          • [F] rank [Diamond , Platinum, Gold, Silver, Bronze, Iron]
          • [F] division [Division I , Division II, Division III, Division IV]
      • CS
        • [Current Rank]
        • [Desired Rank]
    • /payment

  • /order/?order-id

    • [:List] Live game status []
    • /chat-room
  • /admin

    • [F] Search [P]
    • [:List] Search-result
      • [P] Update-email
      • [P] Send password reset email
      • [P] Ban/Unban
      • [P] Message
      • [P] Refund
      • [P] View transactions
      • [P] View jobs
      • [P] View balance
      • [P] Set balance
      • [P] leave notes
    • /applications [:List]

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.