Code Monkey home page Code Monkey logo

subgbackend's Introduction

SUBGBackend

SUBG App Backend

This will haunt me in my dreams.

Type: [1, 2, 3]

Location: ['SJT', 'TT', 'SMV', 'GDN']

Routes:

GET /roundData:

Response:

round1 (Boolean) round2 (Boolean)

User:

GET /user/getNotRegistered:

For participants who are not registered

Response:

gravitasID
name

GET /user/getAll:

For all participants

Response:

gravitasID
name

Team:

POST /team/registerTeam:

Request:

name1
gravitasID1
name2
gravitasID2
name3 (optional)
gravitasID3 (optional)

Response:

ObjectID of new document for team

POST /team/findTeam:

Request:

name1
gravitasID1
name2
gravitasID2
name3 (optional)
gravitasID3 (optional)

Response:

memberID1
memberID2
memberID3

Task:

POST /task/assignTask:

Request:

name
type
location
teamID

Response:

teamID
type
location
reqTask: [{ (Array of tasks that were assigned)
_id
name
type
location
description
ongoingTeams (array without the current team added)
completedTeams (array without the current team added)
points
}]

POST /task/getOngoing:

Request:

teamID

Response:

[{
_id
name
type
location
description
ongoingTeams (Array for the task)
completedTeams (Array for the task)
points
}]

POST /task/getCompleted:

Request:

teamID

Response:

_id
name
location
description
ongoingTeams (Array for the task)
completedTeams (Array for the task)

POST /task/completeTask:

Request:

teamID
type
name
location

Response:

_id
name
location
description
ongoingTeams (Array for the task)
completedTeams (Array for the task)

POST /task/countPoints:

Request:

teamID

Response:

[ { _id: {}, totalPoints: Number } ]

subgbackend's People

Contributors

namsnath avatar

Watchers

 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.