Git Product home page Git Product logo

awesomeqa-ticket-challange's Introduction

Awesome ticket challenge

Backend

Steps to setup the backend environment:

  1. Download the ticket data here
  2. Place it in data/awesome_tickets.json
  3. Run make setup
  4. Run make run
  5. Try it by calling http://localhost:5001/tickets

Frontend

  1. Run make setup
  2. Run make run
  3. Open it: http://localhost:3002

Features

In this challange I created a fullstack application, which gives discord server moderators to handle tickets.

Some of the key features are:

  • filtering for:
    • status of the ticket
    • usernames
    • date of message
  • the possibility to search in the messages
  • sorting based on:
    • date
    • username
    • status
  • closing tickets
  • reopening tickets
  • deleting tickets permanently
  • revealing the context messages for given tickets
  • opening the messages directly in discord

There also some mentionable things in the backend:

  • on the first server startup, the data will be read from an unstructured data
  • then the data will be structured to classes, leaving all the necessary data in the structure
  • this structured data will be then saved as a new file
  • on any other server startup, this new - now structured - file will be read, thus saving a little computing power
  • there is also an option for saving the authors, messages and the tickets to a csv file

showcase

awesomeqa-ticket-challange's People

Contributors

matyas-gubis avatar korabs-x 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.