Skip to content

Commit 804478b

Browse files
committed
chore: update project documentation and dependencies
1 parent 4218160 commit 804478b

34 files changed

+867
-713
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- **Performance Optimization**: Improved image loading and caching for gallery components
2525
- **Accessibility Enhancements**: Ensuring WCAG 2.1 AA compliance across new features
2626

27+
## [0.7.5] - 2025-03-15
28+
### Added
29+
- Event status management system with status selector component
30+
- QR code generation during event creation process
31+
- Event status update functionality with visual feedback
32+
- Enhanced QR code page with improved layout and instructions
33+
- New Add Attendee dialog with improved user experience
34+
- Function to update event status in the database
35+
36+
### Fixed
37+
- QR code generation during event creation
38+
- QR codes not appearing in QR codes listing page
39+
- Event status not being properly tracked in the database
40+
- Add Attendee dialog layout and styling issues
41+
- Form validation and error handling in attendee management
42+
43+
### Changed
44+
- Improved QR code page layout with responsive grid design
45+
- Enhanced event details page with status selector
46+
- Optimized event creation process to include QR code generation
47+
- Refined Add Attendee dialog with better visual hierarchy
48+
- Updated form validation patterns for better user feedback
49+
50+
### Technical Debt
51+
- Identified styling inconsistencies in dialog components
52+
- Documented remaining issues with Add Attendee dialog
53+
- Created plan for enhancing QR code functionality
54+
- Noted areas for improvement in form validation feedback
55+
- Outlined responsive testing needs for new components
56+
2757
## [0.7.4] - 2025-03-10
2858
### Added
2959
- Functional Create Event interface with Basic Information and Advanced Settings tabs

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## *Elevating Event Photography*
77

8-
[![Version](https://img.shields.io/badge/version-0.7.4-blue.svg)](https://github.com/mrj0nesmtl/cloud-burst/releases)
8+
[![Version](https://img.shields.io/badge/version-0.7.5-blue.svg)](https://github.com/mrj0nesmtl/cloud-burst/releases)
99
[![Next.js](https://img.shields.io/badge/Next.js-14-black)](https://nextjs.org/)
1010
[![TypeScript](https://img.shields.io/badge/TypeScript-5.0-blue)](https://www.typescriptlang.org/)
1111
[![Supabase](https://img.shields.io/badge/Supabase-Database-green)](https://supabase.io/)

docs/development/session_22_README.md

-137
This file was deleted.

docs/development/session_22_checklist.md

-157
This file was deleted.

0 commit comments

Comments
 (0)