Replace two minutes with corrected versions and add a new March minutes.

This commit is contained in:
TheMaddax 2025-08-12 14:19:38 -05:00
parent 7483906206
commit 70e90cab12
6 changed files with 26 additions and 7 deletions

Binary file not shown.

View file

@ -9,6 +9,12 @@ interface MinuteEntry {
} }
const minutesData: MinuteEntry[] = [ const minutesData: MinuteEntry[] = [
{
date: '03/08/2025',
meetingType: 'Board Meeting',
location: 'The Break Espresso',
fileUrl: '/minutes/minutes-03082025.pdf',
},
{ {
date: '02/08/2025', date: '02/08/2025',
meetingType: 'Board Meeting', meetingType: 'Board Meeting',

View file

@ -1,14 +1,18 @@
# Active Context # Active Context
## Current Task ## Current Task
COMPLETED: Fixed Portainer repository deployment issue for CACHEBUST mechanism COMPLETED: Added new meeting minutes for March 8, 2025 Board Meeting at The Break Espresso
## Recent Changes ## Recent Changes
1. Added 6.jpg to rotating photo carousel: 1. Added new meeting minutes for March 8, 2025:
- Updated Minutes.tsx to include new entry for March 8, 2025 Board Meeting at The Break Espresso
- Added entry at the beginning of minutesData array to maintain newest-to-oldest order
- PDF file was already placed in client/public/minutes/minutes-03082025.pdf
2. Added 6.jpg to rotating photo carousel:
- Updated ImageCarousel.tsx to include /photos/6.jpg in images array - Updated ImageCarousel.tsx to include /photos/6.jpg in images array
- Photo now appears in 5-second rotation sequence - Photo now appears in 5-second rotation sequence
2. Replaced PDF files with corrected versions (user confirmed pushed to git) 3. Replaced PDF files with corrected versions (user confirmed pushed to git)
3. Fixed CACHEBUST deployment issue: 4. Fixed CACHEBUST deployment issue:
- Created stack.env file in repository with CACHEBUST=1736003093 - Created stack.env file in repository with CACHEBUST=1736003093
- Updated docker-compose.yml to reference stack.env file - Updated docker-compose.yml to reference stack.env file
- Repository deployments in Portainer require stack.env to be in Git repo - Repository deployments in Portainer require stack.env to be in Git repo
@ -16,11 +20,12 @@ COMPLETED: Fixed Portainer repository deployment issue for CACHEBUST mechanism
## Next Steps ## Next Steps
1. Commit and push final changes: 1. Commit and push final changes:
- git add stack.env docker-compose.yml - git add client/src/components/Minutes.tsx
- git commit -m "Add stack.env for Portainer CACHEBUST deployment" - git commit -m "Add March 8, 2025 Board Meeting minutes"
- git push - git push
2. In Portainer: Click "Pull and redeploy" or use webhook 2. In Portainer: Click "Pull and redeploy" or use webhook
3. Verify deployment includes: 3. Verify deployment includes:
- New March 8, 2025 meeting minutes entry
- New 6.jpg in photo carousel - New 6.jpg in photo carousel
- Corrected PDF files - Corrected PDF files
- All recent code changes - All recent code changes

View file

@ -6,6 +6,7 @@
- PDF viewer integration - PDF viewer integration
- Mobile/desktop responsive design - Mobile/desktop responsive design
- Meeting entries: - Meeting entries:
* March 8, 2025 Board Meeting
* February 8, 2025 Board Meeting * February 8, 2025 Board Meeting
* October 17, 2024 Board Meeting * October 17, 2024 Board Meeting
* September 14, 2024 Membership Meeting * September 14, 2024 Membership Meeting
@ -13,6 +14,12 @@
## Recent Progress ## Recent Progress
1. Added new meeting minutes: 1. Added new meeting minutes:
- March 8, 2025 Board Meeting at The Break Espresso
- PDF file added to public/minutes/
- Updated Minutes.tsx component to include new entry
- Maintained order of minutes data from newest (top) to oldest (bottom)
2. Added previous meeting minutes:
- February 8, 2025 Board Meeting at Book Exchange - Liquid Planet - February 8, 2025 Board Meeting at Book Exchange - Liquid Planet
- PDF file added to public/minutes/ - PDF file added to public/minutes/
- Updated Minutes.tsx component - Updated Minutes.tsx component
@ -33,9 +40,10 @@
## What's Left ## What's Left
1. Immediate: 1. Immediate:
- Commit and push stack.env and docker-compose.yml changes - Commit and push Minutes.tsx changes
- Deploy changes through Portainer (pull and redeploy) - Deploy changes through Portainer (pull and redeploy)
- Verify deployment includes: - Verify deployment includes:
* New March 8, 2025 meeting minutes
* New 6.jpg in photo carousel * New 6.jpg in photo carousel
* Corrected PDF files * Corrected PDF files
* All recent code changes * All recent code changes