modified: arm_PDFGenerator-dontSaveOnline.md
This commit is contained in:
parent
dac1951333
commit
7ec15b4490
@ -52,18 +52,22 @@ PDFGenerator-dontSaveOnline is a variant of the main PDFGenerator component, spe
|
||||
## Differences from Standard PDFGenerator
|
||||
|
||||
### Storage
|
||||
|
||||
- Standard: Automatic online storage
|
||||
- dontSaveOnline: Configurable local storage
|
||||
|
||||
### Database
|
||||
|
||||
- Standard: Production database
|
||||
- dontSaveOnline: Testing database
|
||||
|
||||
### Error Handling
|
||||
|
||||
- Standard: Production logging
|
||||
- dontSaveOnline: Development-focused logging
|
||||
|
||||
### Configuration
|
||||
|
||||
- Standard: Fixed production settings
|
||||
- dontSaveOnline: Flexible configuration
|
||||
|
||||
@ -107,12 +111,14 @@ PDFGenerator-dontSaveOnline is a variant of the main PDFGenerator component, spe
|
||||
## Integration
|
||||
|
||||
### Development Workflow
|
||||
|
||||
1. Create/modify templates
|
||||
2. Generate test documents
|
||||
3. Verify output locally
|
||||
4. Deploy to production
|
||||
|
||||
### Testing Workflow
|
||||
|
||||
1. Configure test environment
|
||||
2. Generate sample documents
|
||||
3. Validate output
|
||||
|
Loading…
x
Reference in New Issue
Block a user