Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The booking system will be implemented as a set of command - line tools that must satisfy the following criteria, in addition to the requirements

The booking system will be implemented as a set of command-line tools that must satisfy the following criteria, in addition to the requirements below.
run on the Linux version that you are using on campus
take command-line arguments as input
it must have a help command that describes the command-line arguments
it must provide output either to a file and/or to standard output, so that it can be used by another command-line tool in the system
if providing output via standard output, it means the output can also be piped to a file using the Linux pipe operators
you can choose in what data format you will store any internal data, e.g. JSON, xml, or something else entirely.
Requirements
Configure the system
In order to use the booking system, a student should be able to configure the system to connect to their WeThinkCode_ Google calendar, and the Code Clinic Google calendar.
It should be possible to verify that the tool is configured correctly by checking that the connection to Google Calendar is successful.
Configuration data should be stored in a hidden file in the users home directory.
View calendars
In order to view bookings, a student should able to download the students google calendar and the Coding Clinics Google calendar.
Only the next 7 days (including the current day) data must be downloaded. Weekends and public holidays are counted in the 7 days.
The calendar data should be stored in a file on the local workstation.
Each time the tool is run, the data file must be updated with latest 7 days of data. Old data can be discarded.
If the data file already contains the latest data, then do not download the data again.
the data read from the file should be displayed in a convenient, easy to read layout on the screen.
Make a booking
In order to book a slot, the student should specify a slot by date and time and all calendars should be updated accordingly.
The data file should also be updated with the latest booking information.
A slot can only be booked if there is a volunteer allocated to that slot.
The booking should also have a description of help that they need.
The duration for each slot is half hour.
Do not allow a slot that is already booked to be double booked.
Volunteer for a slot
As a student that wants to volunteer their time in the coding clinic, I want to indicate my availability for a specific slot.
Do not allow double booking for volunteers
The booking should also show on the volunteers personal Google Calendar
The data file for the volunteer should be updated as well

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

More Books

Students also viewed these Databases questions

Question

=+6. What benefit or advantage does the product/service offer?

Answered: 1 week ago