Had a skype call with a company PR guy for internship
bot(introduce node scripts with ts-node)
I was searching for a way to run scripts with blitz and found a solution at https://github.com/blitz-js/blitz/issues/952#issuecomment-682268003
bot(add botData field to Product model)
bot(products and stores pagination)
bot(fix update mutation for product data)
bot(add superadmin command to view groupmedia response)
bot(proper way of updating product images data from store's bot)
bot(another better logging)
bot(fix: forgotten to add images in data object)
bot(finally fixed process for saving images in mass)
bot(new command to test image upload only for superadmin(me))
bot(fix profile object for telegram passport strategy)
bot(fix issues when publishing new product with pictures)
found the solution of sending message with pictures(buffer/url)
bot(delete all web resources for products & stores)
since every functionalities is done through the bot, no need to keep web related resources except api stuffs.
This also helps prevent vercel build from failing
This also helps prevent vercel build from failing
bot(fix product images upload issues)
because the upload function was inside a debounce HOF, only the last image was being uploaded. Now i moved the function outside the HOF and all images are now being uploaded.
bot(integrate telegraf-i18n to store's bot)
bot(work on process media draft)
bot(fix product info formatting to publish in group/channel)
bot(addProductWizard: empty object for data if image upload skipped)
this fixes an error mutation error that occurs when adding new imageless product.