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