erikaliang520 / base_KASE

2 stars 1 forks source link

Related Words and dependency on other Use Cases Discussion #25

Open karkabbage opened 9 months ago

karkabbage commented 9 months ago

Given my recent pull request: #24 Here were my goals and current comments / concerns after reviewing what was pushed recently:

Related Words Use Case:

  1. Output related words to user AFTER they've clicked the translate button. No words will appear if no relevent related words (at developer's discretion) are provided.
  2. If words appear, user may click on any provided word. That click will loop the Translation Use Case, so that word will appear in the input box and automtically have the translation version appear. This makes it similar to GoogleTranslate and is effecient on our end. *

My use case discussion points:

Side notes: