Add Phase 9: Prometheus Metrics to roadmap
- Added Prometheus metrics integration phase (v0.9.0) to PLAN.md - Includes meaningful metrics for plugin, example Grafana dashboard - Settings page option to enable/disable metrics - Links to wp-prometheus README for implementation details - Updated version milestones table Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -338,7 +338,7 @@ Admin features always work; frontend requires valid license.
|
||||
- Implemented license settings page with validation/activation buttons
|
||||
- Created admin CSS and JavaScript for license management
|
||||
- Created Gitea CI/CD pipeline at `.gitea/workflows/release.yml`
|
||||
- Created `PLAN.md` with full implementation roadmap (8 phases)
|
||||
- Created `PLAN.md` with full implementation roadmap (9 phases)
|
||||
- Created `README.md` with user documentation
|
||||
- Created `CHANGELOG.md` following Keep a Changelog format
|
||||
- Updated `CLAUDE.md` with architecture details
|
||||
|
||||
9
PLAN.md
9
PLAN.md
@@ -180,6 +180,12 @@ This document outlines the implementation plan for the WP BnB Management plugin.
|
||||
- [ ] Guest statistics
|
||||
- [ ] Export functionality (CSV, PDF)
|
||||
|
||||
## Phase 9: Prometheus Metrics (v0.9.0)
|
||||
|
||||
- [ ] Meanigful Metrics for this Plugin, see <https://src.bundespruefstelle.ch/magdev/wp-prometheus/raw/branch/main/README.md> for implementation details
|
||||
- [ ] Example Grafana-Dashboard, see <https://src.bundespruefstelle.ch/magdev/wp-prometheus/raw/branch/main/README.md> for implementation details
|
||||
- [ ] Update settings page to enable/disable metrics
|
||||
|
||||
## Future Considerations (v1.0.0+)
|
||||
|
||||
### WooCommerce Integration (Optional)
|
||||
@@ -287,7 +293,7 @@ The plugin will provide extensive hooks for customization:
|
||||
## Version Milestones
|
||||
|
||||
| Version | Focus | Target |
|
||||
| ------- | --------------- | -------- |
|
||||
| ------- | ------------------ | -------- |
|
||||
| 0.0.1 | Initial setup | Complete |
|
||||
| 0.1.0 | Data structures | Complete |
|
||||
| 0.2.0 | Pricing | Complete |
|
||||
@@ -297,4 +303,5 @@ The plugin will provide extensive hooks for customization:
|
||||
| 0.6.0 | Frontend | Complete |
|
||||
| 0.7.0 | CF7 Integration | TBD |
|
||||
| 0.8.0 | Dashboard | TBD |
|
||||
| 0.9.0 | Prometheus Metrics | TBD |
|
||||
| 1.0.0 | Stable Release | TBD |
|
||||
|
||||
Reference in New Issue
Block a user