Difference between revisions of "Extensions:Submissions Newest/Oldest Sorting"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Getting the format)
Tag: 2017 source edit
 
m
Tag: 2017 source edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Submissions Newest/Oldest Sorting|desc=Adds newest/oldest sorting to the admin submissions queue|auth=Draginraptor|status=Stable|github={{Github|user=draginraptor|branch=submission_new_old_sorting}}|migration=no|package=no}}
<!-- Put a short summary of your extension here! -->
+
A dropdown will be added to the admin Prompt and Claim queues that allows for sorting of the submissions by oldest/newest. Currently pending a pull request to base Lorekeeper, but it will be available here for now.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pulling the branch into your project should be sufficient.
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
No configuration is required.
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
By default, submissions are sorted oldest first. To select the sort you want, pick from the dropdown on the queue pages and then click the 'Search' button. For the Prompt queue, a selected category will also be taken into account in the search.
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
There are no known issues, but you may find me in the Lorekeeper Discord server if you need help.
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 
 

Latest revision as of 23:18, 17 August 2020

Submissions Newest/Oldest Sorting
Description Adds newest/oldest sorting to the admin submissions queue
Author(s) Draginraptor
Status Stable
Github submission_new_old_sorting
LK Version Unspecified




A dropdown will be added to the admin Prompt and Claim queues that allows for sorting of the submissions by oldest/newest. Currently pending a pull request to base Lorekeeper, but it will be available here for now.

Installation

Pulling the branch into your project should be sufficient.

Configuration

No configuration is required.

Usage

By default, submissions are sorted oldest first. To select the sort you want, pick from the dropdown on the queue pages and then click the 'Search' button. For the Prompt queue, a selected category will also be taken into account in the search.

Troubleshooting

There are no known issues, but you may find me in the Lorekeeper Discord server if you need help.