Skip to content

Input Format Plan

Luke Pring edited this page Mar 14, 2025 · 7 revisions

Appointments

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)

Pets and Owners

Clone this wiki locally