Add January 11, 2025 meeting minutes - Board Meeting at Black Coffee Roasting Company

This commit is contained in:
TheMaddax 2025-09-15 12:21:06 -06:00
parent 2f8510642f
commit fd1a3f7866
7 changed files with 12 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -9,6 +9,12 @@ interface MinuteEntry {
}
const minutesData: MinuteEntry[] = [
{
date: '01/11/2025',
meetingType: 'Board Meeting',
location: 'Black Coffee Roasting Company, Missoula, MT',
fileUrl: '/minutes/minutes-01112025.pdf',
},
{
date: '03/08/2025',
meetingType: 'Board Meeting',

View file

@ -1,10 +1,14 @@
# Active Context
## Current Task
COMPLETED: Updated email configuration to use port 2525 for production server compatibility
Added new meeting minutes for January 11, 2025 Board Meeting at Black Coffee Roasting Company
## Recent Changes
1. Added new meeting minutes for March 8, 2025:
1. Added new meeting minutes for January 11, 2025:
- Updated Minutes.tsx to include new entry for January 11, 2025 Board Meeting at Black Coffee Roasting Company, Missoula, MT
- Added entry at the beginning of minutesData array to maintain newest-to-oldest order
- PDF file minutes-01112025.pdf was already placed in client/public/minutes/
2. 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