Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • N Nivea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • python
  • Nivea
  • Merge requests
  • !11

Open
Created Jun 11, 2025 by w.monka@w.monkaMaintainer
  • Report abuse
Report abuse

Add product description

  • Overview 0
  • Commits 1
  • Changes 5

If the request from the frontend contains a non-empty product_description value, a .txt file with the product description in HTML will be added to the generated ZIP package. The description is fetched statically from a predefined list (file hardcoded_descriptions.py).

If product_description is empty, the .txt file will not be created.

To change this behavior and fetch the description provided in the request instead, you need to modify the code in the worker_job.py file (around line 170).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: add-product-description