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

Refresh Button Minor Bug When No Word Found for User #123

Open
5 tasks
mlajkim opened this issue Nov 12, 2023 · 0 comments
Open
5 tasks

Refresh Button Minor Bug When No Word Found for User #123

mlajkim opened this issue Nov 12, 2023 · 0 comments
Assignees
Labels

Comments

@mlajkim
Copy link
Contributor

mlajkim commented Nov 12, 2023

Background

When a user without any words (or AKA no semesters so far) won't have his/her preference updated when the refresh button is clicked (or automatically clicked once you open Wordnote on browser).

This is due to the fact that the refresh flow ends when the latestSemester is undefined (when the user never has created a single word yet) as the red square in following activity diagram:
image

TODOs

  • Fix the diagram
  • Fix the flow (so that the getPreference() is always run
  • Make sure that the getSemesters() and getPreference() run simultaneously
    • Make sure that the simultaneous run is well documented in standard.
  • Write more TODOs
@mlajkim mlajkim added the bug label Nov 12, 2023
@mlajkim mlajkim self-assigned this Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant