hyperoslo / Compass

:earth_africa: Compass helps you setup a central navigation system for your application
http://hyper.no
Other
825 stars 47 forks source link

Add matchCount to find the route with the most matches #28

Closed onmyway133 closed 8 years ago

onmyway133 commented 8 years ago

As a follow up with https://github.com/hyperoslo/Compass/pull/27

There are cases user has 2 routes that overlaps each other (one is a generic of the other) This makes it explicit to select a route by considering the match count

"user:list",
"user:list:{userId}:{kind}",

I love the unit test 😄

zenangst commented 8 years ago

@onmyway133 fantastic job!