To have 'repost' tage for mod posts + Repost Report + Mark as repost + New Filter #107
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: degmods/degmods.com#107
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story:
Some people would want to publish mods that they aren't the creator of, where the creator of said mod has not posted on the site (cannot, will not, or for whatever other reason). Currently, users are either typing "(repost)" in the title or mentioning it in the description.
Feature:
To have, in the mod submission page, a toggle "This is a repost of a mod I did not create" (checkbox).
This would add a tag in the published mod post, next to the NSFW tag in the tags section. Here's the html:
<div class="IBMSMSMBSSTagsTag IBMSMSMBSSTagsTagRepost"><p>REPOST</p></div>
To have that tag also on the card version of the mod, here's the html:
<div class="IBMSMSMBSSTagsTag IBMSMSMBSSTagsTagRepost IBMSMSMBSSTagsTagRepostCard"><p>REPOST</p></div>
(Already added the css)
Additionally, ticking the checkbox would reveal a new input text field 'Created by' where they can add the creator's name (or npub, in which case it would turn into a link to that person's profile, fetch the name and swaps the text with that name).
This would result in the need for adding a reporting option for posts that users can submit (I think this is just adding another option / I think I'll go ahead and do that).
And, a need (for the staff npub) to have a new 'mark as repost' which, if clicked, would add the post in question in the npub's repost list (can be removed from it, like the nsfw one), and similar to the nsfw marked by the staff npub, the tag shows in the post and in the card.
Lastly, there needs to be a new filter type to accommodate this too (hide reposts, show reposts). This is for pages like /mods and /profile
To have 'repost' tage for mod posts + Repost Report + Mark as repostto To have 'repost' tage for mod posts + Repost Report + Mark as repost + New Filter