To have 'repost' tage for mod posts + Repost Report + Mark as repost + New Filter #107

Open
opened 2024-10-30 13:28:36 +00:00 by freakoverse · 0 comments
Owner

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

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
freakoverse added the
Kind/Feature
label 2024-10-30 13:28:36 +00:00
freakoverse changed title from To have 'repost' tage for mod posts + Repost Report + Mark as repost to To have 'repost' tage for mod posts + Repost Report + Mark as repost + New Filter 2024-10-30 14:39:06 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: degmods/degmods.com#107
No description provided.