Coder Social home page Coder Social logo

miwallboard's Issues

Incorrect handling of 401

Currently when an API call is made to the Miccsdk and a response of 401 is received, the SPA retries immediately - with the same result. This results in 100x more entries in the IIS log files, which equals massive log files and filling of HDD

UI/UX improvements

The current styling is very flat. Adding tasteful shadows and transitions can improve the "feel" of the app

Add agent detail view in home

Provide a dialog view or side-draw when clicking on an agent. The dialog/side-draw must contain all (most) agent details.

Toggle between percent and whole number

Some users would like to view abandoned and answered values as percentage and not the actual whole number.
Therefore:

  • add a boolean (true/false) to set whether percentage or whole number is displayed
  • update options (ngIf) to display percentage or whole number based on boolean
  • add boolean(s) to settings.json so that a default can be customised.

Set default queue to display on "home"

There is already one solution for this: set in ~/assets/settings.json.

However, in case of multiple queues and different people wanting different queues on default, let's add a "id" to the home url:

  • by default, /home will load the the queue in settings.json
  • /home/:id will load the queue identified by ":id"

Add "agent" component

Similar to #9, but for agent view only. I.e., ~/agent/:id.

Purpose is that there is a URL that can be used to directly view only the agent's performance details. This URL must be present (1) as a clickable icon with each agent and (2) in the detailed side-bar/dialog that appears when clicking on an agent on the home component.

Add version in footer

For easy verification of the loaded app version, and also to provide confirmation that the page has loaded the latest update and not just from cache.

Token refresh

The tokens from MiCCB are long lived. So the current solution is manual: if nothing is getting refreshed, the user can "Clear" tokens and then "Connect" to get a new one.

Going forward, it would be better if the system will use the token refresh options provided by MiCCB

Add a "queue" component

Create a "queue" component so that ~/queue/:id will take you directly to view only the queue details. Same info as shown on /home, but without the agent info.
Note that a Route Guard will need to be in place so that this only works if a valid token is present.

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.