Coder Social home page Coder Social logo

issue-manager's Introduction

Project - Issue Manager

지라를 모티브한 토이 프로젝트 입니다.

Language & Lib & FW

Javascript, Nodejs, React, GraphQL, MongoDB

데이터 구조

User{
    id              //아이디
    nickName        //닉네임
    password        //비밀번호
    seq             //유저 고유 번호
}

Issue{
    seq             //이슈 고유 번호
    id              //이슈 아이디
    reporter_seq    //작성 유저의 고유 번호
    asignee_seq     //이슈 배정자 고유 번호
    status          //이슈 상태
    priority        //우선 순위
    title           //제목
    description     //이슈 내용
}

Comment{
    index           //코멘트 순서
    issue_seq       //대상 이슈의 고유 번호
    commenter_seq   //작성 유저의 고유 번호
    description     //코멘트 내용 
}

issue-manager's People

Contributors

deeeeno 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.