org-SCAN / website

Site web du projet
6 stars 0 forks source link

[NEW FEATURE]Multi select duplicate #339

Closed lduf closed 7 months ago

lduf commented 1 year ago

Description of the desired solution Select multiple duplicate to mark several duplicate as resolved

Resolution path A form with checkboxes. -> values = duplicate ids.

If the request is associated with a problem, please specify it. Ø

Additional information

Remember to adapt the tests

github-actions[bot] commented 8 months ago

AI-Assisted Response:

Issue Summary: Feature Request - Bulk Resolving Duplicate Issues with Checkboxes

Details

The user has requested a feature for resolving multiple duplicate issues simultaneously. The proposed solution is to have a form with checkboxes, each corresponding to a duplicate issue. Once selected, these duplicates could be marked as resolved in a bulk operation.

Context

The issue does not seem to be associated with an existing problem. It appears to be a request for a new productivity feature that would streamline the process of issue management.

Classification

This is a feature request.


@lduf, to better understand and address your feature request, could you please provide some additional information:

  1. Could you clarify the platform or project management tool you are referring to for this feature (e.g., GitHub, Jira)?
  2. Would you expect the bulk resolve feature to include any confirmation or undo steps to prevent accidental resolution of issues?
  3. How do you currently handle resolving duplications, and what challenges are you facing with the existing process?
  4. Are there any permission considerations we should take into account when implementing this feature (e.g., should only project maintainers have this ability)?
  5. Should the system provide options for what happens to comments or linked pull requests for the resolved duplicate issues?

Please provide as much detail as possible to ensure that the feature can be designed to meet your needs effectively. Remembering to adapt existing tests is an important note; do you have any specific testing scenarios in mind?

create-issue-branch[bot] commented 8 months ago

Branch feature/issue-339-_NEW_FEATURE_Multi_select_duplicate created!

vqlion commented 7 months ago

Do you think I should remove the individual "mark as not duplicated" button in each line? Since it'll be possible to mark the duplicate as resolved from the checkbox I think it's redundant

lduf commented 7 months ago

@vqlion True, let's remove "mark as not duplicated" 😉