Th3JD / RWTH-LeckerSchmecker

GNU Affero General Public License v3.0
6 stars 0 forks source link

Insert meals into database including similar requests #20

Closed Th3JD closed 1 year ago

Th3JD commented 1 year ago

During meal parsing, the mealID of the meal should be fetched from the database. If a long alias matches, the id is found. If not, the short aliases are checked. If no short alias matches, the meal is definitely new and should be added. If one or more short aliases match, the admins need to decide, whether the meal is new or an alias of an existing one.

Th3JD commented 1 year ago

The admins should be in one Group with the bot, having only access to a third type of Actions: AdminActions