CS2103-AY1819S2-W10-1 / main

📖☕ README integrated bookmark manager and feed reader application
https://cs2103-ay1819s2-w10-1.github.io/main/
MIT License
3 stars 5 forks source link

feeds command not working as expected #146

Closed nus-se-bot closed 5 years ago

nus-se-bot commented 5 years ago

Describe the bug Typing feeds command updates the message in CLI but does not show any feeds. Not being able to use this command results in the whole section under the Feeds Context such as subscribe to be unusable.

To Reproduce Steps to reproduce the behavior:

  1. Open the main app and go to the command line input
  2. Type feed https://live.engadget.com/rss.xml to check whether there are any feeds, feeds exists: image
  3. Type feeds and sees nothing although CLI message is updated: image
  4. Type feeds t/Business and sees nothing although CLI message is updated: image

Expected behavior A list of all existing feeds or a list of feeds under the tags Business to be shown.


Reported by: @case141 Severity: High

[original: nus-cs2103-AY1819S2/pe-dry-run#373]

qjqqyy commented 5 years ago

feed and feeds are different commands, maybe we can rename feed to viewfeed or openfeed

qjqqyy commented 5 years ago

closing as its a documentation comprehension issue