What problem does it solve?
This Skill provides a comprehensive guide to creating new dungeon map views in a website environment, addressing the challenges of blade architecture, JavaScript wiring, sidebar controls, and map context.
Core Features & Use Cases
- Guide for Map Creation: Offers detailed instructions on how to create new map views, including blade file setup, JavaScript integration, and sidebar control implementation.
- Architecture Overview: Explains the overall architecture of the map system, including base layout and map orchestrator details.
- Step-by-Step Process: Breaks down the process into manageable steps, from controller methods to sidebar control integration and inline JavaScript class creation.
- Map Context Classes: Describes different map context classes and their use cases, providing guidance on when to use each context.
- Quick Start: Offers a starting point for implementing a new map view in a Blade file, including the creation of a controller method, view, and sidebar control blade.
Quick Start
Follow the provided steps to create a new map view in your Blade file by defining the necessary controller method, main view blade, sidebar control, and inline JavaScript class.