Compare commits
5 commits
main
...
temp-branc
| Author | SHA1 | Date | |
|---|---|---|---|
| 080681138e | |||
| efb25f7c4d | |||
| fc0034b776 | |||
| 14731fd24e | |||
| d5f2c0674d |
5
.dockerignore
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
node_modules
|
||||
dist
|
||||
.git
|
||||
*.log
|
||||
public/
|
||||
4
.gitignore
vendored
|
|
@ -35,5 +35,5 @@ yarn-error.log*
|
|||
|
||||
# TypeScript
|
||||
*.tsbuildinfo
|
||||
public/videos/
|
||||
public/images/
|
||||
public/videos/*.mp4
|
||||
public/videos/*.webm
|
||||
|
|
|
|||
|
|
@ -7,8 +7,10 @@ WORKDIR /app
|
|||
COPY package.json pnpm-lock.yaml* ./
|
||||
RUN pnpm install
|
||||
|
||||
COPY . .
|
||||
# Only copy necessary source files, excluding public
|
||||
COPY src/ ./src/
|
||||
COPY index.html tsconfig.json vite.config.ts ./
|
||||
|
||||
EXPOSE 3000
|
||||
EXPOSE 5173
|
||||
|
||||
CMD ["pnpm", "dev"]
|
||||
|
|
|
|||
134
README.md
|
|
@ -1,78 +1,102 @@
|
|||
# DeafGain LLC Website
|
||||
# DeafGain LLC Website 🌐
|
||||
|
||||
[](https://pnpm.io/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://reactjs.org/)
|
||||
|
||||
## Overview
|
||||
|
||||
A dynamic web platform dedicated to empowering the Deaf community through innovative communication solutions, training, and accessibility services. This website serves as the digital presence for DeafGain LLC, showcasing our comprehensive services including ADA-compliant transcripts, universal website design, board communication protocols, and leadership training.
|
||||
|
||||
## Core Features
|
||||
## 🚀 Quick Start
|
||||
|
||||
Intuitive user interface with responsive design
|
||||
Interactive USA region map displaying network and relationships
|
||||
Video resources with accessible playback controls and captions
|
||||
Detailed service descriptions
|
||||
Secure contact system
|
||||
Key sections: Home, Services, About, Resources, and Contact
|
||||
Technical Stack
|
||||
React 18 with TypeScript
|
||||
Tailwind CSS for styling
|
||||
Framer Motion for animations
|
||||
React Simple Maps for geographic visualization
|
||||
Vite build system
|
||||
Docker containerization
|
||||
Nginx web server
|
||||
\`\`\`bash
|
||||
pnpm install
|
||||
pnpm dev
|
||||
\`\`\`
|
||||
|
||||
## Quick Start
|
||||
Visit \`localhost:3000\` in your browser.
|
||||
|
||||
### Development
|
||||
## 🛠 Technical Stack
|
||||
|
||||
```
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
| Technology | Version | Purpose |
|
||||
|------------|---------|---------|
|
||||
| React | 18.2.0 | Core Framework |
|
||||
| TypeScript | 4.9.5 | Type Safety |
|
||||
| Tailwind CSS | 3.x | Styling |
|
||||
| Framer Motion | 10.x | Animations |
|
||||
| React Simple Maps | 3.0.0 | Geographic Visualization |
|
||||
| Vite | 4.x | Build System |
|
||||
| Docker | - | Containerization |
|
||||
| Nginx | - | Web Server |
|
||||
|
||||
Visit localhost:3000 in your browser.
|
||||
## 📁 Project Structure
|
||||
|
||||
### Production Deployment
|
||||
\`\`\`
|
||||
src/
|
||||
├── components/ # Reusable UI components
|
||||
│ ├── layout/ # Layout components
|
||||
│ ├── ui/ # UI elements
|
||||
│ └── maps/ # Map visualization components
|
||||
├── pages/ # Main application pages
|
||||
├── hooks/ # Custom React hooks
|
||||
├── utils/ # Utility functions
|
||||
├── types/ # TypeScript definitions
|
||||
├── assets/ # Static assets
|
||||
└── styles/ # Global styles
|
||||
\`\`\`
|
||||
|
||||
```
|
||||
## 🎯 Core Features
|
||||
|
||||
- ⚡️ Intuitive user interface with responsive design
|
||||
- 🗺️ Interactive USA region map displaying network and relationships
|
||||
- 🎥 Video resources with accessible playback controls and captions
|
||||
- 📱 Mobile-first responsive design
|
||||
- 🔒 Secure contact system
|
||||
- 🌐 Key sections: Home, Services, About, Resources, and Contact
|
||||
|
||||
## 🔧 Development
|
||||
|
||||
### Environment Setup
|
||||
- Development: Vite dev server with hot reload
|
||||
- Production: Nginx configuration with optimized cache settings
|
||||
- Docker containers for consistent deployment
|
||||
|
||||
### Scripts
|
||||
\`\`\`bash
|
||||
pnpm dev # Start development server
|
||||
pnpm build # Build for production
|
||||
pnpm preview # Preview production build
|
||||
pnpm lint # Run ESLint
|
||||
pnpm test # Run tests
|
||||
\`\`\`
|
||||
|
||||
## 🚢 Production Deployment
|
||||
|
||||
\`\`\`bash
|
||||
docker-compose up --build
|
||||
```
|
||||
\`\`\`
|
||||
|
||||
Application will be served on port 80.
|
||||
|
||||
## <20><> Contributing
|
||||
|
||||
## Project Structure
|
||||
We welcome contributions that align with our mission of improving accessibility and empowerment for the Deaf community. Follow our established patterns for:
|
||||
|
||||
```
|
||||
src/
|
||||
├── components/ # Reusable UI components
|
||||
├── pages/ # Main application pages
|
||||
├── assets/ # Static assets
|
||||
public/
|
||||
├── images/ # Image assets
|
||||
├── videos/ # Video content
|
||||
├── subtitles/ # Video captions
|
||||
├── transcriptions/# Text transcripts
|
||||
```
|
||||
- Component architecture
|
||||
- Styling conventions (Tailwind CSS)
|
||||
- Accessibility standards (WCAG 2.1)
|
||||
- TypeScript typing
|
||||
- Git commit messages
|
||||
|
||||
# Environment Setup
|
||||
## 📄 License
|
||||
|
||||
Development: Uses Vite dev server with hot reload
|
||||
Production: Nginx configuration with optimized cache settings
|
||||
Docker containers for consistent deployment
|
||||
|
||||
# Contributing
|
||||
|
||||
We welcome contributions that align with our mission of improving accessibility and empowerment for the Deaf community. Follow the established patterns for:
|
||||
|
||||
Component architecture
|
||||
Styling conventions
|
||||
Accessibility standards
|
||||
TypeScript typing
|
||||
License
|
||||
Proprietary - DeafGain LLC
|
||||
|
||||
# Contact
|
||||
## 📞 Contact
|
||||
|
||||
For questions or support, reach out through our contact form.
|
||||
For questions or support, reach out through our [contact form](https://deafgain.com/contact).
|
||||
|
||||
This website represents DeafGain LLC's commitment to creating accessible, user-friendly digital experiences while maintaining high technical standards and professional quality.
|
||||
---
|
||||
|
||||
> This website represents DeafGain LLC's commitment to creating accessible, user-friendly digital experiences while maintaining high technical standards and professional quality.
|
||||
|
|
|
|||
110
create-readme.sh
Executable file
|
|
@ -0,0 +1,110 @@
|
|||
#!/bin/bash
|
||||
|
||||
cat > README.md << 'EOL'
|
||||
# DeafGain LLC Website 🌐
|
||||
|
||||
[](https://pnpm.io/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](https://reactjs.org/)
|
||||
|
||||
## Overview
|
||||
|
||||
A dynamic web platform dedicated to empowering the Deaf community through innovative communication solutions, training, and accessibility services. This website serves as the digital presence for DeafGain LLC, showcasing our comprehensive services including ADA-compliant transcripts, universal website design, board communication protocols, and leadership training.
|
||||
|
||||
## 🚀 Quick Start
|
||||
|
||||
\`\`\`bash
|
||||
pnpm install
|
||||
pnpm dev
|
||||
\`\`\`
|
||||
|
||||
Visit \`localhost:3000\` in your browser.
|
||||
|
||||
## 🛠 Technical Stack
|
||||
|
||||
| Technology | Version | Purpose |
|
||||
|------------|---------|---------|
|
||||
| React | 18.2.0 | Core Framework |
|
||||
| TypeScript | 4.9.5 | Type Safety |
|
||||
| Tailwind CSS | 3.x | Styling |
|
||||
| Framer Motion | 10.x | Animations |
|
||||
| React Simple Maps | 3.0.0 | Geographic Visualization |
|
||||
| Vite | 4.x | Build System |
|
||||
| Docker | - | Containerization |
|
||||
| Nginx | - | Web Server |
|
||||
|
||||
## 📁 Project Structure
|
||||
|
||||
\`\`\`
|
||||
src/
|
||||
├── components/ # Reusable UI components
|
||||
│ ├── layout/ # Layout components
|
||||
│ ├── ui/ # UI elements
|
||||
│ └── maps/ # Map visualization components
|
||||
├── pages/ # Main application pages
|
||||
├── hooks/ # Custom React hooks
|
||||
├── utils/ # Utility functions
|
||||
├── types/ # TypeScript definitions
|
||||
├── assets/ # Static assets
|
||||
└── styles/ # Global styles
|
||||
\`\`\`
|
||||
|
||||
## 🎯 Core Features
|
||||
|
||||
- ⚡️ Intuitive user interface with responsive design
|
||||
- 🗺️ Interactive USA region map displaying network and relationships
|
||||
- 🎥 Video resources with accessible playback controls and captions
|
||||
- 📱 Mobile-first responsive design
|
||||
- 🔒 Secure contact system
|
||||
- 🌐 Key sections: Home, Services, About, Resources, and Contact
|
||||
|
||||
## 🔧 Development
|
||||
|
||||
### Environment Setup
|
||||
- Development: Vite dev server with hot reload
|
||||
- Production: Nginx configuration with optimized cache settings
|
||||
- Docker containers for consistent deployment
|
||||
|
||||
### Scripts
|
||||
\`\`\`bash
|
||||
pnpm dev # Start development server
|
||||
pnpm build # Build for production
|
||||
pnpm preview # Preview production build
|
||||
pnpm lint # Run ESLint
|
||||
pnpm test # Run tests
|
||||
\`\`\`
|
||||
|
||||
## 🚢 Production Deployment
|
||||
|
||||
\`\`\`bash
|
||||
docker-compose up --build
|
||||
\`\`\`
|
||||
|
||||
Application will be served on port 80.
|
||||
|
||||
## <20><> Contributing
|
||||
|
||||
We welcome contributions that align with our mission of improving accessibility and empowerment for the Deaf community. Follow our established patterns for:
|
||||
|
||||
- Component architecture
|
||||
- Styling conventions (Tailwind CSS)
|
||||
- Accessibility standards (WCAG 2.1)
|
||||
- TypeScript typing
|
||||
- Git commit messages
|
||||
|
||||
## 📄 License
|
||||
|
||||
Proprietary - DeafGain LLC
|
||||
|
||||
## 📞 Contact
|
||||
|
||||
For questions or support, reach out through our [contact form](https://deafgain.com/contact).
|
||||
|
||||
---
|
||||
|
||||
> This website represents DeafGain LLC's commitment to creating accessible, user-friendly digital experiences while maintaining high technical standards and professional quality.
|
||||
EOL
|
||||
|
||||
chmod +x create-readme.sh
|
||||
echo "README.md has been created successfully!"
|
||||
|
||||
|
|
@ -10,6 +10,7 @@ services:
|
|||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
- ./public:/app/public:ro # Mount public directory as read-only
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- VITE_HOST=0.0.0.0
|
||||
|
|
|
|||
|
|
@ -10,11 +10,17 @@ services:
|
|||
- "804:804"
|
||||
networks:
|
||||
- caddy_network
|
||||
volumes:
|
||||
- video_content:/app/public/videos
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=804
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
video_content:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
caddy_network:
|
||||
external: true
|
||||
|
|
|
|||
BIN
public/images/eliza-old.jpg
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
public/images/eliza.jpg
Normal file
|
After Width: | Height: | Size: 364 KiB |
BIN
public/images/scene.jpg
Normal file
|
After Width: | Height: | Size: 941 KiB |
BIN
public/images/thumbnails/board-member-reprimands.png
Normal file
|
After Width: | Height: | Size: 714 KiB |
BIN
public/images/thumbnails/board-participation-guidelines.png
Normal file
|
After Width: | Height: | Size: 719 KiB |
BIN
public/images/thumbnails/meeting-minutes-access-rights.png
Normal file
|
After Width: | Height: | Size: 703 KiB |
BIN
public/images/thumbnails/minutes-approval-procedure.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
316
public/subtitles/board-member-reprimands.vtt
Normal file
|
|
@ -0,0 +1,316 @@
|
|||
WEBVTT
|
||||
|
||||
00:00:00.880 --> 00:00:02.190
|
||||
Hello everyone!
|
||||
|
||||
00:00:02.190 --> 00:00:06.260
|
||||
I'm Eliza Kragh,
|
||||
|
||||
00:00:06.320 --> 00:00:13.960
|
||||
and today I'm joined by Mark Apodaca, a parliamentary procedure expert.
|
||||
|
||||
00:00:14.130 --> 00:00:24.240
|
||||
Today we're discussing an essential topic regarding reprimands.
|
||||
|
||||
00:00:24.670 --> 00:00:32.880
|
||||
Mark, could you explain how a member properly reprimands a board member?
|
||||
|
||||
00:00:37.190 --> 00:00:47.200
|
||||
Robert's Rules contains three chapters on disciplinary procedures.
|
||||
|
||||
00:00:48.670 --> 00:00:56.670
|
||||
It's important to note that discipline and reprimand are two distinct concepts.
|
||||
|
||||
00:00:58.380 --> 00:01:05.250
|
||||
We must first consider the reason for the reprimand.
|
||||
|
||||
00:01:06.120 --> 00:01:17.290
|
||||
The organization's bylaws should address how to handle such situations.
|
||||
|
||||
00:01:19.630 --> 00:01:26.670
|
||||
Policy procedures should also provide guidance on this matter.
|
||||
|
||||
00:01:30.010 --> 00:01:37.210
|
||||
Typically, reprimands are handled within the board itself.
|
||||
|
||||
00:01:39.720 --> 00:01:51.130
|
||||
After the conference concludes, newly elected officers begin their terms.
|
||||
|
||||
00:01:51.160 --> 00:01:56.200
|
||||
Most state organizations operate with two-year officer terms.
|
||||
|
||||
00:01:56.900 --> 00:02:01.810
|
||||
The board assumes primary responsibility for organizational governance.
|
||||
|
||||
00:02:03.240 --> 00:02:13.450
|
||||
Members may communicate concerns to the board through email or direct approach.
|
||||
|
||||
00:02:13.450 --> 00:02:17.820
|
||||
However, the board must take appropriate action.
|
||||
|
||||
00:02:19.760 --> 00:02:30.930
|
||||
If specific procedures aren't outlined in the bylaws or policy manual,
|
||||
|
||||
00:02:32.570 --> 00:02:41.410
|
||||
the organization's objectives become the guiding principles.
|
||||
|
||||
00:02:43.080 --> 00:03:07.570
|
||||
When a board member violates these objectives, the governance committee addresses the issue.
|
||||
|
||||
00:03:07.970 --> 00:03:14.840
|
||||
The governance committee meets with the board member to seek resolution.
|
||||
|
||||
00:03:16.750 --> 00:03:38.340
|
||||
If the president determines no violation occurred, but the board disagrees, they may challenge this decision.
|
||||
|
||||
00:03:39.270 --> 00:03:55.350
|
||||
The board can inform the president of clear violations of organizational objectives.
|
||||
|
||||
00:03:58.050 --> 00:04:09.870
|
||||
The president must then decide whether to agree or disagree with these concerns.
|
||||
|
||||
00:04:10.400 --> 00:04:19.640
|
||||
Members may challenge the president's ruling by declaring it "out of order."
|
||||
|
||||
00:04:19.640 --> 00:04:31.890
|
||||
If the president dismisses this concern despite evidence of an objective violation,
|
||||
|
||||
00:04:33.290 --> 00:04:50.610
|
||||
members can motion to appeal the president's decision, requiring a second to proceed.
|
||||
|
||||
00:04:53.980 --> 00:04:58.420
|
||||
Members may request the president's explanation for the ruling.
|
||||
|
||||
00:04:58.450 --> 00:05:02.320
|
||||
The president must provide their reasoning.
|
||||
|
||||
00:05:02.320 --> 00:05:14.460
|
||||
Members may present opposing viewpoints if they disagree with the president's decision.
|
||||
|
||||
00:05:16.230 --> 00:05:23.410
|
||||
The membership can vote to override the president's decision.
|
||||
|
||||
00:05:23.410 --> 00:05:36.450
|
||||
For serious violations of organizational objectives, the board may issue a reprimand.
|
||||
|
||||
00:05:36.450 --> 00:05:45.800
|
||||
The board maintains authority during their two-year term to operate the organization.
|
||||
|
||||
00:05:45.800 --> 00:05:48.800
|
||||
This concludes the reprimand procedure.
|
||||
|
||||
00:05:57.170 --> 00:06:05.580
|
||||
You've explained how the board can reprimand a board member.
|
||||
|
||||
00:06:05.820 --> 00:06:10.350
|
||||
What rights do individual members have in this process?
|
||||
|
||||
00:06:12.160 --> 00:06:16.390
|
||||
Evidence must be gathered to support any violation claims.
|
||||
|
||||
00:06:16.390 --> 00:06:24.830
|
||||
Documentation such as emails can serve as evidence of violations.
|
||||
|
||||
00:06:24.830 --> 00:06:30.340
|
||||
Without evidence, there is no basis for disciplinary action.
|
||||
|
||||
00:06:32.180 --> 00:06:48.660
|
||||
Hearsay evidence cannot justify reprimands, as this may lead to further complications.
|
||||
|
||||
00:06:50.490 --> 00:06:54.800
|
||||
Documented proof makes the violation actionable.
|
||||
|
||||
00:06:54.800 --> 00:07:01.270
|
||||
The board should develop comprehensive guidance and policies.
|
||||
|
||||
00:07:01.270 --> 00:07:11.950
|
||||
These should outline procedures for handling violations and implementing reprimands.
|
||||
|
||||
00:07:12.080 --> 00:07:17.320
|
||||
Due process procedures must be clearly defined.
|
||||
|
||||
00:07:18.560 --> 00:07:26.560
|
||||
Without established due process, reprimands cannot be properly executed.
|
||||
|
||||
00:07:26.560 --> 00:07:29.130
|
||||
This leads to ongoing organizational challenges.
|
||||
|
||||
00:07:29.430 --> 00:07:35.240
|
||||
Clear guidance for due process is essential.
|
||||
|
||||
00:07:35.240 --> 00:07:44.410
|
||||
When serious violations occur, these guidelines provide a framework for action.
|
||||
|
||||
00:07:44.450 --> 00:07:54.320
|
||||
Many organizations lack proper due process procedures in their policies.
|
||||
|
||||
00:07:56.360 --> 00:08:04.270
|
||||
Some boards have issued reprimands without sufficient justification.
|
||||
|
||||
00:08:05.370 --> 00:08:17.450
|
||||
For organizational efficiency, establish clear due process guidelines for reprimands.
|
||||
|
||||
00:08:18.780 --> 00:08:22.820
|
||||
This prevents unnecessary complications and delays.
|
||||
|
||||
00:08:25.560 --> 00:08:35.230
|
||||
Members should review bylaws for existing due process procedures.
|
||||
|
||||
00:08:35.230 --> 00:08:42.810
|
||||
Should these be absent, amendments can be proposed at annual meetings.
|
||||
|
||||
00:08:45.170 --> 00:08:52.250
|
||||
I recommend adding these to policy procedure guidance.
|
||||
|
||||
00:08:53.880 --> 00:08:55.250
|
||||
They shouldn't be in the bylaws.
|
||||
|
||||
00:08:55.250 --> 00:09:04.660
|
||||
Bylaws explain the structure of the organization,
|
||||
|
||||
00:09:06.360 --> 00:09:10.270
|
||||
how it's established and operated.
|
||||
|
||||
00:09:10.630 --> 00:09:21.210
|
||||
Policy procedures explain how to handle emerging issues.
|
||||
|
||||
00:09:21.280 --> 00:09:24.680
|
||||
These policies guide the board in resolving issues.
|
||||
|
||||
00:09:26.650 --> 00:09:34.560
|
||||
Without policy guidelines, issue resolution becomes challenging.
|
||||
|
||||
00:09:37.160 --> 00:09:51.470
|
||||
Organizations with strong policies successfully resolve issues through established guidance.
|
||||
|
||||
00:09:55.110 --> 00:10:07.320
|
||||
Publishing policies on the organization's website increases member accessibility.
|
||||
|
||||
00:10:08.860 --> 00:10:17.870
|
||||
During their term, the board maintains authority over reprimand processes.
|
||||
|
||||
00:10:20.100 --> 00:10:35.150
|
||||
Members need access to both bylaws and procedures to understand their rights.
|
||||
|
||||
00:10:35.690 --> 00:10:41.020
|
||||
Both documents are essential for organizational function.
|
||||
|
||||
00:10:41.020 --> 00:10:54.000
|
||||
New members should receive copies of bylaws for review.
|
||||
|
||||
00:10:54.000 --> 00:10:57.000
|
||||
Bylaws explain organizational structure.
|
||||
|
||||
00:10:57.000 --> 00:11:07.580
|
||||
Policy manuals detail procedures for organizational operations.
|
||||
|
||||
00:11:09.590 --> 00:11:11.290
|
||||
Additionally...
|
||||
|
||||
00:11:12.690 --> 00:11:24.430
|
||||
Many bylaws I've reviewed lack a code of conduct.
|
||||
|
||||
00:11:26.400 --> 00:11:38.350
|
||||
These should address conflicts of interest, confidentiality, and bylaw violations.
|
||||
|
||||
00:11:39.580 --> 00:11:41.750
|
||||
Many bylaws omit these elements.
|
||||
|
||||
00:11:41.750 --> 00:11:49.090
|
||||
This creates potential organizational challenges.
|
||||
|
||||
00:11:50.430 --> 00:12:00.940
|
||||
A code of conduct is essential in organizational bylaws.
|
||||
|
||||
00:12:00.940 --> 00:12:05.440
|
||||
Policy procedures should expand on these guidelines.
|
||||
|
||||
00:12:08.340 --> 00:12:11.880
|
||||
This prevents complications and delays.
|
||||
|
||||
00:12:14.720 --> 00:12:18.150
|
||||
Education is indeed the key.
|
||||
|
||||
00:12:18.150 --> 00:12:26.430
|
||||
Understanding parliamentary procedures benefits both board and members.
|
||||
|
||||
00:12:26.430 --> 00:12:29.000
|
||||
Do you recommend this specific book?
|
||||
|
||||
00:12:29.770 --> 00:12:31.930
|
||||
[Shows Robert's Rules of Order Newly Revised In Brief]
|
||||
|
||||
00:12:31.930 --> 00:12:37.040
|
||||
This book provides a concise overview of Robert's Rules of Order.
|
||||
|
||||
00:12:37.040 --> 00:12:38.880
|
||||
It's an excellent resource.
|
||||
|
||||
00:12:40.410 --> 00:12:56.460
|
||||
For deeper understanding, consult Robert's Rules of Order Newly Revised, 12th Edition.
|
||||
|
||||
00:12:56.460 --> 00:13:04.900
|
||||
The brief version references specific sections in the complete edition.
|
||||
|
||||
00:13:05.770 --> 00:13:11.040
|
||||
It's valuable for learning basic parliamentary procedures.
|
||||
|
||||
00:13:13.580 --> 00:13:18.550
|
||||
It's designed for clear understanding and implementation.
|
||||
|
||||
00:13:20.620 --> 00:13:28.860
|
||||
I encourage organization members to start with this book.
|
||||
|
||||
00:13:29.430 --> 00:13:34.000
|
||||
Apply this knowledge during annual meetings.
|
||||
|
||||
00:13:35.930 --> 00:13:51.550
|
||||
Familiarize yourself with state nonprofit statutes regarding annual meetings.
|
||||
|
||||
00:13:52.880 --> 00:14:07.230
|
||||
Understanding parliamentary procedure prepares members for effective participation.
|
||||
|
||||
00:14:08.060 --> 00:14:09.770
|
||||
This enhances meeting efficiency.
|
||||
|
||||
00:14:11.270 --> 00:14:14.340
|
||||
I recommend purchasing this version.
|
||||
|
||||
00:14:15.770 --> 00:14:22.110
|
||||
Education enables collective growth.
|
||||
|
||||
00:14:22.110 --> 00:14:25.680
|
||||
Together we can advance the Deaf community.
|
||||
|
||||
00:14:27.180 --> 00:14:43.970
|
||||
As a Professional Registered Parliamentarian, I complete annual continuing education.
|
||||
|
||||
00:14:43.970 --> 00:14:50.710
|
||||
Our training workshops span multiple days.
|
||||
|
||||
00:14:52.640 --> 00:14:55.080
|
||||
Ongoing education is required.
|
||||
|
||||
00:14:55.080 --> 00:15:01.120
|
||||
We must understand various perspectives.
|
||||
|
||||
00:15:01.950 --> 00:15:04.150
|
||||
I've had excellent instructors.
|
||||
|
||||
00:15:04.150 --> 00:15:09.890
|
||||
Many are certified parliamentary procedure educators.
|
||||
|
||||
00:15:10.860 --> 00:15:28.950
|
||||
I regularly attend NAP conferences and leadership training sessions.
|
||||
|
||||
00:15:28.950 --> 00:15:35.080
|
||||
Topics include bylaws and disciplinary procedures.
|
||||
|
||||
00:15:37.920 --> 00:15:46.160
|
||||
Thank you for explaining due process for all members.
|
||||
|
||||
00:15:48.200 --> 00:15:52.870
|
||||
I recommend purchasing this helpful guide.
|
||||
|
||||
00:15:53.300 --> 00:15:55.070
|
||||
Thank you, Mark!
|
||||
331
public/subtitles/board-participation-guidelines.vtt
Normal file
|
|
@ -0,0 +1,331 @@
|
|||
WEBVTT
|
||||
|
||||
00:00:01.180 --> 00:00:02.420
|
||||
Hello everyone.
|
||||
|
||||
00:00:02.450 --> 00:00:07.490
|
||||
I'm Eliza Kragh,
|
||||
|
||||
00:00:07.490 --> 00:00:14.630
|
||||
and today I'm joined by Mark Apodaca, an expert in parliamentary procedures.
|
||||
|
||||
00:00:14.630 --> 00:00:20.040
|
||||
We'll be addressing two important questions in our discussion today.
|
||||
|
||||
00:00:21.100 --> 00:00:23.240
|
||||
Mark, thank you for being here today.
|
||||
|
||||
00:00:23.240 --> 00:00:25.840
|
||||
I'm excited and looking forward to our discussion.
|
||||
|
||||
00:00:25.840 --> 00:00:27.880
|
||||
Shall we begin with the first question?
|
||||
|
||||
00:00:28.750 --> 00:00:30.180
|
||||
Yes, please proceed.
|
||||
|
||||
00:00:31.110 --> 00:00:44.730
|
||||
Our first question relates to Robert's Rules of Order, 12th edition.
|
||||
|
||||
00:00:44.900 --> 00:00:56.810
|
||||
When members disagree with board decisions, what is the appropriate protocol for expressing their concerns?
|
||||
|
||||
00:00:59.910 --> 00:01:01.040
|
||||
Okay.
|
||||
|
||||
00:01:02.910 --> 00:01:17.430
|
||||
Many members don't realize that during a conference or business meeting,
|
||||
|
||||
00:01:18.130 --> 00:01:26.240
|
||||
we elect our leadership- the president, vice president, and other officers through a democratic voting process.
|
||||
|
||||
00:01:26.470 --> 00:01:43.850
|
||||
Once the meeting concludes, the elected board assumes full authority and becomes responsible for managing the organization on behalf of its members.
|
||||
|
||||
00:01:46.090 --> 00:01:55.800
|
||||
Throughout the United States, state laws governing non-profit organizations
|
||||
|
||||
00:01:56.100 --> 00:02:04.040
|
||||
consistently establish the board as the primary authority responsible for member representation.
|
||||
|
||||
00:02:05.540 --> 00:02:16.750
|
||||
The board serves a specified term, typically two years as defined in the bylaws.
|
||||
|
||||
00:02:19.920 --> 00:02:31.230
|
||||
Many people I've encountered mistakenly believe they have an automatic right to participate in board meetings.
|
||||
|
||||
00:02:35.040 --> 00:02:41.910
|
||||
This is not accurate unless specifically permitted by your bylaws.
|
||||
|
||||
00:02:42.510 --> 00:02:59.000
|
||||
In fact, Robert's Rules of Order contains no provisions granting members the right to participate in board meetings.
|
||||
|
||||
00:03:04.170 --> 00:03:08.610
|
||||
There is a reason only the board has authority to operate the organization.
|
||||
|
||||
00:03:08.610 --> 00:03:17.450
|
||||
Consider this practical example: if five members want to participate in every board meeting,
|
||||
|
||||
00:03:17.450 --> 00:03:22.690
|
||||
it could significantly extend meeting duration and impact efficiency.
|
||||
|
||||
00:03:23.320 --> 00:03:31.560
|
||||
The board needs to focus on their designated responsibilities to operate the organization.
|
||||
|
||||
00:03:32.100 --> 00:03:36.130
|
||||
Remember, general members are not board members.
|
||||
|
||||
00:03:38.670 --> 00:03:53.050
|
||||
Some organizations include a dedicated time for member comments in their meeting agenda.
|
||||
|
||||
00:03:53.750 --> 00:04:01.790
|
||||
This structured approach allows members to share their thoughts and concerns during the designated period.
|
||||
|
||||
00:04:02.230 --> 00:04:06.930
|
||||
After election at the conference and closure of the business meeting,
|
||||
|
||||
00:04:06.930 --> 00:04:10.000
|
||||
the board assumes leadership...
|
||||
|
||||
00:04:12.870 --> 00:04:17.070
|
||||
with three core responsibilities:
|
||||
|
||||
00:04:21.210 --> 00:04:30.020
|
||||
duty of care, duty of loyalty, and duty of obedience.
|
||||
|
||||
00:04:31.550 --> 00:04:36.630
|
||||
Board members must fulfill these criteria throughout their term.
|
||||
|
||||
00:04:37.930 --> 00:04:42.430
|
||||
They have specific duties to fulfill
|
||||
|
||||
00:04:44.170 --> 00:04:53.880
|
||||
For example, at NAD conferences, delegates propose priority motions.
|
||||
|
||||
00:04:56.250 --> 00:05:00.150
|
||||
Once the conference concludes,
|
||||
|
||||
00:05:00.150 --> 00:05:06.720
|
||||
the board takes responsibility for implementing these priorities over the next two years.
|
||||
|
||||
00:05:07.860 --> 00:05:16.530
|
||||
Delegates and members step back from direct involvement, allowing the board to execute their duties effectively.
|
||||
|
||||
00:05:16.530 --> 00:05:19.440
|
||||
This is precisely why they were elected.
|
||||
|
||||
00:05:24.440 --> 00:05:35.650
|
||||
While some bylaws permit member participation,
|
||||
|
||||
00:05:36.650 --> 00:05:41.590
|
||||
I do not encourage this to be in the bylaws.
|
||||
|
||||
00:05:42.290 --> 00:05:49.400
|
||||
The bylaws should empower the board to manage the organization - that's the purpose of their election.
|
||||
|
||||
00:05:52.000 --> 00:06:06.350
|
||||
Many state laws within nonprofit statutes require non-profit organizations to hold annual meetings.
|
||||
|
||||
00:06:08.520 --> 00:06:18.260
|
||||
While many organizations for the Deaf hold conferences every two years,
|
||||
|
||||
00:06:18.260 --> 00:06:24.330
|
||||
but many don't realize that state law often mandates annual meetings.
|
||||
|
||||
00:06:25.640 --> 00:06:36.980
|
||||
So if members need to take action on urgent matters, they can request an annual meeting.
|
||||
|
||||
00:06:36.980 --> 00:06:50.430
|
||||
The members can attend this called business meeting to question board decisions and vote to overturn specific actions if necessary.
|
||||
|
||||
00:06:50.490 --> 00:06:53.460
|
||||
Robert's Rules of Order permits this process.
|
||||
|
||||
00:06:54.330 --> 00:07:04.840
|
||||
However, your organization's bylaws and procedures must explicitly outline these provisions.
|
||||
|
||||
00:07:04.840 --> 00:07:10.980
|
||||
Without such specifications in the bylaws, these actions aren't permitted.
|
||||
|
||||
00:07:15.290 --> 00:07:22.190
|
||||
I support members observing meetings and...
|
||||
|
||||
00:07:22.490 --> 00:07:28.130
|
||||
providing comments at appropriate times.
|
||||
|
||||
00:07:28.130 --> 00:07:37.810
|
||||
I'm fine with this but the board can establish standing rules that clearly define this process.
|
||||
|
||||
00:07:39.710 --> 00:07:47.420
|
||||
These standing rules explain the procedures,
|
||||
|
||||
00:07:47.420 --> 00:07:57.860
|
||||
supported by state law and organizational bylaws.
|
||||
|
||||
00:07:58.360 --> 00:08:01.630
|
||||
Most boards serve two-year terms with clear authority.
|
||||
|
||||
00:08:01.660 --> 00:08:12.240
|
||||
The board has authority to develop and approve standing rules for member comments during board meetings.
|
||||
|
||||
00:08:13.580 --> 00:08:17.980
|
||||
This option provides a structured solution to address member input.
|
||||
|
||||
00:08:18.280 --> 00:08:27.220
|
||||
Without proper structure for member participation, business would never conclude.
|
||||
|
||||
00:08:28.630 --> 00:08:34.330
|
||||
I'm a member of the National Association of Parliamentarians, which has over 4,000 members.
|
||||
|
||||
00:08:35.800 --> 00:08:43.040
|
||||
Consider this: if all members could participate in board meetings, how would we maintain efficiency?
|
||||
|
||||
00:08:43.040 --> 00:08:45.880
|
||||
Such a meeting would be impractical and extraordinarily time-consuming.
|
||||
|
||||
00:08:45.880 --> 00:08:53.680
|
||||
We can observe via Zoom, but participation is limited.
|
||||
|
||||
00:08:54.750 --> 00:09:03.760
|
||||
The board meetings are for conducting organizational business - that's why we elected them to lead the organization.
|
||||
|
||||
00:09:04.830 --> 00:09:15.170
|
||||
It's essential to have clear policy procedures that the board follows.
|
||||
|
||||
00:09:18.310 --> 00:09:23.010
|
||||
Organizations function best when they have well-defined procedures for progress.
|
||||
|
||||
00:09:23.050 --> 00:09:28.820
|
||||
This includes standing rules and related procedures - these are my professional opinions.
|
||||
|
||||
00:09:30.590 --> 00:09:35.890
|
||||
Mark, you've mentioned participation several times.
|
||||
|
||||
00:09:35.890 --> 00:09:40.300
|
||||
Could you clarify what participation means exactly?
|
||||
|
||||
00:09:40.300 --> 00:09:48.370
|
||||
Pre-COVID, many state associations and local clubs
|
||||
|
||||
00:09:48.770 --> 00:09:54.840
|
||||
had members attending meetings who would raise their hands during discussions.
|
||||
|
||||
00:09:54.840 --> 00:10:03.920
|
||||
Now with Zoom and online platforms, boards have the option to disable member videos,
|
||||
|
||||
00:10:03.990 --> 00:10:08.590
|
||||
limiting their ability to share opinions.
|
||||
|
||||
00:10:08.590 --> 00:10:11.160
|
||||
What specifically constitutes participation?
|
||||
|
||||
00:10:12.900 --> 00:10:20.670
|
||||
Robert's Rules of Order clearly establishes members' rights to participate in member meetings.
|
||||
|
||||
00:10:22.210 --> 00:10:23.910
|
||||
This is the members' right.
|
||||
|
||||
00:10:25.010 --> 00:10:29.910
|
||||
However, it deliberately omits provisions for board meeting participation.
|
||||
|
||||
00:10:32.050 --> 00:10:37.150
|
||||
This distinction serves a specific purpose.
|
||||
|
||||
00:10:40.060 --> 00:10:48.400
|
||||
Having unrestricted participation would undermine the board's purpose.
|
||||
|
||||
00:10:52.200 --> 00:11:01.110
|
||||
When you elect board members, you're entrusting them to proceed with their designated responsibilities.
|
||||
|
||||
00:11:04.450 --> 00:11:08.690
|
||||
If there is a board meeting on Zoom platform, it's fine for the members to observe.
|
||||
|
||||
00:11:10.020 --> 00:11:17.790
|
||||
I've written many bylaws and advised numerous organizations.
|
||||
|
||||
00:11:18.800 --> 00:11:23.970
|
||||
It's essential to maintain clear separation between different types of meetings:
|
||||
|
||||
00:11:23.970 --> 00:11:32.380
|
||||
annual meetings where members participate in business decisions,
|
||||
|
||||
00:11:33.340 --> 00:11:38.550
|
||||
and board meetings which serve an entirely different purpose.
|
||||
|
||||
00:11:38.580 --> 00:11:40.620
|
||||
There is a separation.
|
||||
|
||||
00:11:44.090 --> 00:11:50.490
|
||||
I do not encourage member participation in board meetings.
|
||||
|
||||
00:11:50.490 --> 00:11:53.760
|
||||
Members elected the board to proceed with their duties.
|
||||
|
||||
00:11:55.900 --> 00:12:02.970
|
||||
Robert's Rules of Order is explicit - there are no provisions for member participation in board meetings.
|
||||
|
||||
00:12:06.680 --> 00:12:10.950
|
||||
If your organization's bylaws currently allow this,
|
||||
|
||||
00:12:10.980 --> 00:12:27.230
|
||||
I encourage members to reconsider that section through proper amendments.
|
||||
|
||||
00:12:29.870 --> 00:12:35.540
|
||||
Many boards I've observed handle this sensitively.
|
||||
|
||||
00:12:35.870 --> 00:12:44.350
|
||||
They allow members to observe and take notes.
|
||||
|
||||
00:12:44.480 --> 00:12:56.190
|
||||
Members can then contact the president or board with questions afterward, allowing for appropriate response channels.
|
||||
|
||||
00:12:56.930 --> 00:13:02.330
|
||||
This approach enables the board to fulfill their duties effectively.
|
||||
|
||||
00:13:04.730 --> 00:13:11.370
|
||||
This is how I can see how to maintain efficient board meetings.
|
||||
|
||||
00:13:13.110 --> 00:13:19.850
|
||||
When board meetings run efficiently, the entire organization benefits from this efficiency.
|
||||
|
||||
00:13:23.490 --> 00:13:34.760
|
||||
I've seen organizations with smooth board operations achieve remarkable success.
|
||||
|
||||
00:13:39.340 --> 00:13:46.680
|
||||
During annual meetings, the boards can share their reports with members.
|
||||
|
||||
00:13:50.650 --> 00:13:54.320
|
||||
This is a way of annual reports.
|
||||
|
||||
00:13:57.750 --> 00:14:06.260
|
||||
I advise organizations to maintain clear operational boundaries and let boards function independently.
|
||||
|
||||
00:14:06.260 --> 00:14:22.410
|
||||
State laws, Robert's Rules of Order, and bylaws grant boards the authority to manage organizations during their terms on behalf of members.
|
||||
|
||||
00:14:22.580 --> 00:14:28.450
|
||||
Members delegate this power to the board through the election process.
|
||||
|
||||
00:14:29.690 --> 00:14:31.290
|
||||
That's my thought.
|
||||
|
||||
00:14:38.560 --> 00:14:46.400
|
||||
Beyond waiting for annual meetings,
|
||||
|
||||
00:14:47.670 --> 00:14:53.840
|
||||
do members have other channels to express concerns with the board,
|
||||
|
||||
00:14:53.840 --> 00:14:56.610
|
||||
or must they wait for the annual meeting?
|
||||
|
||||
00:15:01.720 --> 00:15:17.100
|
||||
Robert's Rules clearly outlines that members can call special meetings for specific topics,
|
||||
|
||||
00:15:17.100 --> 00:15:36.120
|
||||
provided the bylaws specify the petition requirements, member signatures needed, and advance notice periods.
|
||||
|
||||
00:15:36.890 --> 00:15:41.790
|
||||
These requirements specify how topics must be clearly defined to be discussed.
|
||||
|
||||
00:15:42.760 --> 00:15:47.030
|
||||
Those are the requirements for the Robert's Rules to be applicable.
|
||||
379
public/subtitles/meeting-minutes-access-rights.vtt
Normal file
|
|
@ -0,0 +1,379 @@
|
|||
WEBVTT
|
||||
|
||||
00:00:01.220 --> 00:00:07.620
|
||||
Hello, this is Eliza Kragh.
|
||||
|
||||
00:00:07.660 --> 00:00:14.770
|
||||
I'm with Mark Apodaca, an expert on parliamentary procedure.
|
||||
|
||||
00:00:15.070 --> 00:00:23.740
|
||||
Today we will discuss how members can properly request meeting minutes from a board.
|
||||
|
||||
00:00:23.870 --> 00:00:31.150
|
||||
Mark, could you explain this process and the rights members have regarding meeting minutes?
|
||||
|
||||
00:00:32.750 --> 00:00:47.000
|
||||
Both state statutes and Robert's Rules of Order clearly state that members have a right to see the minutes.
|
||||
|
||||
00:00:49.600 --> 00:00:51.370
|
||||
This is their fundamental right.
|
||||
|
||||
00:00:53.140 --> 00:01:04.980
|
||||
When members request a copy, the secretary must provide it without restrictions.
|
||||
|
||||
00:01:06.980 --> 00:01:14.090
|
||||
The only exception is minutes from executive sessions.
|
||||
|
||||
00:01:14.190 --> 00:01:20.500
|
||||
Executive session minutes are private and serve a different purpose.
|
||||
|
||||
00:01:20.800 --> 00:01:27.140
|
||||
Members have full rights to access general minutes.
|
||||
|
||||
00:01:27.140 --> 00:01:34.140
|
||||
Many organizations now post their meeting minutes on their websites.
|
||||
|
||||
00:01:35.380 --> 00:01:53.200
|
||||
Many bylaws require the secretary to distribute minutes to the board within 30 days after a meeting.
|
||||
|
||||
00:01:54.530 --> 00:02:01.450
|
||||
Each board member must review the copy for accuracy.
|
||||
|
||||
00:02:01.450 --> 00:02:09.450
|
||||
The board cannot release the minutes until after the next board meeting.
|
||||
|
||||
00:02:10.610 --> 00:02:16.850
|
||||
At the next board meeting, the president asks for any corrections.
|
||||
|
||||
00:02:17.020 --> 00:02:20.390
|
||||
If there are no corrections, the minutes are accepted as read.
|
||||
|
||||
00:02:21.760 --> 00:02:28.000
|
||||
Once approved, the minutes can be posted on the website.
|
||||
|
||||
00:02:28.670 --> 00:02:37.540
|
||||
This saves time by eliminating repeated requests to the secretary.
|
||||
|
||||
00:02:40.910 --> 00:02:56.630
|
||||
For 501(c)(3) organizations, which are public non-profits with members,
|
||||
|
||||
00:02:56.690 --> 00:03:03.330
|
||||
members have these rights because they supersede the board's authority.
|
||||
|
||||
00:03:05.470 --> 00:03:09.810
|
||||
Again, they absolutely have the right to see the minutes.
|
||||
|
||||
00:03:10.670 --> 00:03:16.480
|
||||
So the meeting minutes are not private records.
|
||||
|
||||
00:03:16.980 --> 00:03:27.890
|
||||
Since they're registered with the Secretary of State and the IRS, are they considered legal documents?
|
||||
|
||||
00:03:29.290 --> 00:03:32.030
|
||||
Yes, minutes are indeed legal documents.
|
||||
|
||||
00:03:34.000 --> 00:03:46.280
|
||||
I have witnessed situations where minutes were needed for reference.
|
||||
|
||||
00:03:46.540 --> 00:03:49.810
|
||||
I've seen instances when nothing was recorded in the minutes.
|
||||
|
||||
00:03:49.950 --> 00:03:56.250
|
||||
Without documentation, actions become null and void.
|
||||
|
||||
00:03:58.190 --> 00:04:00.860
|
||||
Minutes serve as legal documentation.
|
||||
|
||||
00:04:01.060 --> 00:04:03.830
|
||||
Courts frequently review these documents.
|
||||
|
||||
00:04:05.100 --> 00:04:15.040
|
||||
During audits, organizations must provide minutes to auditors.
|
||||
|
||||
00:04:16.940 --> 00:04:23.950
|
||||
Minutes should record who attended the meeting and the start time.
|
||||
|
||||
00:04:25.150 --> 00:04:34.820
|
||||
They must note who was absent, motions made, seconds, and voting results.
|
||||
|
||||
00:04:35.660 --> 00:04:45.840
|
||||
Minutes are not meant to be a narrative spanning 30 or 40 pages.
|
||||
|
||||
00:04:46.270 --> 00:04:56.710
|
||||
I once knew a secretary who would type all night, producing 30-page minutes.
|
||||
|
||||
00:04:57.810 --> 00:05:03.250
|
||||
This level of detail is unnecessary; only motion results are required.
|
||||
|
||||
00:05:06.790 --> 00:05:09.790
|
||||
Motions should be included when made.
|
||||
|
||||
00:05:09.790 --> 00:05:21.240
|
||||
For example, during conferences, an organization is making bylaw amendments.
|
||||
|
||||
00:05:21.870 --> 00:05:30.980
|
||||
Ten years of conferences from one to the next, with amendments made without documentation.
|
||||
|
||||
00:05:32.520 --> 00:05:37.120
|
||||
These amendments were completely missing from the minutes.
|
||||
|
||||
00:05:39.860 --> 00:05:46.230
|
||||
This renders the current bylaws null and void.
|
||||
|
||||
00:05:46.530 --> 00:06:01.080
|
||||
Organizations must revert to 10-year-old bylaws because there's no record of amendments.
|
||||
|
||||
00:05:46.530 --> 00:06:01.080
|
||||
Organizations must revert to 10-year-old bylaws because there's no record of amendments.
|
||||
|
||||
00:06:01.480 --> 00:06:05.750
|
||||
This demonstrates why proper record-keeping is crucial.
|
||||
|
||||
00:06:09.820 --> 00:06:20.500
|
||||
For those interested in becoming secretary, I encourage learning proper minute-taking.
|
||||
|
||||
00:06:20.530 --> 00:06:28.300
|
||||
Many believe minutes require extensive writing, but that's incorrect.
|
||||
|
||||
00:06:29.770 --> 00:06:32.840
|
||||
Remember, minutes are legal documents.
|
||||
|
||||
00:06:33.480 --> 00:06:40.220
|
||||
If something isn't documented in the minutes, it never happened?
|
||||
|
||||
00:06:40.980 --> 00:06:42.350
|
||||
Correct.
|
||||
|
||||
00:06:43.190 --> 00:06:47.190
|
||||
Without records, there is no proof.
|
||||
|
||||
00:06:49.030 --> 00:06:55.770
|
||||
How should members request meeting minutes?
|
||||
|
||||
00:06:56.830 --> 00:07:08.810
|
||||
If minutes aren't posted on the website, members may their right to contact the secretary for the minutes.
|
||||
|
||||
00:07:10.450 --> 00:07:18.560
|
||||
Members also have rights to access bylaws and policy procedures, which should be available on the website.
|
||||
|
||||
00:07:23.590 --> 00:07:28.130
|
||||
For instance, members could see that there's a policy in place for the secretary to distribute
|
||||
|
||||
00:07:28.130 --> 00:07:33.600
|
||||
the board minutes to the board within thirty days to be reviewed and approved at next board meeting.
|
||||
|
||||
00:07:33.670 --> 00:07:40.780
|
||||
After meeting these criteria, members may request copies of the minutes from the secretary.
|
||||
|
||||
00:07:42.180 --> 00:07:46.980
|
||||
Posting minutes online saves time for everyone involved.
|
||||
|
||||
00:07:47.050 --> 00:07:56.460
|
||||
Members have this right according to Robert's Rules and state statutes to see the minutes.
|
||||
|
||||
00:07:58.160 --> 00:08:06.440
|
||||
Can boards require members to sign documents before releasing minutes?
|
||||
|
||||
00:08:07.270 --> 00:08:11.670
|
||||
No, there's no requirement for signatures.
|
||||
|
||||
00:08:14.810 --> 00:08:18.150
|
||||
Why should there be a signed document when it's public information?
|
||||
|
||||
00:08:21.250 --> 00:08:24.550
|
||||
That's the information members have a right to access.
|
||||
|
||||
00:08:24.590 --> 00:08:29.830
|
||||
Members deserve to know how their organization operates through those minutes.
|
||||
|
||||
00:08:32.160 --> 00:08:41.350
|
||||
At annual meetings, members can question the board about decisions.
|
||||
|
||||
00:08:41.350 --> 00:08:46.010
|
||||
They can ask the president to explain decisions documented in minutes.
|
||||
|
||||
00:08:47.210 --> 00:08:49.180
|
||||
That's the right of the members.
|
||||
|
||||
00:08:50.680 --> 00:08:54.320
|
||||
Requiring signatures serves no legitimate purpose.
|
||||
|
||||
00:08:57.090 --> 00:09:04.890
|
||||
What should members do if boards refuse to release minutes after being requested for them?
|
||||
|
||||
00:09:05.330 --> 00:09:08.800
|
||||
What's the proper process to get those meeting minutes?
|
||||
|
||||
00:09:11.530 --> 00:09:20.670
|
||||
Some organizations contact their state attorney general.
|
||||
|
||||
00:09:24.250 --> 00:09:33.260
|
||||
Each state has an attorney general division handling non-profit matters.
|
||||
|
||||
00:09:33.260 --> 00:09:43.970
|
||||
They can send warning letters requiring boards to release minutes.
|
||||
|
||||
00:09:46.040 --> 00:09:51.440
|
||||
It's unwise to challenge the legal system in these matters.
|
||||
|
||||
00:09:54.110 --> 00:10:08.090
|
||||
Many boards need proper parliamentary training about minute-taking.
|
||||
|
||||
00:10:09.260 --> 00:10:15.600
|
||||
They must understand who has access rights and what to document.
|
||||
|
||||
00:10:16.270 --> 00:10:27.880
|
||||
With proper understanding on the role of the minutes, releasing minutes becomes routine.
|
||||
|
||||
00:10:35.650 --> 00:10:43.690
|
||||
This helps clarify the purpose of meeting minutes.
|
||||
|
||||
00:10:43.690 --> 00:10:48.630
|
||||
It shows why proper documentation is essential.
|
||||
|
||||
00:10:48.630 --> 00:10:54.200
|
||||
Without documentation, events officially never occurred.
|
||||
|
||||
00:10:54.240 --> 00:11:00.340
|
||||
Minutes are legal documents, not storytelling.
|
||||
|
||||
00:11:03.310 --> 00:11:13.190
|
||||
At parliamentary conferences, we hold various events such as workshops, galas, and business meetings.
|
||||
|
||||
00:11:14.990 --> 00:11:22.900
|
||||
Members can question boards about minutes during business meetings.
|
||||
|
||||
00:11:25.570 --> 00:11:31.940
|
||||
They can ask about specific board decisions.
|
||||
|
||||
00:11:31.940 --> 00:11:35.010
|
||||
The board is required to respond to those questions.
|
||||
|
||||
00:11:37.010 --> 00:11:41.850
|
||||
The members would be aware when the minutes are accessible on websites for transparency.
|
||||
|
||||
00:11:42.850 --> 00:11:48.060
|
||||
This information is public, and members have the right to know.
|
||||
|
||||
00:11:48.790 --> 00:12:00.900
|
||||
Members can motion to override board decisions.
|
||||
|
||||
00:12:01.800 --> 00:12:04.140
|
||||
This rarely occurs.
|
||||
|
||||
00:12:07.080 --> 00:12:11.010
|
||||
Education about minute-taking is crucial.
|
||||
|
||||
00:12:12.050 --> 00:12:16.450
|
||||
Secretaries should understand their role and the purpose of the minutes thoroughly.
|
||||
|
||||
00:12:16.450 --> 00:12:23.360
|
||||
Many guides explain proper minute-taking procedures for secretaries.
|
||||
|
||||
00:12:23.690 --> 00:12:34.770
|
||||
These guides and Robert's Rules should be reviewed as they can explain the role of the secretary.
|
||||
|
||||
00:12:38.840 --> 00:12:45.880
|
||||
Secretaries play a vital role in documentation through meeting minutes.
|
||||
|
||||
00:12:46.120 --> 00:12:55.160
|
||||
They should receive proper training in minute-taking to ensure all are properly documented.
|
||||
|
||||
00:12:56.390 --> 00:13:06.500
|
||||
Yes, as there is another example which involves me as a parliamentarian to attend a conference.
|
||||
|
||||
00:13:07.500 --> 00:13:20.320
|
||||
Because I am a Professional Registered Parliamentarian, which is a top certification, I always request minutes from previous conference.
|
||||
|
||||
00:13:22.120 --> 00:13:37.230
|
||||
I do this to ensure I have access to last conference's events, so if someone brings up something from the previous conference, I can check the minutes to verify what happened.
|
||||
|
||||
00:13:37.270 --> 00:13:40.970
|
||||
If there was not anything documented in the minutes, then nothing happened.
|
||||
|
||||
00:13:40.970 --> 00:13:44.310
|
||||
This documentation is crucial for my role as parliamentarian.
|
||||
|
||||
00:13:46.040 --> 00:13:58.350
|
||||
At the same time, I will read their state's statutes that cover nonprofit organizations, their bylaws, and their policy procedures.
|
||||
|
||||
00:13:58.650 --> 00:14:08.400
|
||||
This knowledge helps me advise presidents on meeting procedures and be prepared to answer questions.
|
||||
|
||||
00:14:08.400 --> 00:14:15.200
|
||||
But again, I must have the copy of the minutes before the meeting.
|
||||
|
||||
00:14:15.200 --> 00:14:16.970
|
||||
That is important.
|
||||
|
||||
00:14:17.440 --> 00:14:29.650
|
||||
Education seems key, and many organizations would benefit from consulting a parliamentarian or lawyer.
|
||||
|
||||
00:14:31.450 --> 00:14:32.760
|
||||
Yes.
|
||||
|
||||
00:14:33.720 --> 00:14:35.590
|
||||
Thank you, Mark!
|
||||
|
||||
00:14:36.390 --> 00:14:38.230
|
||||
Would you like to add anything else?
|
||||
|
||||
00:14:40.330 --> 00:14:46.170
|
||||
I offer workshops on minute documentation,
|
||||
|
||||
00:14:46.170 --> 00:14:48.970
|
||||
how to develop financial reports,
|
||||
|
||||
00:14:50.210 --> 00:14:52.980
|
||||
explain the role and responsibilities of the board,
|
||||
|
||||
00:14:52.980 --> 00:14:55.440
|
||||
the role of members,
|
||||
|
||||
00:14:55.440 --> 00:14:59.820
|
||||
and can cover several different topics.
|
||||
|
||||
00:14:59.820 --> 00:15:04.190
|
||||
Organizations can request training on specific topics.
|
||||
|
||||
00:15:05.350 --> 00:15:07.520
|
||||
I would be willing to provide those.
|
||||
|
||||
00:15:08.090 --> 00:15:17.270
|
||||
I recently received a request from someone who wanted me to provide a statewide workshop.
|
||||
|
||||
00:15:17.830 --> 00:15:24.210
|
||||
I provided a list of different topics that can be chosen.
|
||||
|
||||
00:15:25.840 --> 00:15:27.940
|
||||
That's something I'm working on now.
|
||||
|
||||
00:15:27.940 --> 00:15:37.320
|
||||
I commend organizations seeking to learn at least the parliamentary basics such as knowing their rights as members.
|
||||
|
||||
00:15:40.490 --> 00:15:42.360
|
||||
Education remains vital.
|
||||
|
||||
00:15:45.430 --> 00:15:46.860
|
||||
Thank you, Mark.
|
||||
|
||||
00:15:46.860 --> 00:15:54.840
|
||||
I really appreciate your willingness to explaining the purpose of meeting minutes' and its importance,
|
||||
|
||||
00:15:54.840 --> 00:16:02.980
|
||||
the proper procedure for requesting minutes, and members' rights to these legal documents.
|
||||
|
||||
00:16:02.980 --> 00:16:12.820
|
||||
and clarifying that those meeting minutes are not private information, but instead, are legal documents which is important to be understood by members to know that.
|
||||
|
||||
00:16:13.390 --> 00:16:20.500
|
||||
You've explained about the role of the secretary which is to document what is required.
|
||||
|
||||
00:16:20.930 --> 00:16:26.540
|
||||
Thank you for the clarification on why meeting minutes are so important.
|
||||
|
||||
00:16:26.540 --> 00:16:27.600
|
||||
Thank you!
|
||||
|
||||
00:16:29.270 --> 00:16:30.740
|
||||
You're welcome!
|
||||
63
public/transcriptions/board-member-reprimands.txt
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
Board Member Reprimands: Due Process Guidelines
|
||||
|
||||
In a professional Zoom meeting setup, Eliza Kragh appears on the left side of the screen. She has short, dark, and slightly wavy hair, wearing a dark navy or black long-sleeve top. She is seated in a black chair against a soft beige background. On the right side is Mark Apodaca, distinguished by his short, graying hair and beard. He is wearing glasses and a dark sweater with a light gray collar. His hands are clasped together in front of him, and his background is a light beige or pale greenish color, with a hint of a wooden structure visible on the right side, suggesting a bookshelf or cabinet.
|
||||
|
||||
Eliza begins warmly, "Hello everyone! I'm Eliza Kragh, and today I'm joined by Mark Apodaca, a parliamentary procedure expert. Today we're discussing an essential topic regarding reprimands."
|
||||
|
||||
She continues with a focused expression, "Mark, could you explain how a member properly reprimands a board member?"
|
||||
|
||||
Mark responds thoughtfully, "Robert's Rules contains three chapters on disciplinary procedures. It's important to note that discipline and reprimand are two distinct concepts. We must first consider the reason for the reprimand."
|
||||
|
||||
He elaborates on the framework, "The organization's bylaws should address how to handle such situations. Policy procedures should also provide guidance on this matter. Typically, reprimands are handled within the board itself."
|
||||
|
||||
Mark explains the process, "After the conference concludes, newly elected officers begin their terms. Most state organizations operate with two-year officer terms. The board assumes primary responsibility for organizational governance."
|
||||
|
||||
He outlines communication channels, "Members may communicate concerns to the board through email or direct approach. However, the board must take appropriate action. If specific procedures aren't outlined in the bylaws or policy manual, the organization's objectives become the guiding principles."
|
||||
|
||||
Mark details the procedure, "When a board member violates these objectives, the governance committee addresses the issue. The governance committee meets with the board member to seek resolution. If the president determines no violation occurred, but the board disagrees, they may challenge this decision."
|
||||
|
||||
He continues explaining the process, "The board can inform the president of clear violations of organizational objectives. The president must then decide whether to agree or disagree with these concerns. Members may challenge the president's ruling by declaring it 'out of order.'"
|
||||
|
||||
Mark outlines the appeal process, "If the president dismisses this concern despite evidence of an objective violation, members can motion to appeal the president's decision, requiring a second to proceed. Members may request the president's explanation for the ruling. The president must provide their reasoning. Members may present opposing viewpoints if they disagree with the president's decision."
|
||||
|
||||
He explains the voting process, "The membership can vote to override the president's decision. For serious violations of organizational objectives, the board may issue a reprimand. The board maintains authority during their two-year term to operate the organization. This concludes the reprimand procedure."
|
||||
|
||||
Eliza seeks clarification, "You've explained how the board can reprimand a board member. What rights do individual members have in this process?"
|
||||
|
||||
Mark emphasizes the importance of evidence, "Evidence must be gathered to support any violation claims. Documentation such as emails can serve as evidence of violations. Without evidence, there is no basis for disciplinary action. Hearsay evidence cannot justify reprimands, as this may lead to further complications."
|
||||
|
||||
He stresses documentation, "Documented proof makes the violation actionable. The board should develop comprehensive guidance and policies. These should outline procedures for handling violations and implementing reprimands. Due process procedures must be clearly defined."
|
||||
|
||||
Mark warns of potential issues, "Without established due process, reprimands cannot be properly executed. This leads to ongoing organizational challenges. Clear guidance for due process is essential. When serious violations occur, these guidelines provide a framework for action."
|
||||
|
||||
He shares his observations, "Many organizations lack proper due process procedures in their policies. Some boards have issued reprimands without sufficient justification. For organizational efficiency, establish clear due process guidelines for reprimands. This prevents unnecessary complications and delays."
|
||||
|
||||
Eliza notes, "Members should review bylaws for existing due process procedures. Should these be absent, amendments can be proposed at annual meetings."
|
||||
|
||||
Mark recommends, "I recommend adding these to policy procedure guidance. They shouldn't be in the bylaws. Bylaws explain the structure of the organization, how it's established and operated. Policy procedures explain how to handle emerging issues. These policies guide the board in resolving issues."
|
||||
|
||||
He emphasizes the importance of policies, "Without policy guidelines, issue resolution becomes challenging. Organizations with strong policies successfully resolve issues through established guidance. Publishing policies on the organization's website increases member accessibility. During their term, the board maintains authority over reprimand processes."
|
||||
|
||||
Eliza observes, "Members need access to both bylaws and procedures to understand their rights."
|
||||
|
||||
Mark agrees, "Both documents are essential for organizational function. New members should receive copies of bylaws for review. Bylaws explain organizational structure. Policy manuals detail procedures for organizational operations."
|
||||
|
||||
He adds an important point, "Additionally... Many bylaws I've reviewed lack a code of conduct. These should address conflicts of interest, confidentiality, and bylaw violations. Many bylaws omit these elements. This creates potential organizational challenges."
|
||||
|
||||
Mark emphasizes, "A code of conduct is essential in organizational bylaws. Policy procedures should expand on these guidelines. This prevents complications and delays."
|
||||
|
||||
Eliza reflects, "Education is indeed the key. Understanding parliamentary procedures benefits both board and members." She holds up a book, "Do you recommend this specific book?"
|
||||
|
||||
Mark endorses the resource, "This book provides a concise overview of Robert's Rules of Order. It's an excellent resource. For deeper understanding, consult Robert's Rules of Order Newly Revised, 12th Edition. The brief version references specific sections in the complete edition. It's valuable for learning basic parliamentary procedures."
|
||||
|
||||
Eliza comments, "It's designed for clear understanding and implementation."
|
||||
|
||||
Mark continues, "I encourage organization members to start with this book. Apply this knowledge during annual meetings. Familiarize yourself with state nonprofit statutes regarding annual meetings. Understanding parliamentary procedure prepares members for effective participation. This enhances meeting efficiency. I recommend purchasing this version."
|
||||
|
||||
Eliza concludes, "Education enables collective growth. Together we can advance the Deaf community."
|
||||
|
||||
Mark shares his credentials, "As a Professional Registered Parliamentarian, I complete annual continuing education. Our training workshops span multiple days. Ongoing education is required. We must understand various perspectives. I've had excellent instructors. Many are certified parliamentary procedure educators. I regularly attend NAP conferences and leadership training sessions. Topics include bylaws and disciplinary procedures."
|
||||
|
||||
Eliza expresses gratitude, "Thank you for explaining due process for all members. I recommend purchasing this helpful guide."
|
||||
|
||||
She concludes warmly, "Thank you, Mark!"
|
||||
51
public/transcriptions/board-participation-guidelines.txt
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
Board Meeting Participation: Guidelines & Procedures
|
||||
|
||||
In a professional virtual meeting setup via Zoom, Eliza Kragh appears on the left side of the screen, with her short, dark, and slightly wavy hair framing her face. She's wearing a black long-sleeve top and is seated in a black chair against a neutral beige background. On the right side of the screen is Mark Apodaca, distinguished by his graying hair and beard, wearing glasses and a red shirt. He's seated against a light greenish background.
|
||||
|
||||
Eliza begins warmly, "Hello everyone. I'm Eliza Kragh, and today I'm joined by Mark Apodaca, an expert in parliamentary procedures. We'll be addressing two important questions in our discussion today."
|
||||
|
||||
She continues with genuine enthusiasm, "Mark, thank you for being here today. I'm excited and looking forward to our discussion. Shall we begin with the first question?"
|
||||
|
||||
Mark responds affirmatively, "Yes, please proceed."
|
||||
|
||||
Eliza presents the first topic, "Our first question relates to Robert's Rules of Order, 12th edition. When members disagree with board decisions, what is the appropriate protocol for expressing their concerns?"
|
||||
|
||||
Mark thoughtfully begins his comprehensive response, "Many members don't realize that during a conference or business meeting, we elect our leadership- the president, vice president, and other officers through a democratic voting process. Once the meeting concludes, the elected board assumes full authority and becomes responsible for managing the organization on behalf of its members."
|
||||
|
||||
He continues, explaining the legal framework, "Throughout the United States, state laws governing non-profit organizations consistently establish the board as the primary authority responsible for member representation. The board serves a specified term, typically two years as defined in the bylaws."
|
||||
|
||||
Mark addresses a common misconception, "Many people I've encountered mistakenly believe they have an automatic right to participate in board meetings. This is not accurate unless specifically permitted by your bylaws. In fact, Robert's Rules of Order contains no provisions granting members the right to participate in board meetings."
|
||||
|
||||
He provides a practical perspective, "There is a reason only the board has authority to operate the organization. Consider this practical example: if five members want to participate in every board meeting, it could significantly extend meeting duration and impact efficiency. The board needs to focus on their designated responsibilities to operate the organization. Remember, general members are not board members."
|
||||
|
||||
Mark offers a solution, "Some organizations include a dedicated time for member comments in their meeting agenda. This structured approach allows members to share their thoughts and concerns during the designated period."
|
||||
|
||||
He elaborates on board responsibilities, "After election at the conference and closure of the business meeting, the board assumes leadership with three core responsibilities: duty of care, duty of loyalty, and duty of obedience. Board members must fulfill these criteria throughout their term."
|
||||
|
||||
Providing a specific example, Mark explains, "For example, at NAD conferences, delegates propose priority motions. Once the conference concludes, the board takes responsibility for implementing these priorities over the next two years. Delegates and members step back from direct involvement, allowing the board to execute their duties effectively. This is precisely why they were elected."
|
||||
|
||||
Mark addresses bylaw considerations, "While some bylaws permit member participation, I do not encourage this to be in the bylaws. The bylaws should empower the board to manage the organization - that's the purpose of their election."
|
||||
|
||||
He explains legal requirements, "Many state laws within nonprofit statutes require non-profit organizations to hold annual meetings. While many organizations for the Deaf hold conferences every two years, many don't realize that state law often mandates annual meetings. So if members need to take action on urgent matters, they can request an annual meeting."
|
||||
|
||||
Regarding member rights, Mark clarifies, "The members can attend this called business meeting to question board decisions and vote to overturn specific actions if necessary. Robert's Rules of Order permits this process. However, your organization's bylaws and procedures must explicitly outline these provisions. Without such specifications in the bylaws, these actions aren't permitted."
|
||||
|
||||
On the topic of meeting observation, he states, "I support members observing meetings and providing comments at appropriate times. I'm fine with this but the board can establish standing rules that clearly define this process. These standing rules explain the procedures, supported by state law and organizational bylaws."
|
||||
|
||||
He emphasizes board authority, "Most boards serve two-year terms with clear authority. The board has authority to develop and approve standing rules for member comments during board meetings. This option provides a structured solution to address member input. Without proper structure for member participation, business would never conclude."
|
||||
|
||||
Drawing from his experience, Mark shares, "I'm a member of the National Association of Parliamentarians, which has over 4,000 members. Consider this: if all members could participate in board meetings, how would we maintain efficiency?"
|
||||
|
||||
Eliza interjects, "Such a meeting would be impractical and extraordinarily time-consuming."
|
||||
|
||||
Mark agrees and continues, "We can observe via Zoom, but participation is limited. The board meetings are for conducting organizational business - that's why we elected them to lead the organization. It's essential to have clear policy procedures that the board follows. Organizations function best when they have well-defined procedures for progress. This includes standing rules and related procedures - these are my professional opinions."
|
||||
|
||||
Eliza seeks clarification, "Mark, you've mentioned participation several times. Could you clarify what participation means exactly? Pre-COVID, many state associations and local clubs had members attending meetings who would raise their hands during discussions. Now with Zoom and online platforms, boards have the option to disable member videos, limiting their ability to share opinions. What specifically constitutes participation?"
|
||||
|
||||
Mark provides a detailed response, "Robert's Rules of Order clearly establishes members' rights to participate in member meetings. This is the members' right. However, it deliberately omits provisions for board meeting participation. This distinction serves a specific purpose. Having unrestricted participation would undermine the board's purpose. When you elect board members, you're entrusting them to proceed with their designated responsibilities."
|
||||
|
||||
He concludes with practical advice, "If there is a board meeting on Zoom platform, it's fine for the members to observe. I've written many bylaws and advised numerous organizations. It's essential to maintain clear separation between different types of meetings: annual meetings where members participate in business decisions, and board meetings which serve an entirely different purpose. There is a separation. I do not encourage member participation in board meetings. Members elected the board to proceed with their duties. Robert's Rules of Order is explicit - there are no provisions for member participation in board meetings."
|
||||
|
||||
Mark offers final recommendations, "If your organization's bylaws currently allow this, I encourage members to reconsider that section through proper amendments. Many boards I've observed handle this sensitively. They allow members to observe and take notes. Members can then contact the president or board with questions afterward, allowing for appropriate response channels. This approach enables the board to fulfill their duties effectively."
|
||||
|
||||
The discussion concludes with Mark emphasizing the importance of efficient governance and clear organizational structure, highlighting how proper procedures lead to successful operations and effective leadership.
|
||||
83
public/transcriptions/meeting-minutes-access-rights.txt
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
Meeting Minutes Access Rights: Member Guidelines
|
||||
|
||||
In a professional Zoom meeting setup, Eliza Kragh appears on the left side of the screen. She has short, dark, and slightly wavy hair, wearing a dark navy or black long-sleeve top. She is seated in a black chair against a soft beige background. On the right side is Mark Apodaca, distinguished by his short, graying hair and beard. He is wearing glasses and a dark sweater with a light gray collar. His hands are clasped together in front of him, and his background is a light beige or pale greenish color, with a hint of a wooden structure visible on the right side, suggesting a bookshelf or cabinet.
|
||||
|
||||
Eliza begins warmly, "Hello, this is Eliza Kragh. I'm with Mark Apodaca, an expert on parliamentary procedure."
|
||||
|
||||
She continues with purpose, "Today we will discuss how members can properly request meeting minutes from a board. Mark, could you explain this process and the rights members have regarding meeting minutes?"
|
||||
|
||||
Mark responds authoritatively, "Both state statutes and Robert's Rules of Order clearly state that members have a right to see the minutes. This is their fundamental right."
|
||||
|
||||
He elaborates, "When members request a copy, the secretary must provide it without restrictions. The only exception is minutes from executive sessions. Executive session minutes are private and serve a different purpose."
|
||||
|
||||
Mark emphasizes the accessibility, "Members have full rights to access general minutes. Many organizations now post their meeting minutes on their websites."
|
||||
|
||||
He explains the typical process, "Many bylaws require the secretary to distribute minutes to the board within 30 days after a meeting. Each board member must review the copy for accuracy. The board cannot release the minutes until after the next board meeting."
|
||||
|
||||
Mark details the approval process, "At the next board meeting, the president asks for any corrections. If there are no corrections, the minutes are accepted as read. Once approved, the minutes can be posted on the website. This saves time by eliminating repeated requests to the secretary."
|
||||
|
||||
He explains the legal context, "For 501(c)(3) organizations, which are public non-profits with members, members have these rights because they supersede the board's authority. Again, they absolutely have the right to see the minutes."
|
||||
|
||||
Eliza seeks clarification, "So the meeting minutes are not private records. Since they're registered with the Secretary of State and the IRS, are they considered legal documents?"
|
||||
|
||||
Mark confirms firmly, "Yes, minutes are indeed legal documents. I have witnessed situations where minutes were needed for reference. I've seen instances when nothing was recorded in the minutes. Without documentation, actions become null and void."
|
||||
|
||||
He emphasizes the legal significance, "Minutes serve as legal documentation. Courts frequently review these documents. During audits, organizations must provide minutes to auditors."
|
||||
|
||||
Mark outlines proper documentation requirements, "Minutes should record who attended the meeting and the start time. They must note who was absent, motions made, seconds, and voting results. Minutes are not meant to be a narrative spanning 30 or 40 pages."
|
||||
|
||||
He shares an example, "I once knew a secretary who would type all night, producing 30-page minutes. This level of detail is unnecessary; only motion results are required."
|
||||
|
||||
Mark illustrates potential consequences, "For example, during conferences, an organization is making bylaw amendments. Ten years of conferences from one to the next, with amendments made without documentation. These amendments were completely missing from the minutes. This renders the current bylaws null and void. Organizations must revert to 10-year-old bylaws because there's no record of amendments. This demonstrates why proper record-keeping is crucial."
|
||||
|
||||
He advises future secretaries, "For those interested in becoming secretary, I encourage learning proper minute-taking. Many believe minutes require extensive writing, but that's incorrect. Remember, minutes are legal documents."
|
||||
|
||||
Eliza asks for confirmation, "If something isn't documented in the minutes, it never happened?"
|
||||
|
||||
Mark responds definitively, "Correct. Without records, there is no proof."
|
||||
|
||||
Eliza inquires about process, "How should members request meeting minutes?"
|
||||
|
||||
Mark explains the procedure, "If minutes aren't posted on the website, members may exercise their right to contact the secretary for the minutes. Members also have rights to access bylaws and policy procedures, which should be available on the website."
|
||||
|
||||
He details typical policies, "For instance, members could see that there's a policy in place for the secretary to distribute the board minutes to the board within thirty days to be reviewed and approved at next board meeting. After meeting these criteria, members may request copies of the minutes from the secretary. Posting minutes online saves time for everyone involved. Members have this right according to Robert's Rules and state statutes to see the minutes."
|
||||
|
||||
Eliza raises a common question, "Can boards require members to sign documents before releasing minutes?"
|
||||
|
||||
Mark responds firmly, "No, there's no requirement for signatures. Why should there be a signed document when it's public information? That's the information members have a right to access. Members deserve to know how their organization operates through those minutes."
|
||||
|
||||
He elaborates on member rights, "At annual meetings, members can question the board about decisions. They can ask the president to explain decisions documented in minutes. That's the right of the members. Requiring signatures serves no legitimate purpose."
|
||||
|
||||
Eliza asks about enforcement, "What should members do if boards refuse to release minutes after being requested for them? What's the proper process to get those meeting minutes?"
|
||||
|
||||
Mark outlines the escalation process, "Some organizations contact their state attorney general. Each state has an attorney general division handling non-profit matters. They can send warning letters requiring boards to release minutes. It's unwise to challenge the legal system in these matters."
|
||||
|
||||
He emphasizes education, "Many boards need proper parliamentary training about minute-taking. They must understand who has access rights and what to document. With proper understanding on the role of the minutes, releasing minutes becomes routine."
|
||||
|
||||
Eliza summarizes, "This helps clarify the purpose of meeting minutes. It shows why proper documentation is essential. Without documentation, events officially never occurred. Minutes are legal documents, not storytelling."
|
||||
|
||||
Mark shares from experience, "At parliamentary conferences, we hold various events such as workshops, galas, and business meetings. Members can question boards about minutes during business meetings. They can ask about specific board decisions. The board is required to respond to those questions."
|
||||
|
||||
He emphasizes transparency, "The members would be aware when the minutes are accessible on websites for transparency. This information is public, and members have the right to know. Members can motion to override board decisions. This rarely occurs."
|
||||
|
||||
Mark stresses the importance of education, "Education about minute-taking is crucial. Secretaries should understand their role and the purpose of the minutes thoroughly. Many guides explain proper minute-taking procedures for secretaries. These guides and Robert's Rules should be reviewed as they can explain the role of the secretary."
|
||||
|
||||
Eliza acknowledges, "Secretaries play a vital role in documentation through meeting minutes. They should receive proper training in minute-taking to ensure all are properly documented."
|
||||
|
||||
Mark shares personal practice, "Yes, as there is another example which involves me as a parliamentarian to attend a conference. Because I am a Professional Registered Parliamentarian, which is a top certification, I always request minutes from previous conference."
|
||||
|
||||
He explains his methodology, "I do this to ensure I have access to last conference's events, so if someone brings up something from the previous conference, I can check the minutes to verify what happened. If there was not anything documented in the minutes, then nothing happened. This documentation is crucial for my role as parliamentarian."
|
||||
|
||||
Mark describes his preparation, "At the same time, I will read their state's statutes that cover nonprofit organizations, their bylaws, and their policy procedures. This knowledge helps me advise presidents on meeting procedures and be prepared to answer questions. But again, I must have the copy of the minutes before the meeting. That is important."
|
||||
|
||||
Eliza concludes, "Education seems key, and many organizations would benefit from consulting a parliamentarian or lawyer."
|
||||
|
||||
Mark agrees, "Yes," and responds to Eliza's invitation to add final thoughts.
|
||||
|
||||
He outlines his services, "I offer workshops on minute documentation, how to develop financial reports, explain the role and responsibilities of the board, the role of members, and can cover several different topics. Organizations can request training on specific topics. I would be willing to provide those."
|
||||
|
||||
Mark shares current work, "I recently received a request from someone who wanted me to provide a statewide workshop. I provided a list of different topics that can be chosen. That's something I'm working on now. I commend organizations seeking to learn at least the parliamentary basics such as knowing their rights as members. Education remains vital."
|
||||
|
||||
Eliza expresses gratitude, "Thank you, Mark. I really appreciate your willingness to explaining the purpose of meeting minutes' and its importance, the proper procedure for requesting minutes, and members' rights to these legal documents. And clarifying that those meeting minutes are not private information, but instead, are legal documents which is important to be understood by members to know that. You've explained about the role of the secretary which is to document what is required. Thank you for the clarification on why meeting minutes are so important. Thank you!"
|
||||
|
||||
Mark responds warmly, "You're welcome!"
|
||||
BIN
public/videos/board-member-reprimands.mp4
Normal file
BIN
public/videos/board-participation-guidelines.mp4
Normal file
BIN
public/videos/meeting-minutes-access-rights.mp4
Normal file
BIN
public/videos/minutes-approval-procedure.mp4
Normal file
|
|
@ -38,13 +38,32 @@ const resourceCategories: Category[] = [
|
|||
transcriptSrc: '/transcriptions/minutes-approval-procedure.txt'
|
||||
},
|
||||
{
|
||||
id: 'gov2',
|
||||
title: 'Effective Board Meeting Management',
|
||||
description: 'Best practices for conducting productive and inclusive board meetings',
|
||||
thumbnail: '/images/thumbnails/board-meetings.jpg',
|
||||
videoSrc: '/videos/board-meetings.mp4',
|
||||
vttSrc: '/subtitles/board-meetings.vtt'
|
||||
}
|
||||
id: 'board-participation-guidelines',
|
||||
title: 'Board Meeting Participation: Guidelines & Procedures',
|
||||
description: 'Expert parliamentarian Mark Apodaca explains proper protocols for member participation in board meetings and channels for expressing concerns',
|
||||
thumbnail: '/images/thumbnails/board-participation-guidelines.png',
|
||||
videoSrc: '/videos/board-participation-guidelines.mp4',
|
||||
vttSrc: '/subtitles/board-participation-guidelines.vtt',
|
||||
transcriptSrc: '/transcriptions/board-participation-guidelines.txt'
|
||||
},
|
||||
{
|
||||
id: 'board-member-reprimands',
|
||||
title: 'Board Member Reprimands: Due Process Guidelines',
|
||||
description: 'Expert parliamentarian Mark Apodaca explains proper procedures for handling board member reprimands and the importance of due process in organizational governance',
|
||||
thumbnail: '/images/thumbnails/board-member-reprimands.png',
|
||||
videoSrc: '/videos/board-member-reprimands.mp4',
|
||||
vttSrc: '/subtitles/board-member-reprimands.vtt',
|
||||
transcriptSrc: '/transcriptions/board-member-reprimands.txt'
|
||||
},
|
||||
{
|
||||
id: 'meeting-minutes-access-rights',
|
||||
title: 'Meeting Minutes Access Rights: Member Guidelines',
|
||||
description: 'Expert parliamentarian Mark Apodaca explains members\' rights to access meeting minutes and proper procedures for requesting organizational records',
|
||||
thumbnail: '/images/thumbnails/meeting-minutes-access-rights.png',
|
||||
videoSrc: '/videos/meeting-minutes-access-rights.mp4',
|
||||
vttSrc: '/subtitles/meeting-minutes-access-rights.vtt',
|
||||
transcriptSrc: '/transcriptions/meeting-minutes-access-rights.txt'
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||