Difference between revisions of "Extensions:Submission Addons"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 2: Line 2:
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 
This builds upon {{github|repo=lorekeeper|user=draginraptor|branch=inventory_stacks}}!
 
This builds upon {{github|repo=lorekeeper|user=draginraptor|branch=inventory_stacks}}!
 +
 +
This adds the option for users to attach items to submissions (both via prompts and claims) to be consumed. As with design updates and trades, items are only temporarily "held" and are returned if the submission is rejected. In the event that the submission is accepted, the usual item logs are made both for any awarded and any consumed items, and record of the attached item(s) remains visible on the submission's page-- including source and notes.
 
== Installation ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 +
Before you install this extension, '''process any remaining unprocessed submissions'''. Otherwise, you will need to edit the json in the database before they can be processed.
 +
 +
Pull the branch, then run <code>php artisan migrate</code>.
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
None necessary.
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
Nothing specific.
 
== Troubleshooting ==
 
== Troubleshooting ==
 
<!-- 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? -->
 +
If you encounter errors, please find me in the Lorekeeper discord!
 
== 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 11:26, 11 June 2020

Submission Addons
Description Allows attachment of items to submissions for consumption
Author(s) Mercury
Status Testing
Github submission-addons
LK Version Unspecified
Contains a Migration






This builds upon draginraptor/lorekeeper/inventory_stacks !

This adds the option for users to attach items to submissions (both via prompts and claims) to be consumed. As with design updates and trades, items are only temporarily "held" and are returned if the submission is rejected. In the event that the submission is accepted, the usual item logs are made both for any awarded and any consumed items, and record of the attached item(s) remains visible on the submission's page-- including source and notes.

Installation

Before you install this extension, process any remaining unprocessed submissions. Otherwise, you will need to edit the json in the database before they can be processed.

Pull the branch, then run php artisan migrate.

Configuration

None necessary.

Usage

Nothing specific.

Troubleshooting

If you encounter errors, please find me in the Lorekeeper discord!

See Also