Draft
Conversation
Allowed any mod developer to comment if they have at least 1 accepted mod on the index. Also introduced 3 locking levels: - No lock - Locked to mod developers and admins - Locked
Collaborator
Author
|
Serverside is basically done, I'll get started on the website part. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for forum-style threads for pending mod_versions.
Current flow:
Technical stuff:
Todos / stuff to consider:
Maybe add support for more image formats on attachments(jpg, png and webp are enough, will add more if anyone complains)Maybe look into having markdown support for comments (requires careful sanitization, ammonia should have all we need but it needs to be configured)(not here, todo in the future)tokio::task::spawn_blockingis fine for image conversionConsider an ACK system for submissions: a certain number for ACKs will automatically approve the mod; could also be a full-on replacement for the current system(out of scope for this PR)Disclaimer: this PR made use of an LLM for planning and small code bits, all double checked by me.