wuest-halle / wuestbot

Code underlying WUEST's online representations. Includes Telegram chatbot.
GNU General Public License v3.0
1 stars 1 forks source link

Database Input Logic #2

Closed softbobo closed 5 years ago

softbobo commented 5 years ago

I split the input script from the objects representing database entries. Also I fixed initialization of member variables for the objects and transferred the logic to the script.

obitech commented 5 years ago

LGTM, good job

obitech commented 5 years ago

Before merging you should really test if everything is working correctly (since we don't have unit tests yet). You can then merge yourself if you wish.