rhoolan / letterMatchd_CLI

CLI program for comparing Letterboxd users compatibility
0 stars 0 forks source link

FEATURE || watched.js || Store the last compatibility score in a cache and compare previous and current. #3

Open rhoolan opened 1 month ago

rhoolan commented 1 month ago

Store two users compatibility ratings in a cache and show how it has changed each time they compare their ratings.

Cache design:

key: userOne-userTwo : { score : score, date : ldate }

rhoolan commented 3 weeks ago

image

make both numbers, need to re-work how its read in from cache

rhoolan commented 3 weeks ago

image

make both numbers, need to re-work how its read in from cache

Fixed.

rhoolan commented 3 weeks ago

image

Deal with a new score entry.