Reminders

From UBC Wiki

Authors: Enguang Shi, Sizhe Fan

What is the problem?:

We will be implementing a practical application called Reminders using Prolog. Its basic functionalities include adding an event, deleting an event, labeling an event as finished or urgent, setting a repeating event, and setting the reminding time before the event takes place and so on.

What is the something extra?

Our Reminders will not only show the due date of an event but also how many days left and how many days have passed after the event was finished. We also plan to show how many times a specific repeating event has been finished.

What did we learn from doing this?

Links to code etc