vault backup: 2026-05-19 13:14:13
This commit is contained in:
parent
14938fc714
commit
1a32095d82
2 changed files with 27 additions and 2 deletions
|
|
@ -1,7 +1,18 @@
|
|||
---
|
||||
auto_generated: true
|
||||
created: 2026-05-19
|
||||
manual_updated_at: 2026-05-19
|
||||
modified: 2026-05-19
|
||||
name: Developer_Manual
|
||||
status: active
|
||||
tags:
|
||||
- client/loreal
|
||||
- domain/security
|
||||
- tech/azure-ad
|
||||
- tech/nextjs
|
||||
- tech/python
|
||||
- type/sop
|
||||
type: sop
|
||||
---
|
||||
|
||||
# L'Oréal OMG Assistant Global - Developer Manual
|
||||
|
|
@ -182,4 +193,7 @@ The application is a PHP-based web interface interacting with external APIs (Box
|
|||
- PHP `max_execution_time` and `upload_max_filesize` may need tuning for large global CSVs. Adjust in `php.ini` if necessary.
|
||||
|
||||
6. **Make.com Webhooks**:
|
||||
- Make.com webhooks may have a timeout. Ensure the submission endpoint returns a 200 OK quickly and processes asynchronously if the payload is large.
|
||||
- Make.com webhooks may have a timeout. Ensure the submission endpoint returns a 200 OK quickly and processes asynchronously if the payload is large.
|
||||
|
||||
## Related
|
||||
- [[01 Projects/baic_dashboard/DEVELOPER_MANUAL.md]]
|
||||
|
|
@ -1,7 +1,15 @@
|
|||
---
|
||||
auto_generated: true
|
||||
created: 2026-05-19
|
||||
manual_updated_at: 2026-05-19
|
||||
modified: 2026-05-19
|
||||
name: User_Manual
|
||||
status: active
|
||||
tags:
|
||||
- client/loreal
|
||||
- tech/azure-ad
|
||||
- type/sop
|
||||
type: sop
|
||||
---
|
||||
|
||||
# L'Oréal OMG Assistant Global - User Manual
|
||||
|
|
@ -105,4 +113,7 @@ A: Logs are stored in a JSON file on the server. Retention policies are managed
|
|||
A: Yes. Click the **Cancel** button during the processing stage. Note that any partially generated files may need to be cleaned up manually or via the log export review.
|
||||
|
||||
**Q: Why are dates formatted as DD/MM/YYYY in the local CSVs?**
|
||||
A: This standardizes dates for international markets where the Month/Day format is non-standard. The tool adds 1 month to the original global date to align with local campaign timelines.
|
||||
A: This standardizes dates for international markets where the Month/Day format is non-standard. The tool adds 1 month to the original global date to align with local campaign timelines.
|
||||
|
||||
## Related
|
||||
- [[01 Projects/loreal-global-kickoff/DEVELOPER_MANUAL.md]]
|
||||
Loading…
Add table
Reference in a new issue