christianjokhaji / UHelper

A Discord bot created for a CSC207 group project at the University of Toronto.
4 stars 4 forks source link

Academic reminders #12

Closed sailoraria closed 4 months ago

sailoraria commented 4 months ago

Implemented partial functionality for scheduling reminders:

In my ScheduledRemindersInteractor I call a controller that converts the user's raw input to a format that allows for event creation (this works very well but I had to have subordinate use case interactors that accept the input data entity in place of the main interactor). The main interactor calls the sub use case interactors to schedule events, and then it will queue an event to send a direct message to the user a day before the events. Idk how to do that yet lmao