Code Monkey home page Code Monkey logo

servicedeskbot's Introduction

README

Source structure

├── app
│   ├── handlers
│   │   └── fileanissue.js
│   └── models
│       ├── columne.model.js
│       ├── label.model.js
│       ├── milestone.model.js
│       └── project.model.js
├── assets
│   ├── json
│   │   └── github_organization.json
│   └── it-helpdesk-structure.xlsx
├── config
│   ├── .env
│   ├── constants.js
│   ├── index.js
│   └── mongodb.js
├── package.json
├── README.md

Setup

  • Start MongoDB
$ sudo service mongod start
  • Run node server to create github structure from json
$ node createGitHubStructure.js
  • After structure already has created, stop node server

  • Run node server

$ node index.js

Service Desk Bot Flow

1. Create issue on Workplace

  • Pattern to create a issue on workplace
@Bot_name Title_of_Issue#Assignee#Priority#Type_of_Issue
  • Priority such as: High, Low, Medium
  • Type of issue such as: Access/Login, Desktop/Laptop/Hardware, Internet/Intranet ...

Example: @ServiceDeskBot Can't Login Desktop#smartbiz#High#Access/Login

  • Workplace will post a message if create a issue is success

2. Handle issue on github

  • Click on issue's link on workplace to see detail on github as below

  • Issues are organized as dashboard below

  • After close a issue, this issue will auto move to Close column on dashboard

3. Workplace notify the issue is close

  • Workplace will notify as below

servicedeskbot's People

Contributors

agiledigitaltransformation avatar smartbiz avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

servicedeskbot's Issues

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.