per-channel !toke commands w/ management panel in channel settings #58
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rainbownapkin/canopy#58
Loading…
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?
added #23 as parent issue
Per-channel toke commands should be stored in-ram within the activeChannel class, loaded upon channel activation and whenever the tokeCommands array within the channel document is altered.
This will prevent constant database access every time someone takes a toke, because doing that is fucking ridiculous.
Added per-channel toke commands to the back end, as well as related browser-side ajax call helper functions:
a1fbbea7b7Now to replicate the toke command management panel from the adminPanel in the channelSettings page.
Finished up with per-channel !toke command panel in channel settings page:
169b863965