Hanse00 / LecToCal

Synchronising Lectio schedules into Google Calendar.
Apache License 2.0
5 stars 6 forks source link

Modularize user input #10

Open Hanse00 opened 6 years ago

Hanse00 commented 6 years ago

The program should be able to take in a list of users to run for, from multiple sources such as the command line, a file, or a database.

To achieve this, the way users are provided should have a well defined API, allowing plug-in with other modules that will handle providing the user list from a particular source.

Hanse00 commented 6 years ago

Some testing was done in experiment-dynamic-arguments and experiment-dynamic-loading.