Sniff is a Command Line Interface (CLI) Appointment Tracker
designed specifically for veterinary clinics in Singapore.
Its main functions are to track various appointments of types: Surgery, Vaccination, & Consultation via uid, date, and appointment type to help clinics better manage their working staff.
Given below are my contributions to the project:
Sniff v.1.0
: #11Archive
for Sniff v.2.1 #148 What it does:
Save all Appointments that are marked as done into an Archive Save File (different from Appointments Save File).
Load Archive Save File when Sniff starts and read in Archived Appointments. When user types archive
on the CLI interface, it shows the list of archived appointments.Justification:
This feature improves the product significantly by providing users with a convenient way to view all completed appointments.Highlights:
This enhancement also allows users to also export their data to a different computer.remove feature
from PE-D. Github Issues: #85 #90 #106 #113 #120 #129COMMUNITY