-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature to deactivate the beacon on leader's demand #5
Labels
Comments
I will like to work on this issue please assign it to me @nb9960 . |
For deactivating beacon: No such mutation exists in the backend. |
nb9960
changed the title
Feature to pre-schedule the beacon and deactivating on leader's demand
Feature to deactivate the beacon on leader's demand
Jan 21, 2022
Hey, is this feature being actively worked upon? @nb9960 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to issue #4 in this case too, beacon location should be pre-specified; otherwise, it might lead to process failure. Notification scheduler feature of flutter_local_notifications can also be used to inform users (leader as well as followers if any) when Hike has started.
As of now,
startsAt
field in beacon model is specified asDateTime.now
while creating an hike,createHike
dialog needs to be modified to pre-schedule the beacon.The text was updated successfully, but these errors were encountered: