Skip to content
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

Feature Request: Public/Hidden Mod Listing #16

Open
refringe opened this issue Nov 26, 2024 · 3 comments
Open

Feature Request: Public/Hidden Mod Listing #16

refringe opened this issue Nov 26, 2024 · 3 comments

Comments

@refringe
Copy link
Contributor

A feature like on ArtStation when you create a new portfolio item, but for creating a mod page on the Forge. Ability to set the mod to public or hidden. This way we can work on the mod page before making it public. Maybe should make it only available before setting it to public so people don't abuse the function to all of a sudden hide their mods or by accident.


Originally written by MoxoPixel

@refringe
Copy link
Contributor Author

I believe this is already a thing with how we are going to handle publishing mods.

Basically, you will need to set if a mod is published or not and will be able to set a publish after date as well, if you want to plan a public release time.

If a mod isn't published it will only be accessible by the author and site moderators.

I believe this will apply to specific mod versions as well.

@refringe can correct me if I got any of that wrong.


Originally written by waffle.lord

@refringe
Copy link
Contributor Author

We have a field for a published date set-up and working in the back end, but as of right now there's no UI that's exposed for mod creation, so the details surrounding exactly how that field will be used from a front-end perspective are still in the air. We'll keep this issue around so we can circle back when there is more to talk about.

On the front-end creation form there's probably going to be a toggle for if the mod is published or not, and another field for a published datetime. Unpublished mods have the published_at column set to null, published mods have published_at column set to a specific datetime (or now(), if no date is specified).


Originally written by Refringe

@refringe
Copy link
Contributor Author

Related to #11 and #17.


Originally written by Refringe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant