mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# CatAsk to-do
|
|
|
|
* [ ] fediverse verification
|
|
* [ ] setting: set custom background image
|
|
* [ ] setting: automatic answer crosspost to fediverse
|
|
* [x] translation support
|
|
* * [x] translating strings with flask-babel
|
|
* * [x] changing language based on `Accept-Language` request header
|
|
* * [x] setting default language in admin panel
|
|
* * [x] setting in admin panel to allow/disallow users changing language themselves
|
|
* [x] completed website
|
|
* [-] documentation website
|
|
* * [x] installation
|
|
* * [ ] api docs
|
|
* [x] pwa support
|
|
* [-] import/export support
|
|
* * [x] implement support for importing/exporting catask data
|
|
* * [ ] implement support for importing retrospring data
|
|
* [x] content warnings
|
|
* [x] split admin panel into multiple pages
|
|
* [x] multiple anti-spam options
|
|
* * [x] basic antispam
|
|
* * [x] recaptcha v2
|
|
* * [x] more captchas?
|
|
* [ ] collapse long questions & answers
|
|
* [x] add custom emojis
|
|
* [x] move to toastify for alerts
|
|
* [x] make stuff more accessible
|
|
* [ ] implement private questions
|
|
* [x] deleting answered questions OR returning them to inbox like retrospring does
|
|
* [ ] bulk deleting questions from inbox
|
|
* [ ] blocking askers by ip
|
|
* [x] make an admin page
|
|
* [x] implement an optional blacklist of words
|
|
* [x] add more customization options (theme + favicon)
|