Add npm-like registry for packs #427
Labels
No labels
breaking change
duplicate
good first issue
help wanted
invalid
question
scope: card
scope: docs
scope: game
scope: registry
scope: script
scope: tool
scope: universe
tracker
type: bug
type: card request
type: documentation
type: enhancement
type: improvement
type: parity
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
LunarTides/Hearthstone.js#427
Loading…
Add table
Add a link
Reference in a new issue
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?
This will allow users to search for and download packs online through the game.
Make a dynamic website under the new
sites/registryfolder.A bunch of settings, similar to
config.ts, that can be changed on the website itself.Allow:
packs using the packager added in #426.
Names should be unique, since I can't expect the user to memorise uuids.
There should be an auth system, of course.
There should also be moderation tools
and a report system to prevent malicious code from ending up on someone's computer.
Maybe some system to alert a moderator when an event happens. This is so that I get alerted every time someone uploads a pack, so that I can review it. This should be toggleable.
Add review process. A moderator needs to approve a pack. This should be toggleable.
This will require hosting a website. The domain name is no problem, but I don't have a computer that can run 24/7 yet, so I need to figure something out.