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

Allow to save default config #16

Open
dyaskur opened this issue Aug 30, 2023 · 1 comment
Open

Allow to save default config #16

dyaskur opened this issue Aug 30, 2023 · 1 comment
Assignees

Comments

@dyaskur
Copy link
Owner

dyaskur commented Aug 30, 2023

Related to issue #13, it's essential to implement the saving of default configurations.

Currently, the default poll configurations are as follows:

Is anonymous (default: false)
Is allowed to add options (default: true)
Is allowed to close (default: allowed for the creator)
These defaults are hardcoded, and it's crucial to enable the ability to save default configurations on a per-chat space basis.

This implementation may require a change in the Terms of Service (TOS) because it needs a new storage mechanism to store the default configurations. As of now, the app doesn't store any data in our database. The database itself is within chat messages, which are not visible to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants
@dyaskur and others