Difference between revisions of "Extensions:Design Update Voting"
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 20: | Line 20: | ||
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | ||
Find me in the Lorekeeper discord! | Find me in the Lorekeeper discord! | ||
+ | == Images == | ||
+ | * [https://www.itinerare.net/gallery/pieces/6.Lorekeeper-Ext-%E2%97%88-Design-Update-Voting?source=projects/pages/lorekeeper&page=1 Writeup with images on my site] | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> |
Revision as of 07:27, 8 April 2021
Description | Adds the ability for staff with masterlist permissions to vote on pending design updates. |
---|---|
Author(s) | Mercury |
Status | Testing |
Github | itinerare/lorekeeper-ext-archive/design-update-voting |
LK Version | Unspecified |
Contains a Migration | |
Is part of LK v2 (modified-main) | |
This extension is now incorporated into modified-main
. The information here is maintained as documentation, and further support is via that branch.
Note that this incorporates the changes in bootstrapTables !
Adds the ability for staff with the Manage Masterlist permission to vote on pending design updates and MYO submissions. Note that this doesn't actually process submissions either way, it is just intended to serve as a communication tool (since sometimes a drive-by "looks good" button press is more manageable for folk). The number of votes "required" is provided via an added site setting; the default is 3.
Specifically, it adds a card to the header of pending and approved design updates. Staff can only vote on pending updates, but the information remains displayed on approved design updates for the sake of archival. In the top right are buttons to vote to approve or reject, above which are displayed the current number out of the total required number of votes. The bottom half is given over to the lists of each sides' votes/voters, with usernames for the sake of record keeping. It also adds a display of the current votes in the admin queue/index displays.
Installation
Pull the branch; run
php artisan migrate
and
php artisan add-site-settings
Configuration
If desired, change the number of votes requested in the "site settings" admin panel.
Usage
The voting panel will appear on pending design updates/MYO submissions. Staff can then click the voting buttons in the top right of it to cast their vote.
Troubleshooting
Find me in the Lorekeeper discord!