-

@ mleku
2025-04-05 21:08:55
this would be easier to do with a microservice
i'm literally in the midst of writing a recommendation engine and it has a database of recorded recommendations and i'm just building out the response endpoint that it requires
the architecture of your intended system is almost identical in most respects, add item to list, random select item, record item was given, don't give item again next time
it's not a front end thing, this requires a database and an API
i could probably build it in 5 days at about 3-4h/day work once i have the full data spec and user story