Skip to content

New moves can be created by importing data from another move#460

Merged
AerunDev merged 3 commits intodevelopfrom
458-add-a-way-to-create-a-move-by-using-the-data-of-an-existing-one
Mar 11, 2025
Merged

New moves can be created by importing data from another move#460
AerunDev merged 3 commits intodevelopfrom
458-add-a-way-to-create-a-move-by-using-the-data-of-an-existing-one

Conversation

@Aelysya
Copy link
Collaborator

@Aelysya Aelysya commented Mar 6, 2025

Description

The user can now create a new move by importing data from another existing move.

closes #458

Tests to perform

Open the "New Move" editor

Creating a new move without importing any data

  • Fill the basic data and create the move => only the basic data is filled for the new move, all other data are filled with default values
  • Fill the basic data, un-collapse the "other data" component, leave the selection on "None" and create the move => only the basic data is filled for the new move, all other data are filled with default values
  • Fill the basic data, un-collapse the "other data" component, select a move, re-collapse the "other data" component and create the move => only the basic data is filled for the new move, all other data are filled with default values

Creating a new move by importing data

  • Fill the basic data, un-collapse the "other data" component, select a move and create the move => the basic data is filled for the new move with the information you entered AND all other data are filled with the same data as the chosen move

@Aelysya Aelysya linked an issue Mar 6, 2025 that may be closed by this pull request
2 tasks
@Aelysya Aelysya self-assigned this Mar 6, 2025
Copy link
Collaborator

@AerunDev AerunDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testé et approuvé ! 😄

@AerunDev AerunDev merged commit 35c3eeb into develop Mar 11, 2025
2 checks passed
@AerunDev AerunDev deleted the 458-add-a-way-to-create-a-move-by-using-the-data-of-an-existing-one branch March 11, 2025 23:44
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.

Add a way to create a Move by using the data of an existing one

3 participants