GithubHelp home page GithubHelp logo

pawlovskiii / technical-platform-support-analyst Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 24 KB

Use Freshdesk’s API documentation to build API calls to extract the following information: 1. CSAT score for today 2. All tickets resolved today

Python 55.73% JavaScript 44.27%
python json requests type-hints freshdesk-api javascript unirest

technical-platform-support-analyst's Introduction

Recruitment Assignment - Technical Platform Support Analyst

Table of contents

General info

Your manager asked you to analyze some reporting data coming from Freshdesk ticketing system. Please use Freshdesk’s API documentation to build API calls to extract the following information:

  • CSAT score for today
  • All tickets resolved today

Additionally, in the interview, I was supposed to solve an algorithm problem with a provided list of dictionaries (Python) or objects (JavaScript). I decided to extend the current repository to involve solutions both in Python and JS. I placed it in the interview_algo_solved folder. In the Run the project I explained how to run these files with solutions.

Setup

These are the crucial steps to configuring and running the project. I provided solutions within Python and JavaScript. To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

# Clone this repository
$ git clone https://github.com/pawlovskiii/Technical-Platform-Support-Analyst

# Go into the repository
$ cd Technical-Platform-Support-Analyst

Installing dependencies

# To download all the necessary Python packages needed for the project
$ pip install -r requirements.txt

# Install dependencies for the JavaScript version
$ npm install

Run the project

To run the Python version type the below commands in order:

$ cd py_version

$ python main.py

To run the JavaScript version type the below commands in order:

$ cd js_version

$ node main.js

To run the Python version of the algorithm task provided in the interview type the below commands in order:

$ cd interview_algo_solved

$ python pyVersion.py

To run the JavaScript version of the algorithm task provided in the interview type the below commands in order:

$ cd interview_algo_solved

$ node jsVersion.js

technical-platform-support-analyst's People

Contributors

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