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

Add support for announcements #31

Closed
eikowagenknecht opened this issue Mar 30, 2022 · 1 comment
Closed

Add support for announcements #31

eikowagenknecht opened this issue Mar 30, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@eikowagenknecht
Copy link
Owner

Whenever there is a big new feature (as for exmple a telegram bot), it would be nice to have the possibility to announce that.

Store as a new table "announcements" with fields "date" and "text".

The question is: How to enter new announcements since we have no user interface? A simple way would be to just pase an "announcement.txt" file in the data directory. Whenever this file exists, read the content into the database on the next run and crate an announcement out of it.

@eikowagenknecht eikowagenknecht added the enhancement New feature or request label Mar 30, 2022
@eikowagenknecht
Copy link
Owner Author

Announcements are available now. For now, adding them requires manual execution of code, though. Or a direct edit of the database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant