AgileVentures / AgileVentures/WebsiteOne-FE
Ability to share hangout links for events
- Langage dominant
- JavaScript
- Étoiles
- 3
- Forks
- 22
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
As a logged in user
I'd like to be able to add share a hangouts link to an event
So that it will ping AgileVentuers' slack channels appropriately
## Expected Behavior
We should be able to add a Hangouts link to an event, which sends a message to the backend to hit our `HangoutNotificationService`
## Current Behavior
we don't have such a feature
## Possible Solution
we currently have a route to the backend
```
hangout PUT|OPTIONS /hangouts/:id(.:format) event_instances#update
```
with id being the event's id
it also require a title and hangout_url
this feature will require modifying the back end before successful
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.