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

163 add friends #172

Closed brendacano closed 2 years ago

brendacano commented 2 years ago

okay so I think I was able to get it done to where there's a functionality set up so we can connect it to the backend

Heres some images + video: Screenshot 2021-12-01 234050 Screenshot 2021-12-01 233828 Screenshot 2021-12-01 233811 ezgif com-gif-maker

brendacano commented 2 years ago

To explain a bit, the add friend part would be the part where the user taps the icon and it switches

RafaelPiloto10 commented 2 years ago

@oreorz please review this when you get the chance as you will be connecting the backend. Some ideas to keep in mind -- start by keeping it simple. When the user types a search, cache the email and leave a blank name. When they click on the add, make a request to the backend to try and add the email that the user typed in. If we have time after your tickets, we can try making "search" requests that can populate the search part.