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

[FEATURE] Refactor Lesson Storage Mechanism #7

Open
xenom34 opened this issue Jun 3, 2024 · 0 comments
Open

[FEATURE] Refactor Lesson Storage Mechanism #7

xenom34 opened this issue Jun 3, 2024 · 0 comments
Labels
enhancement New feature or request hard For those who love challenges help wanted Extra attention is needed

Comments

@xenom34
Copy link
Owner

xenom34 commented Jun 3, 2024

Refactor Lesson Storage Mechanism

Is your feature request related to a problem? Please describe.

Currently, lessons are stored directly in the strings.xml file, which is inefficient for managing vocabulary changes. This file is becoming increasingly heavy and difficult to handle.

Describe the solution you'd like

I would like to change the way lessons are stored to a more manageable and efficient system. The new solution should be compatible with the existing classes such as LessonsStorage.java and Lesson.java. Justified modifications to these classes are acceptable as long as the risk of bugs is minimized.

Describe alternatives you've considered

The developer is free to propose any alternative solution to the current strings.xml storage method, as long as it improves the manageability and efficiency of lesson storage.

Additional context

Ensure that the new storage mechanism integrates smoothly with the current system and minimizes potential bugs during the transition.

@xenom34 xenom34 added enhancement New feature or request help wanted Extra attention is needed hard For those who love challenges labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hard For those who love challenges help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant