-
Notifications
You must be signed in to change notification settings - Fork 1
Input Format Plan
Luke Pring edited this page Mar 14, 2025
·
7 revisions
Date: A string (e.g. "14-03-2025") Matching the date format
Time: A string (e.g. "22:41") Matching the time format in 24hour
Appointment Details: A string (No specific format, limit is available memory)
Pet ID: An integer, unique identifier linking appointment to a pet (Will be checked against the database)
Owner ID: An integer, unique identifier linking appointment to an owner (Will be checked against the database)
By Luke Pring and Jack Turner for the Software Development 2 module at University of Roehampton, London.