Add Feb. board meeting minutes

This commit is contained in:
TheMaddax 2025-03-25 17:55:59 -05:00
parent 1b6167827c
commit d5f60c8479
4 changed files with 22 additions and 13 deletions

Binary file not shown.

View file

@ -9,6 +9,18 @@ interface MinuteEntry {
} }
const minutesData: MinuteEntry[] = [ const minutesData: MinuteEntry[] = [
{
date: '02/08/2025',
meetingType: 'Board Meeting',
location: 'Book Exchange - Liquid Planet',
fileUrl: '/minutes/minutes-02082025.pdf',
},
{
date: '10/17/2024',
meetingType: 'Board Meeting',
location: 'UC Market (University)',
fileUrl: '/minutes/minutes-10172024.pdf',
},
{ {
date: '09/14/2024', date: '09/14/2024',
meetingType: 'Membership Meeting', meetingType: 'Membership Meeting',
@ -21,12 +33,6 @@ const minutesData: MinuteEntry[] = [
location: 'The Break Espresso', location: 'The Break Espresso',
fileUrl: '/minutes/minutes-08062024.pdf', fileUrl: '/minutes/minutes-08062024.pdf',
}, },
{
date: '10/17/2024',
meetingType: 'Board Meeting',
location: 'UC Market (University)',
fileUrl: '/minutes/minutes-10172024.pdf',
},
]; ];
const Minutes: React.FC = () => { const Minutes: React.FC = () => {

View file

@ -2,14 +2,15 @@
## Current Task ## Current Task
Adding new meeting minutes to the website: Adding new meeting minutes to the website:
- Added October 14, 2024 General Meeting minutes (minutes-10142024.pdf) - Added February 8, 2025 Board Meeting minutes (minutes-02082025.pdf)
- Maintained August 6, 2024 Membership Meeting minutes - Maintained October 17, 2024 Board Meeting minutes
- Updated Minutes.tsx component to display both entries - Maintained September 14, 2024 and August 6, 2024 Membership Meeting minutes
- Updated Minutes.tsx component to display all entries
## Recent Changes ## Recent Changes
1. Modified Minutes.tsx to include new meeting entry 1. Modified Minutes.tsx to include new meeting entry
2. File structure: 2. File structure:
- PDF file location: client/public/minutes/minutes-10142024.pdf - PDF file location: client/public/minutes/minutes-02082025.pdf
- Component location: client/src/components/Minutes.tsx - Component location: client/src/components/Minutes.tsx
## Next Steps ## Next Steps

View file

@ -6,12 +6,14 @@
- PDF viewer integration - PDF viewer integration
- Mobile/desktop responsive design - Mobile/desktop responsive design
- Meeting entries: - Meeting entries:
* October 14, 2024 General Meeting * February 8, 2025 Board Meeting
* October 17, 2024 Board Meeting
* September 14, 2024 Membership Meeting
* August 6, 2024 Membership Meeting * August 6, 2024 Membership Meeting
## Recent Progress ## Recent Progress
1. Added new meeting minutes: 1. Added new meeting minutes:
- October 14, 2024 General Meeting at Dog Wash Cafe - 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
@ -22,7 +24,7 @@
## What's Left ## What's Left
1. Immediate: 1. Immediate:
- Deploy changes through Portainer - Deploy changes through Portainer
- Verify both meeting minutes are accessible - Verify all meeting minutes are accessible
- Test PDF viewing on desktop and mobile - Test PDF viewing on desktop and mobile
2. Future Considerations: 2. Future Considerations: