Skip to content

Conversation

@bmonjoie
Copy link
Member

@bmonjoie bmonjoie commented Oct 1, 2025

Related JIRA tickets : WC2-805

Self proofreading checklist

  • Did I use eslint and ruff formatters?
  • Is my code clear enough and well documented?
  • Are my typescript files well typed?
  • New translations have been added or updated if new strings have been introduced in the frontend
  • My migrations file are included
  • Are there enough tests?

Changes

I have added a new TaskLog model to save all the changes made to Task.progress_message.
I have also added a new auto-polling dialog that refreshes the logs.

How to test

Start a new task, go into the Task menu, click on the receipt icon and look at the logs flowing.

Print screen / video

image image

Follow the Conventional Commits specification

The merge message of a pull request must follow the Conventional Commits specification.

This convention helps to automatically generate release notes.

Use lowercase for consistency.

Example:

fix: empty instance pop up

Refs: IA-3665

Note that the Jira reference is preceded by a line break.

Both the line break and the Jira reference are entered in the Add an optional extended description… field.

@bmonjoie bmonjoie requested a review from beygorghor October 1, 2025 13:50
@bmonjoie bmonjoie self-assigned this Oct 1, 2025
@bmonjoie bmonjoie added the enhancement New feature or request label Oct 1, 2025
@bmonjoie bmonjoie force-pushed the feat/WC2-805_improve_tasks_interface branch from eab936e to 793e24f Compare October 2, 2025 10:21
@bmonjoie bmonjoie force-pushed the feat/WC2-805_improve_tasks_interface branch from 793e24f to 02419dd Compare October 2, 2025 10:26
@beygorghor beygorghor merged commit ba537bc into develop Oct 2, 2025
3 checks passed
@beygorghor beygorghor deleted the feat/WC2-805_improve_tasks_interface branch October 2, 2025 10:57
@beygorghor beygorghor added user tested Has already been tested on staging ok for release labels Oct 7, 2025
@beygorghor beygorghor changed the title [WC2-805] Save complete logs and display them to the user WC2-805: Save complete logs and display them to the user Oct 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request Released user tested Has already been tested on staging

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants