Add January 11, 2025 meeting minutes - Board Meeting at Black Coffee Roasting Company
This commit is contained in:
parent
2f8510642f
commit
fd1a3f7866
7 changed files with 12 additions and 2 deletions
BIN
client/public/MCD-Inc._AOI_Bylaws-original-first.pdf
Normal file
BIN
client/public/MCD-Inc._AOI_Bylaws-original-first.pdf
Normal file
Binary file not shown.
Binary file not shown.
BIN
client/public/minutes/minutes-01112025.pdf
Normal file
BIN
client/public/minutes/minutes-01112025.pdf
Normal file
Binary file not shown.
BIN
client/public/minutes/minutes-10172024-original.pdf
Normal file
BIN
client/public/minutes/minutes-10172024-original.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -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',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue