CCExtractor / beacon

Flutter application to share location with a group. (under development)
66 stars 147 forks source link

Feature : Adding countdown for hike screen and exit pop up box upon ending #103

Open ItsAdityaKSingh opened 2 years ago

ItsAdityaKSingh commented 2 years ago

Is your feature request related to a problem? Please describe. There is no countdown on the hike screen for how long a hike is active.

Describe the solution you'd like Add a countdown timer instead of the time of expiry on the hike screen. Also, add a pop-up box asking the user to return home as the beacon has expired.

Additional context Any other suggestions or changes are open for discussion.

Are you working on this? (Yes/No) Yes

nb9960 commented 2 years ago

The countdown isn't necessary if expiry DateTime is already mentioned as both provide the same information. For the latter part, hike screen and map should be visible even though it has expired so that one can view the route if needed. If you want to suggest anything then feel free to comment, else I'll close this issue.

ItsAdityaKSingh commented 2 years ago

I was thinking about introducing a timer with end time to make it more user-friendly.

Previously:

Suggested:

ItsAdityaKSingh commented 2 years ago

Also, for the latter part, instead of a dialog box we could show a pop up with message showing 'Beacon has expired' and option to return home, for a few secs.