Skip to content
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

History management #14

Open
LijuJacob08 opened this issue Jan 7, 2025 · 0 comments
Open

History management #14

LijuJacob08 opened this issue Jan 7, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@LijuJacob08
Copy link
Contributor

LijuJacob08 commented Jan 7, 2025

Things to cover -

  • Use React native async storage to save the book ,chapter, verse state
  • need to implement history management, allowing users to resume work from where they left off.
  • update the state whenever there is a change in B,C,V (use key-value pair storing 'projectName' - [b,c,v] )
  • delete key/value entry from async storage on deleting the project
  • check for async storage if data is available then initialize the bcv based on its value , or initialize it with first book available,1 chapter, 1 verse
@LijuJacob08 LijuJacob08 self-assigned this Jan 7, 2025
@LijuJacob08 LijuJacob08 added the enhancement New feature or request label Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant