Expose web application to manage variables #61
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: projectmoon/tenebrous-dicebot#61
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Instead of a full blown character sheet web app, we should shoot for something lower on the totem pole. We can make a web application that runs in the bot and gives people a username (matrix ID) and randomly generated password (via matrix DM). Upon login, it has a list of rooms and the variables for each room. Then we just have delete and add and edit functions. Very simple, especially because it's connected directly to the bot. It can be separated out later into its own application. We will need to add user accounts for this, and also some REST APIs.
Could also make this a separate app and connect over gRPC.
Registering accounts with the bot is implemented, by giving it a password in an end to end encrypted direct message. Next comes some method of exposing the information of the bot to external applications.