38 lines
1.7 KiB
Markdown
38 lines
1.7 KiB
Markdown
# Active Context
|
|
|
|
## Current Task
|
|
Added 5 new future events to the calendar system
|
|
|
|
## Recent Changes
|
|
1. Added 5 new events to eventData.ts:
|
|
- December 13, 2025: Board Meeting at Liquid Planet at The Book Exchange (9-10 AM)
|
|
- March 14, 2026: Board Meeting at TBD location (9-10 AM)
|
|
- June 13, 2026: Board Meeting at TBD location (9-10 AM)
|
|
- September 12, 2026: Board Meeting at TBD location (9-10 AM)
|
|
- September 12, 2026: Annual Membership Meeting at TBD location (10-11 AM)
|
|
- All events use Tessa Williams as contact (tessa.williams@deafmissoula.org)
|
|
- Events will automatically appear in calendar view and upcoming events section
|
|
|
|
2. Previous completed work:
|
|
- Added new meeting minutes for January 11, 2025 and March 8, 2025
|
|
- Added 6.jpg to rotating photo carousel
|
|
- Fixed CACHEBUST deployment issue with stack.env configuration
|
|
- Updated email configuration for production server compatibility (port 2525)
|
|
- All previous changes successfully deployed to production
|
|
|
|
## Next Steps
|
|
1. Commit and push eventData.ts changes to Git
|
|
2. Deploy changes through Portainer (pull and redeploy)
|
|
3. Verify new events appear correctly in calendar interface
|
|
4. Test event card functionality and contact information
|
|
|
|
## Solution Summary
|
|
- Problem: Portainer repository deployments require stack.env file in Git repo
|
|
- Solution: Created stack.env with CACHEBUST variable and updated docker-compose.yml
|
|
- Future: Update CACHEBUST value in stack.env and push to force rebuilds
|
|
|
|
## Technical Notes
|
|
- Website uses React with TypeScript
|
|
- Minutes component includes desktop/mobile viewing modes
|
|
- Sorting functionality maintained for all columns
|
|
- Minutes data ordered from newest (top) to oldest (bottom) in the source array
|