You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert "instructors: {}" to array ("instructors:[]") and remove gmail as unique id
Replace id on telegram_id for better clearance
Add service_account section that will indicate gmail account where booking information is stored (good for clearance and easier to app setup). Now it's hardcoded in bot.pl
Inside of service account and "calendars":[] section . So you will be able to refer a calendar only by its name and don't need to check its ID.
Ability to automatically fill first_name and last_name from Telegram
AND! It's a good idea to migrate to one config file based on Config::JSON which allow to write in it and is used by my API::Google lib.
It will allow to remove Mojolicious from main bot.pl dependencies so docker image will take less space.
The text was updated successfully, but these errors were encountered:
I suggest to improve it
"instructors: {}"
to array ("instructors:[]"
) and remove gmail as unique idid
ontelegram_id
for better clearanceservice_account
section that will indicate gmail account where booking information is stored (good for clearance and easier to app setup). Now it's hardcoded in bot.pl"calendars":[]
section . So you will be able to refer a calendar only by its name and don't need to check its ID.first_name
andlast_name
from Telegramdurations
and implement it in codeNow minimal config looks like:
So it will looks like:
AND! It's a good idea to migrate to one config file based on Config::JSON which allow to write in it and is used by my API::Google lib.
It will allow to remove Mojolicious from main
bot.pl
dependencies so docker image will take less space.The text was updated successfully, but these errors were encountered: