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

Remove deprecated text property from Word #1769

Open
6 tasks
Tracked by #100
jo-elimu opened this issue Jul 24, 2024 · 0 comments
Open
6 tasks
Tracked by #100

Remove deprecated text property from Word #1769

jo-elimu opened this issue Jul 24, 2024 · 0 comments
Labels
ux/ui User Experience (UX) / User Interface (UI)

Comments

@jo-elimu
Copy link
Member

jo-elimu commented Jul 24, 2024

https://github.com/elimu-ai/webapp/blob/main/src/main/java/ai/elimu/model/content/Word.java#L21

When creating a new Word, a content creator will no longer type the text of a Word. Instead, she will select the Word's letter-sound correspondences. And the Word text will then be replaced by concatenating the letters in the list of letter-sound correspondences.

  • Remove from JPA entity
  • Add toString() method to entity
  • Remove from database table (add DB migration script)
  • Update controller classes
  • Update frontend files
  • Update CSS files
@jo-elimu jo-elimu added the ux/ui User Experience (UX) / User Interface (UI) label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ux/ui User Experience (UX) / User Interface (UI)
Projects
None yet
Development

No branches or pull requests

1 participant