-
Ark is a desktop delivery management application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
-
It is a Java application intended to help delivery manager manage the parcels they need to deliver.
-
A more sophisticated GUI that includes a list panel and an in-built Browser.
-
More test cases, including automated GUI testing.
-
Support for Build Automation using Gradle and for Continuous Integration using Travis CI.
-
-
This application was built on top the the Address Book (Level 4) application