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

Autofill feed tag when subscribing to a feed initially #198

Closed thomastanck closed 5 years ago

thomastanck commented 5 years ago

Autofill feed tag when subscribing to a feed initially.

When subscribing to a feed with sub l/https://some.feed/, it gets added without any tags, so the resulting links added to the reading list also have no tags. It would be good if the default behaviour for subscribe instead autofills a tag so that the links added to the reading list are tagged as well.

Summary of changes:

maim0

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 986


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/parser/SubscribeCommandParser.java 18 19 94.74%
<!-- Total: 24 25 96.0% -->
Totals Coverage Status
Change from base Build 981: 0.02%
Covered Lines: 2533
Relevant Lines: 2776

💛 - Coveralls