Difference between revisions of "Extensions:Submission Drafts"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Initialize)
Tag: 2017 source edit
 
Tag: 2017 source edit
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}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{Extensioninfobox|title=Submission Drafts|desc=A short description|auth=Preimpression|status=status Testing|github={{Github|user=preimpression|branch=extension/submission-drafts}}|LKVer=2.1.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
This extension enables users to save drafts of their submissions during the submission process. Users can retrieve pending submissions and keep drafts until they are ready to submit. After a submission has been made, the user can cancel it back to drafts or an admin can send it back to the user's drafts.
 +
 
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the extension and merge it into your branch. You will encounter conflicts, handle them with care. If you have added any additional rewards to submissions, a significant number of conflicts will likely occur in the SubmissionManager, as sections related to attachments have been separated into three new functions.
== Configuration ==
+
 
<!-- Is any configuration necessary? Describe it here! -->
 
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Users will be able to cancel submissions into their drafts, delete drafts, and edit drafts before submitting.  
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
  
 +
Admins will be able to return submissions to drafts as well as their standard abilities.

Revision as of 20:54, 11 January 2023

Submission Drafts
Description A short description
Author(s) Preimpression
Status status Testing
Github extension/submission-drafts
LK Version 2.1.0
Contains a Migration

}}






This extension enables users to save drafts of their submissions during the submission process. Users can retrieve pending submissions and keep drafts until they are ready to submit. After a submission has been made, the user can cancel it back to drafts or an admin can send it back to the user's drafts.

Installation

Pull the extension and merge it into your branch. You will encounter conflicts, handle them with care. If you have added any additional rewards to submissions, a significant number of conflicts will likely occur in the SubmissionManager, as sections related to attachments have been separated into three new functions.

Usage

Users will be able to cancel submissions into their drafts, delete drafts, and edit drafts before submitting.

Admins will be able to return submissions to drafts as well as their standard abilities.