57 lines
2.4 KiB
Markdown
57 lines
2.4 KiB
Markdown
# Archived Documentation
|
|
|
|
This folder contains completed implementation plans and historical documentation that are no longer actively referenced but preserved for historical context.
|
|
|
|
## Archived Implementation Plans
|
|
|
|
### ✅ Completed Features
|
|
|
|
#### implementation-plan-rental-skipass-duration-filtering.md
|
|
**Status**: Fully implemented
|
|
**Completion**: 2025-01-XX
|
|
**Summary**: Duration-based rental filtering based on skipass selection with exact date matching
|
|
**Implementation**: See `CLAUDE.md` section "Duration-Based Rental Filtering Implementation"
|
|
|
|
#### insurance-booking-implementation-plan.md
|
|
**Status**: Fully implemented
|
|
**Completion**: 2025-01-XX
|
|
**Summary**: Comprehensive insurance booking system with eligibility filtering, auto-reassignment, and bulk booking
|
|
**Implementation**: See `CLAUDE.md` sections:
|
|
- "Insurance Field & Package Family Detection Implementation"
|
|
- "Insurance Auto-Reassignment & Handler Dependencies"
|
|
- "Bulk Insurance Booking Implementation"
|
|
|
|
#### TRANSPORTATION_SERVICES_IMPLEMENTATION_PLAN.md
|
|
**Status**: Fully implemented
|
|
**Completion**: 2024-XX-XX
|
|
**Summary**: Transportation services with outbound/inbound transport, pickup locations, and parking
|
|
**Implementation**: See `CLAUDE.md` section "Transportation Services Implementation"
|
|
|
|
#### PICKUP_PRICING_IMPLEMENTATION.md
|
|
**Status**: Fully implemented
|
|
**Completion**: 2024-XX-XX
|
|
**Summary**: Pickup pricing display with formatted labels
|
|
**Implementation**: Integrated into transportation services and pricing display standards
|
|
|
|
#### PRICING_DISPLAY_IMPLEMENTATION.md
|
|
**Status**: Fully implemented
|
|
**Completion**: 2024-XX-XX
|
|
**Summary**: Real-time pricing system with inline costs and unified summary
|
|
**Implementation**: See `README.md` section "Core Architecture Documentation"
|
|
|
|
## Archived Issue Documentation
|
|
|
|
### FAMILY_BOOKING_DETECTION_ISSUE.md
|
|
**Status**: Resolved
|
|
**Resolution**: 2025-01-XX
|
|
**Summary**: Fixed overlapping age ranges in family booking detection logic
|
|
**Solution**: Implemented proper age-based filtering in `BookingCreateDto::isFamilyBooking()` using travel start date
|
|
|
|
### DOCUMENTATION_UPDATES_2025-09-02.md
|
|
**Status**: Historical record
|
|
**Date**: 2025-09-02
|
|
**Summary**: Record of HTMX service selection bug fixes and pricing implementation completion
|
|
|
|
---
|
|
|
|
**Note**: All current and active documentation is maintained in the parent `docs/` directory. Refer to `../README.md` for current documentation index. |