googleinterns / step28-2020

1 stars 1 forks source link

Trending backend algorithm and files #6

Closed anerishah18 closed 4 years ago

anerishah18 commented 4 years ago

I've typed out the algorithm and made the necessary files for this feature. The algorithm is contained in FindTrending.java and the rest of the files are there for frontend/backend support.

googlebot commented 4 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

anerishah18 commented 4 years ago

@googlebot I signed it!

anerishah18 commented 4 years ago

I renamed the file and will add the tests in the next push because I'm waiting on some file structure setup from Toni.

anerishah18 commented 4 years ago

I see that in my branch on github, both FindTrending.java and FindTrendingCharities.java are listed as files, but on my local editor, I rename the former to the latter, so I'm not sure how to remove that FindTrending file from github.