ProgramCrafter / ratelance

https://ratingers.pythonanywhere.com/ratelance/
10 stars 3 forks source link

Create a TWA (Telegram Web App) for displaying recent job orders #3

Open hitaspdotnet opened 11 months ago

hitaspdotnet commented 11 months ago

This can help them easily access the list of latest jobs from Telegram. If there is no restriction on using React, I can implement this. image

ProgramCrafter commented 11 months ago

I don't really like React so won't be able to maintain it if needed; I think Svelte is a more lightweight framework. Any chance that you could use it instead?

Also, what do you think about Telegram bot? TWA is actually midway between bot and website, so if bot is capable of something, it's not entirely clear whether TWA should also include that.

hitaspdotnet commented 11 months ago

I want to be honest. I'm not familiar with Svelte at all, and the tonConnect UI kit for React looks good, and I don't know how to create a new connector for Svelte.

If approved, I will focus on the bot client after the TWA is finished. We can use the bot to launch TWA and sending notifications for new job orders and job status changes. No more ideas about bot usage. If you have idea, please share it (may in new issue?)

ProgramCrafter commented 11 months ago

I'm not familiar with Svelte at all

I don't know how to create a new connector for Svelte

There is a ready example, even supporting TON Connect! https://github.com/ProgramCrafter/ton-stable-timer/blob/master/web-interface/src/routes/App.svelte

Working with tonconnect-sdk is as easy as with tonconnect-ui, actually.

Let me know when you check this out!

ProgramCrafter commented 11 months ago

!tag #needs-more-discussion