beans
beans copied to clipboard
Bringing people together, one cup of coffee at a time
Bumps the all-dependencies group in /frontend with 12 updates: | Package | From | To | | --- | --- | --- | | [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware) | `2.0.6` | `3.0.0` |...
We modified the match_utils so that the meeting weights between 2 users are calculated based on attributes instead of being uniformly set to 1
When a user is signed up for multiple emails, we currently send 1 email per subscription and time slot. As users sign up for more meetings, they will find that...
Sendgrid has a feature to categorize emails: https://docs.sendgrid.com/for-developers/sending-email/categories While debugging emails in Sendgrid, we thought it would be useful to distinguish between the different emails that we send. In particular...
We have a few manual steps listed in the [Getting Started ](https://github.com/Yelp/beans/wiki/Getting-Started) and [Contributing](https://github.com/Yelp/beans/wiki/Contributing). In particular, two files need to be created `frontend/lib/config.json` and `api/client_secrets.json` and the venv needs to...
The fact that you have to opt into meetings again each week (1 by 1 especially) provides a barrier to entry that may be losing people who would otherwise do...
In line with #46, we need a way to delete existing subscriptions. We currently want to consolidate existing subscription times into one time, and even completely delete unused subscriptions. The...
If a user clicks on the link then it will create the event in their timezone and not in the timezone the event is in. This can lead to the...
Currently users have to select their preferred time and then click set preferences and it is easy to forget to click the set preferences button. We should instead save the...
If beans were to support matching in a specific city and support neighborhood matching in that city, we would want an expandable way to match people based on their location....