Documentation
Roadmap & Voting
Focus Areas
Roadmap & Voting — Focus Areas
Generated: 2025-12-31 02:07:24Z • Module: roadmap_voting • Version: 0.1.0
Note: This page is derived from a static code scan in this package. Dynamic/runtime names may not be listed.
Module Metadata
- Directory:
roadmap_voting - Entry:
module.php - Dependencies: (none)
Admin Pages (menu slugs)
luperiq-roadmapluperiq-roadmap-moderationluperiq-roadmap-settings
Post Types
None detected by static scan.
Taxonomies
None detected by static scan.
Shortcodes
None detected by static scan.
REST Routes
None detected by static scan.
AJAX Actions
Authenticated (wp_ajax_*)
luperiq_roadmap_approveluperiq_roadmap_comment_addluperiq_roadmap_commentsluperiq_roadmap_declineluperiq_roadmap_docluperiq_roadmap_listluperiq_roadmap_moderation_listluperiq_roadmap_planluperiq_roadmap_progressluperiq_roadmap_reorderluperiq_roadmap_shippedluperiq_roadmap_submitluperiq_roadmap_voteluperiq_roadmap_whatsnew
Public (wp_ajax_nopriv_*)
None detected by static scan.
Scheduled Hooks
None detected by static scan.
Option Keys
lq_roadmap_autoapproved_oncelq_roadmap_readonlylq_roadmap_settings
Database Tables (suffixes)
Typically used as $wpdb->prefix . "suffix".
None detected by static scan.
WP-CLI Commands
None detected by static scan.
Planning Notes
- Prefer adding tests around critical flows before major refactors.
- Keep module activation/deactivation safe (no white screens in wp-admin).
- Avoid overwriting user content unless explicitly tagged as generated.