Git Product home page Git Product logo

dreamteam-production's Introduction

DreamTeam

Structures

User

{
    "id": 0,
}

Organization

{
    "id": 0,
    "title": "",
    "description": "",
    "director": 0,
    "associatedUsers": [0],
    "email": "",
    "password": ""
}

Score

{
    "efficiency": 0,
    "loyalty": 0,
    "professionalism": 0,
    "discipline": 0,
    "rang": ""
}

RatingPreferences

{
    "id": 0,
    "start": 0,
    "end": 0,
    "orgID": 0
}

GroupRatingEvent

{
    "id": 0,
    "group": "",
    "date": 0,
    "preferences": RatingPreferences
}

AverageGroupRatingOfUser

{
    "event": 0,
    "user": 0,
    "score": Score
}

AverageOrganizationRatingOfUser

{
    "id": 0,
    "user": 0,
    "date": 0,
    "score": Score
}

Container

{
    "type": "",
    "data": {}
}

Community

{
    "id": 0,
    "members": [0]
}

Group

{
    "id": "",
    "title": "",
    "description": "",
    "children": ["groupsIDs"],
    "parent": "",
    "org": 0,
    "community": 0,
    "admin": 0,
    "creator": 0,
    "date": 0
}

GroupInvitation

{
    "id": 0,
    "status": "",
    "receiver": 0,
    "initiator": 0,
    "group": "",
    "date": 0,
    "accepter (optional)": 0,
    "repliedAt (optional)": 0
}

State

{
    "groupAdministrating": {
        "usersAddedToGroup": [{
            "user": 0,
            "group": ""
        }],
        "usersLeft": [{
            "user": 0,
            "group": ""
        }],
        "byOrganizator": {
            "usersRemoved": [{
                "user": 0,
                "group": "",
                "organizator": 0
            }],
            "groupInvited": [{
                "invitation": 0,
            }],
            "creationAccepted":{
                "group": "",
                "by": 0,
            },
        },
    },
    "groups": {
        "kickedOut": [""],
        "invited": [{
            "initiator": 0,
            "group":"",
        }],
        "added": {
            "invitation": 0,
        },
        "creationAccepted":{
            "group": "",
            "by": 0,
        },
        "groupDeleted": {},
    },
    "organizating": {
        "usersAddedToGroup": [{
            "user": 0,
            "group": ""
        }],
        "created": {
            "group": "",
            "creator": 0,
        },
        "groupInvited": [{
            "initiator": 0,
            "group":"",
            "receiver": 0,
        }],
        "newUserInGroup": {
            "invitation": 0,
        },
        "usersRemovedByOrganizator": [{
            "user": 0,
            "group": "",
            "organizator": 0
        }],
        "usersRemovedByAdmin": [{
            "user": 0,
            "group": "",
            "admin": 0
        }],
        "usersLeft": [{
            "user": 0,
            "group": ""
        }],
    },
}

dreamteam-production's People

Contributors

staterijndael avatar

Stargazers

Rustam Khusainov 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.