lexorank-ts icon indicating copy to clipboard operation
lexorank-ts copied to clipboard

A reference implementation of a list ordering system like JIRA's Lexorank algorithm

Results 11 lexorank-ts issues
Sort by recently updated
recently updated
newest added

As far as I can tell, this library provides everything needed to rebuild the rankings for a list. But, there doesn't appear to be a utility method to pull everything...

The README doesn't indicate that there are different number systems or how to switch between them. I stumbled upon it while looking at the TypeScript definitions. I'd be interested in...

You should expose your rank group class with extensibility.

Hi Is "-" a valid character in the rank string? I am getting "-" in the rank (0|0000-8) string while generating rank using "between" and "getNext" And if I try...

I've watched the [LexoRank video](https://www.youtube.com/watch?v=OjQv9xMoFbg) linked from the README, but I couldn't work out from either the video or the README how to best use the library. When reordering an...

While looking at the source, I noticed that `LexoRank.max()` returns the max value for the first bucket and not the max value permissible. I thought maybe this was a bug...

Very good case - create new items with some rank not based on last items rank but just based on current timestamp. In this case I can be totally sure...

The first position is alway "0|000000:" If u ask `getPrev()` on this position u will have alway the same "0|000000:" This leads to subsequent errors as there are equal ranks...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies