Skip to content

Action to change multiplicity of a field #29

@dgaviola

Description

@dgaviola

Together with other refactorings like renaming or delete, in field nodes we have to add the following actions:

  • Change to array: This will make the field plural (if it wasn't plural yet) and will change it to be an array. All the configuration changes need to be taken into account. Additionally, this might trigger other refactorings in code that we probably need to handle with AI.
  • Change to single value: This will change the field to be single-valued, removing all the array configuration and if it was plural, the name needs to be changed to singular. Additionally, this might trigger other refactorings in code that we probably need to handle with AI.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions