llaske / ExerciserReact

React code of Exerciser Activity. GSoC 2018
Apache License 2.0
15 stars 49 forks source link

Suggestion to prevent data loss in Exercise Activity #171

Closed rockharshitmaurya closed 1 year ago

rockharshitmaurya commented 1 year ago

Currently, when a user creates a new exercise in the Exerciser Activity and leaves the activity without saving, the exercise is lost. This can be frustrating for users who spend time creating exercises, only to have them disappear.

I would like to suggest a feature that could prevent users from losing their new exercises.

UtkarshSiddhpura commented 1 year ago

Running exerciser with npm start has limitations it doesn't provide Sugarizer environment so there's no journal and datastore. Use exerciser in Sugarizer to get data persistence.

rockharshitmaurya commented 1 year ago

I have tried there only here is the result, the same issue there.

https://user-images.githubusercontent.com/46915044/227974206-1e052026-0dc6-4323-9faa-533ce686c85c.mp4

UtkarshSiddhpura commented 1 year ago

You're opening new instance. For old instance you have to open exerciser from journal not listview

rockharshitmaurya commented 1 year ago

tried from there too, same behavior

UtkarshSiddhpura commented 1 year ago

Mine working fine!

llaske commented 1 year ago

I have tried there only here is the result, the same issue there.

When an activity is launch from the List View a new instance is created each time. BTW you can find the history of your instances in the Journal.