Giter Club home page Giter Club logo

nineinteam-vapor-test's People

Contributors

heonha avatar

Watchers

 avatar

nineinteam-vapor-test's Issues

[GET] 해시태그 불러오기

{
"detail": {
"project": [
{
"name": "PYTHON",
"value": "Python"
},
{
"name": "SPRING_FRAMEWORK",
"value": "Spring Framework"
},
{
"name": "AWS",
"value": "AWS"
},
{
"name": "IOS",
"value": "iOS"
},
{
"name": "JAVASCRIPT",
"value": "JavaScript"
},
{
"name": "HTML",
"value": "HTML"
},
{
"name": "JAVA",
"value": "Java"
},
{
"name": "C_SHARP",
"value": "C#"
},
{
"name": "C_PLUS_PLUS",
"value": "C++"
},
{
"name": "REACT",
"value": "React.js"
},
{
"name": "NODE",
"value": "Node.js"
},
{
"name": "VUE",
"value": "Vue.js"
},
{
"name": "MYSQL",
"value": "MySQL"
},
{
"name": "KOTLIN",
"value": "Kotlin"
},
{
"name": "ANDROID",
"value": "Android"
},
{
"name": "SQL",
"value": "SQL"
}
],
"study": [
{
"name": "PYTHON",
"value": "Python"
},
{
"name": "SPRING_FRAMEWORK",
"value": "Spring Framework"
},
{
"name": "AWS",
"value": "AWS"
},
{
"name": "IOS",
"value": "iOS"
},
{
"name": "JAVASCRIPT",
"value": "JavaScript"
},
{
"name": "HTML",
"value": "HTML"
},
{
"name": "JAVA",
"value": "Java"
},
{
"name": "C_SHARP",
"value": "C#"
},
{
"name": "C_PLUS_PLUS",
"value": "C++"
},
{
"name": "REACT",
"value": "React.js"
},
{
"name": "NODE",
"value": "Node.js"
},
{
"name": "VUE",
"value": "Vue.js"
},
{
"name": "MYSQL",
"value": "MySQL"
},
{
"name": "KOTLIN",
"value": "Kotlin"
},
{
"name": "ANDROID",
"value": "Android"
},
{
"name": "SQL",
"value": "SQL"
},
{
"name": "ALGORITHM",
"value": "알고리즘"
}
]
},
"errorMessage": null
}

[GET] teams

{
    "openChatUrl": "http://example.com",
    "content": "This is a team",
    "subject": "Project 1",
    "teamTemplates": [
        {
            "type": "TEXT",
            "question": "What is your experience in this field?",
            "options": null
        },
        {
            "type": "CHECKBOX",
            "question": "Do you have experience with...",
            "options": "Python,Java,React"
        }
    ],
    "types": ["PYTHON", "REACT"],
    "subjectType": "PROJECT",
    "roles": [
        {
            "name": "Developer",
            "requiredCount": 2
        },
        {
            "name": "Project Manager",
            "requiredCount": 1
        }
    ]
}

[GET] /team/hashtags

응답값

{
    "detail": {
        "project": [
            {
                "name": "PYTHON",
                "value": "Python"
            },
            {
                "name": "SPRING_FRAMEWORK",
                "value": "Spring Framework"
            },
            {
                "name": "AWS",
                "value": "AWS"
            },
            {
                "name": "IOS",
                "value": "iOS"
            },
            {
                "name": "JAVASCRIPT",
                "value": "JavaScript"
            },
            {
                "name": "HTML",
                "value": "HTML"
            },
            {
                "name": "JAVA",
                "value": "Java"
            },
            {
                "name": "C_SHARP",
                "value": "C#"
            },
            {
                "name": "C_PLUS_PLUS",
                "value": "C++"
            },
            {
                "name": "REACT",
                "value": "React.js"
            },
            {
                "name": "NODE",
                "value": "Node.js"
            },
            {
                "name": "VUE",
                "value": "Vue.js"
            },
            {
                "name": "MYSQL",
                "value": "MySQL"
            },
            {
                "name": "KOTLIN",
                "value": "Kotlin"
            },
            {
                "name": "ANDROID",
                "value": "Android"
            },
            {
                "name": "SQL",
                "value": "SQL"
            }
        ],
        "study": [
            {
                "name": "PYTHON",
                "value": "Python"
            },
            {
                "name": "SPRING_FRAMEWORK",
                "value": "Spring Framework"
            },
            {
                "name": "AWS",
                "value": "AWS"
            },
            {
                "name": "IOS",
                "value": "iOS"
            },
            {
                "name": "JAVASCRIPT",
                "value": "JavaScript"
            },
            {
                "name": "HTML",
                "value": "HTML"
            },
            {
                "name": "JAVA",
                "value": "Java"
            },
            {
                "name": "C_SHARP",
                "value": "C#"
            },
            {
                "name": "C_PLUS_PLUS",
                "value": "C++"
            },
            {
                "name": "REACT",
                "value": "React.js"
            },
            {
                "name": "NODE",
                "value": "Node.js"
            },
            {
                "name": "VUE",
                "value": "Vue.js"
            },
            {
                "name": "MYSQL",
                "value": "MySQL"
            },
            {
                "name": "KOTLIN",
                "value": "Kotlin"
            },
            {
                "name": "ANDROID",
                "value": "Android"
            },
            {
                "name": "SQL",
                "value": "SQL"
            },
            {
                "name": "ALGORITHM",
                "value": "알고리즘"
            }
        ]
    }
}

[POST] create team

create team backend post body

endpoint: /team/{accountId}
backend 서버에서 응답 500 유저없음 리턴하므로 유효한 값임을 알 수 있음.

{
    "openChatUrl": "http://example.com",
    "content": "This is a team",
    "subject": "Project 1",
    "teamTemplates": [
        {
            "type": "TEXT",
            "question": "What is your experience in this field?",
            "options": null
        },
        {
            "type": "CHECKBOX",
            "question": "Do you have experience with...",
            "options": "Python,Java,React"
        }
    ],
    "types": ["PYTHON", "REACT"],
    "subjectType": "PROJECT",
    "roles": [
        {
            "name": "Developer",
            "requiredCount": 2
        },
        {
            "name": "Project Manager",
            "requiredCount": 1
        }
    ]
}

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.