Skip to content

An item/document distribution suggestion based on user load calculation.

License

Notifications You must be signed in to change notification settings

I-RzR-I/ItemDistribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet Version Nuget Downloads

This repository results from the need to implement a more dynamic way to assign and document/item to the user for processing. At the base of implementation is a selection that must find the user that is move available and has a few items in processing (coefficient of load).

This is a short description of the base algorithm used for user selection.

The user selection is implemented in a few steps:

  • Find the user with the lowest coefficient;
  • In case when was found more than one user with the same coefficient, then find a new user by his priority (Priority may be the user role, user qualification, or user work experience, etc. The priority is higher as close to 0 as possible is the value.) and return new selection;
  • In case when was found more than one user with the same priority, then find the first user with the most recent activity date.
  • In all-over cases, like an exception, the algorithm will get a random user.

As a result of algorithm execution, you will get 2 user suggestions:

  • a base user distribution suggestion
  • an alternative user suggestion (which is a random user selection).

In case you wish to use it in your project, u can install the package from nuget.org or specify what version you want:

Install-Package ItemDistribution -Version x.x.x.x

Content

  1. USING
  2. CHANGELOG
  3. BRANCH-GUIDE

About

An item/document distribution suggestion based on user load calculation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published