Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1672 option to save dataset in attachments modal #1831

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baolanlequang
Copy link
Member

@baolanlequang baolanlequang commented Mar 25, 2024

  • rather 1-story 1-commit than sub-atomic commits

  • commit title is meaningful => git history search

  • commit description is helpful => helps the reviewer to understand the changes

  • code is up-to-date with the latest developments of the target branch (rebased to it or whatever) => ⏩-merge for linear history is favoured

  • added code is linted

  • tests are passing (at least locally): we still have some random test failure on CI. thinking of asking spec/examples.txt to be commited

  • in case the changes are visible to the end-user,  video or screenshots should be added to the PR => helps with user testing

  • testing coverage improvement is improved.

  • CHANGELOG :  add a bullet point on top (optional: reference to github issue/PR )

  • parallele PR for documentation  on docusaurus  if the feature/fix is tagged for a release

@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch 3 times, most recently from b239452 to 9997a1a Compare March 27, 2024 08:34
Copy link

LCOV of commit 9997a1a during Continuous Integration #2587

Summary coverage rate:
  lines......: 63.6% (13367 of 21008 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch from f0f7d6b to cbabd5b Compare March 27, 2024 13:24
Copy link

LCOV of commit cbabd5b during Continuous Integration #2596

Summary coverage rate:
  lines......: 63.6% (13372 of 21015 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang baolanlequang linked an issue Mar 27, 2024 that may be closed by this pull request
Copy link

LCOV of commit f0f7d6b during Continuous Integration #2595

Summary coverage rate:
  lines......: 63.6% (13372 of 21015 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch from cbabd5b to 209c8df Compare April 1, 2024 12:57
Copy link

github-actions bot commented Apr 1, 2024

LCOV of commit 209c8df during Continuous Integration #2617

Summary coverage rate:
  lines......: 63.6% (13376 of 21028 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Copy link

github-actions bot commented Apr 2, 2024

LCOV of commit 86d0ae8 during Continuous Integration #2620

Summary coverage rate:
  lines......: 63.6% (13377 of 21027 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch from e33e7a0 to f923c46 Compare April 2, 2024 13:00
Copy link

github-actions bot commented Apr 2, 2024

LCOV of commit f923c46 during Continuous Integration #2622

Summary coverage rate:
  lines......: 63.6% (13376 of 21028 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch 3 times, most recently from b9f7f6a to 532a787 Compare April 3, 2024 09:20
Copy link

github-actions bot commented Apr 3, 2024

LCOV of commit 532a787 during Continuous Integration #2628

Summary coverage rate:
  lines......: 63.6% (13376 of 21028 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang
Copy link
Member Author

Demo video for new changes

Screencast.2024-04-03.13.19.02.mp4

@baolanlequang
Copy link
Member Author

The change is described in this image

New changes modal attachment dataset drawio

The changed flow is described in this file https://drive.google.com/file/d/1P6ge8BxSROhKfc9ajhTw5hT52FsyrNZL/view?usp=sharing

@baolanlequang baolanlequang marked this pull request as ready for review April 4, 2024 07:16
PiTrem added a commit that referenced this pull request Apr 9, 2024
Squashed commit of the following:

commit 532a787
Author: Lan Le <lan.le@kit.edu>
Date:   Thu Mar 21 11:36:28 2024 +0100

    feat: change flow to save updated attachment
@baolanlequang baolanlequang self-assigned this Apr 9, 2024
PiTrem added a commit that referenced this pull request Apr 9, 2024
Squashed commit of the following:

commit 532a787
Author: Lan Le <lan.le@kit.edu>
Date:   Thu Mar 21 11:36:28 2024 +0100

    feat: change flow to save updated attachment
PiTrem added a commit that referenced this pull request Apr 16, 2024
Squashed commit of the following:

commit 532a787
Author: Lan Le <lan.le@kit.edu>
Date:   Thu Mar 21 11:36:28 2024 +0100

    feat: change flow to save updated attachment
@PiTrem PiTrem marked this pull request as draft June 4, 2024 08:03
@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch from 532a787 to 4633a6f Compare June 4, 2024 09:01
@baolanlequang baolanlequang force-pushed the 1672-option-to-save-dataset-in-attachments-modal branch from 4633a6f to 0d3b5b2 Compare June 4, 2024 09:02
Copy link

github-actions bot commented Jun 4, 2024

LCOV of commit 4633a6f during Continuous Integration #2924

Summary coverage rate:
  lines......: 64.1% (13673 of 21315 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

Copy link

github-actions bot commented Jun 4, 2024

LCOV of commit 0d3b5b2 during Continuous Integration #2925

Summary coverage rate:
  lines......: 64.2% (13675 of 21315 lines)
  functions..: no data found
  branches...: no data found

Files changed coverage rate: n/a

@baolanlequang baolanlequang requested a review from mekkyz June 4, 2024 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

option to save dataset in attachments modal
1 participant