Bestagons / quack

An app that increases the quality of life of Emory students by adding value to the experience of getting food at dining halls on campus.
https://quack-app.github.io/
MIT License
5 stars 2 forks source link

Toggle favorite backend #165

Closed DDVD233 closed 2 years ago

DDVD233 commented 2 years ago

Small ticket. Hopefully easy to review/

RafaelPiloto10 commented 2 years ago

@DDavid233 do you plan to make a separate PR for integrating this with the front end? I think its fine to do it here since its so small. You can use Auth().isTest() in your http request on toggle to avoid making the HTTP request when testing as that causes an error

DDVD233 commented 2 years ago

@RafaelPiloto10 Yes, I was actually doing it this morning. I had to modify auth.dart to make it work, but then I realized you modified it too...So while I am currently not opening a PR for it, I have it under frontend-toggle-favorite branch.