Users must log in once before they can be added to wiki spaces.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

After the user chose a suggestion, the user can extend that suggestion. The UI Add-in will detect that a particular hotkey is pressed and will send a request to ACPLogic providing it with the entry (text that is to be extended) and the type of extension the user wants (e.g. word,sentence or paragraph). ACPLogic will then send a request to retrieve the subsequent text to the DataManager. After the text is retrieved from the DataStore, it is returned to the UI Add-in through ACPLogic and is pasted onto the text editor. 
For reducing of suggestion, UI Add-in will detect that a particular hotkey is pressed and it will proceed to remove the text according to the type of reduction (e.g. word,sentence or paragraph).    Image Removed Image Added

One hit of the hotkey will only extend or reduce the suggestion by one word, one sentence or one paragraph. We have chosen not to have Machine Learning interaction because there is no pattern in which the user extends or reduces a suggestion. Also, we want the user to have full control in how much the user wants to extend.