CS2103-AY1819S2-T12-3 / main

MediTabs: Medicine Stock Taking Application
https://cs2103-ay1819s2-t12-3.github.io/main/
MIT License
2 stars 4 forks source link

Improve export command and add JUnit test cases #122

Closed JonathanLeeWH closed 5 years ago

JonathanLeeWH commented 5 years ago

Improve export command implementation by including support for PR #121 addition of notifications of medicine batches that are expiring soon and medicines that are low in stock in the exported CSV file Add ExportCommandTest.java JUnit test cases Add Apache Commons Library Dependency in build.gradle Update README.adoc with Apache Commons Library Dependency

jtankw3 commented 5 years ago

Good work improving your feature and including some tests!