Difference between revisions of "Extensions:Wishlists"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
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=Wishlists|desc=Allows users to create wishlists of items|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=extension/wishlists}}|LKVer=2.0.0|migration=yes|package=no}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
Allows users to create item wishlists, including both a default (always present) wishlist as well as theoretically infinite custom, named wishlists. Items can be added to a wishlist via a button and dropdown present on:
 +
* Item list in world
 +
* Shop stock modals
 +
* Inventory stack modals (both user and character)
 +
* Publicly viewed wishlists
 +
...and can be edited via the wishlists panel in /home. An item can exist in multiple different wishlists, and count desired can be tracked independently per wishlist as well. Wishlist items can also be moved between wishlists, which moves and/or adds their existing count to the destination wishlist. A user's wishlists can be viewed publicly via their profile.
 +
 +
A combined version with [[Extensions:Trade Listings]] is also available that adds support for wishlists to it (under "Seeking"). This version can be found here: {{Github|user=itinerare|branch=extension/trade-listings-wishlists}}
 
== Installation ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 +
Pull the branch; run <code>php artisan migrate</code> and <code>php artisan update-extension-tracker</code>.
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 +
N/A
 
== Usage ==
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
<!-- Is there anything users should know about using your extension? -->
 +
N/A
 
== 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? -->
 +
Find me in the Lorekeeper discord!
 
== Images ==
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
<!-- Do you have any images to show what it looks like in action? -->
 
== 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 15:36, 25 October 2021

Wishlists
Description Allows users to create wishlists of items
Author(s) Mercury
Status Testing
Github extension/wishlists
LK Version 2.0.0
Contains a Migration



Allows users to create item wishlists, including both a default (always present) wishlist as well as theoretically infinite custom, named wishlists. Items can be added to a wishlist via a button and dropdown present on:

  • Item list in world
  • Shop stock modals
  • Inventory stack modals (both user and character)
  • Publicly viewed wishlists

...and can be edited via the wishlists panel in /home. An item can exist in multiple different wishlists, and count desired can be tracked independently per wishlist as well. Wishlist items can also be moved between wishlists, which moves and/or adds their existing count to the destination wishlist. A user's wishlists can be viewed publicly via their profile.

A combined version with Extensions:Trade Listings is also available that adds support for wishlists to it (under "Seeking"). This version can be found here: extension/trade-listings-wishlists

Installation

Pull the branch; run php artisan migrate and php artisan update-extension-tracker.

Configuration

N/A

Usage

N/A

Troubleshooting

Find me in the Lorekeeper discord!

Images

See Also