seawolf1024 / pe

0 stars 0 forks source link

improper prompt #1

Open seawolf1024 opened 1 year ago

seawolf1024 commented 1 year ago

When user add a todo that contains the key word for deadline, even it is not related to time, the app will still prompt the user to add a deadline. Input: todo go home by bus Output: This todo seems to suggest that this is a deadline type task. You could consider using the deadline command instead.

image.png

soc-pe-bot commented 1 year ago

Team's Response

Thanks for bringing this up but these are the reasons why we labelled this as NotInScope:

  1. The word by has different meanings when used in a different context. To catch such nuances, we would have to implement natural language processing into Apollo to decipher what the user means, which is a possible but non-trivial improvement.
  2. The user prompt is merely a suggestion and does take into account the various nuances in the word by with the phrase 'This todo seems to suggest...'.
  3. Moreover in the UG, it is stated at Apollo will give this suggestion when the words by and due are detected in the task description. This does not imply that Apollo is able to catch nuances in meaning.

Ultimately, this is only a UX feature that improves user experience. It would be pedantic to consider it as 'improper'.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your reason]