sandboxnu / cooper

A tool for Northeastern students to both submit reviews of their co-ops and filter through reviews of co-ops left by other students.
https://coopernu.vercel.app/
2 stars 0 forks source link

Include fuse.js into Cooper #75

Open joshw2048 opened 1 month ago

joshw2048 commented 1 month ago

We'll be using the fuse.js library to do fuzzy searching. When a new package is introduced into a repo, we need to make sure that it's reflected in things like our pnpm-lock.yml file so that when others install the project, they're aware that fuse.js is a new dependency.

Talk to a older team member if you need help with this. It's a lot simpler than it seems, there's just a bunch of annoying config type stuff to do.

Acceptance criteria: