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 contents when subscribing #173

Closed qjqqyy closed 5 years ago

qjqqyy commented 5 years ago

Changes

Autofills title and description when subscribing to feed. Resolves #46


While here also slightly refactor Autofill API:

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 779


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/seedu/address/logic/commands/SubscribeCommand.java 0 9 0.0%
src/main/java/seedu/address/model/entry/util/EntryAutofill.java 8 20 40.0%
<!-- Total: 15 36 41.67% -->
Files with Coverage Reduction New Missed Lines %
src/main/java/seedu/address/model/entry/util/EntryAutofill.java 1 73.21%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 770: -0.6%
Covered Lines: 2089
Relevant Lines: 2515

💛 - Coveralls