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.2.0
: #41Sniff v.2.1
: #150Storage
for Sniff v.2.0 What it does:
Save all Appointments that are marked as undone into a SniffAppointments
Save File.
Load Archive Save File when Sniff starts and read in saved appointments.Justification:
This feature improves the product significantly by providing users with a convenient way to store and access appointments.Highlights:
This enhancement also allows users to also export appointments to a different computer.find
command.find feature
and storage
from PE-D. Github Issues: #131 #130COMMUNITY