-
Notifications
You must be signed in to change notification settings - Fork 4
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
Roadmap #97
Comments
Mentions/Comments: |
For users who deleted him/herself:
Deactivated accounts:
Hopefully this does answer some of your questions? |
👍 Yes, thank you :) |
This is the roadmap of the remaining features I intend to implement in the server over the next time.
Documentation
Fully automate Transifex integration
The syntax to update all details of a resource is
Placeholders therein:
TOKEN
,RESOURCE
(2×),NEW_NAME
,PRIORITY
,CATEGORY
(list)Valid priority is
"normal"
"high"
"urgent"
.To delete an existing resource, use
--request DELETE
and omit-d ...
and the content-type header.CMD_SETUP_TX
command and all parameters can be set via the Widelands admin UI.Then every server maintainer can setup new add-ons, and not just Transifex maintainers.
@mentions in comments
[ ] An option to subscribe/unsubscribe to receiving notifications about all new comments on a specific add-on, like for forum threads, might also be nice but probably overkill – opinions?Re widelands/widelands-website#359
Whitelist / Blacklist
When a trusted member of the development team uploads an add-on there is probably no need to mark it unverified automatically every time. And the twice-daily Europeans updates are also not a likely source of spam ;) I want to allow adding some rules like "when user A uploads add-on (B | any) then set security status to C (and | or) quality to D" to override the defaults.
There has been no spamming the add-ons server yet (though a few instances of what might have been failed hacking attempts) but the possibility to block individual users from uploading content and/or commenting on (specific or all) add-ons should better be implemented early so we have it ready if we ever need it.
I'm not sure whether users who deleted their account and users whose website account has been deactivated due to spamming can still connect to the server if they set a gaming password in time; but the server does not perform any checks for this yet. I also don't know whether a deleted user's old username will still be shown. I assume there are related flags somewhere in the database – @frankystone do you know which columns in which tables are relevant for this?
Versioning
The text was updated successfully, but these errors were encountered: