Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Allow users upload their own locales for bot answers #12

Open
8 tasks
fet1sov opened this issue Jul 8, 2024 · 0 comments
Open
8 tasks

FEATURE: Allow users upload their own locales for bot answers #12

fet1sov opened this issue Jul 8, 2024 · 0 comments
Labels
🔧 DEV-Task Tasks for developers Priority: LOW Low priority tasks Status: SCHEDULED Scheduled or planned tasks

Comments

@fet1sov
Copy link
Member

fet1sov commented Jul 8, 2024

Description

User can get the any locale file for example, fill it, and send it to bot.
Then user can setup this locale for his own chat/channel and other.
Bot apply locale by id from table down below

List of functionality requirements

  • Describe user table tg_user_locales

    • id with SERIAL type as PRIMARY KEY
    • tg_chat_id with SERIAL type as FOREIGN KEY (References: to tg_channels.id)
  • Describe proccess of the locale to chat link by using telegram action buttons

    • In menu with list of telegram user channels add button in setting "Set custom locale"
    • Send message with locale example
    • Allow user upload a file
    • Create the row in table and save uploaded under id from this table
@fet1sov fet1sov added 🔧 DEV-Task Tasks for developers Priority: LOW Low priority tasks Status: SCHEDULED Scheduled or planned tasks labels Jul 8, 2024
@fet1sov fet1sov added this to the Addinitional features (#2) milestone Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 DEV-Task Tasks for developers Priority: LOW Low priority tasks Status: SCHEDULED Scheduled or planned tasks
Projects
None yet
Development

No branches or pull requests

1 participant