bot: fix insertDraft by pushing new entries to json array
bot: create model to save user's uploaded image metadata
this model is just to save raw metadata from uploaded images which will be used to later on to upload them elsewhere in the background
bot: adjust processMediaMessage for single images too
bot: addProductWizard prompts for name, description, amount
bot: addProduct consent prompt
bot: modify processMediaMessage() to make it more usuable
finally figured out how to get & save images by group media in telegrafjs
My implementation can be found at https://gist.github.com/waptik/dff071a40d87507da497555ede8599c4 . It's mainly based on https://github.com/TGxTG/TOUGAO/blob/master/src/model/Message.js#L86
I tested it by setting up a middleware that sends me the final group msg
I tested it by setting up a middleware that sends me the final group msg
finally got npm.im/bull working for bot
changed redis host from upstash to railway
set cronjob check to every 5 minutes
showed local work to friend by tunneling using localtunnel
rough webpages for homepages, services, faqs and contact us
sanity schema for homepage, faqs
setup github actions with https://github.com/sanity-io/github-action-sanity
create ML product about friend's website
integrate sanity into blitz(friend's website)
setup and deployed sanity studio for friend's website
learn basics of sanity.io
setup an email integration for each environments(dev, staging, prod)
using preview-email for local dev, ethereal + nodemailer for preview environment and sendgrid for production. All hosted on vercel