Pogues icon indicating copy to clipboard operation
Pogues copied to clipboard

Automatic naming for an imported list

Open romaintailhurat opened this issue 7 months ago • 0 comments

When importing a list from a CSV file, we still have to write a name in the dedicated field:

image

We could fill this field by using the name of the CSV file. Consider this:

  1. if the list name field is not empty, keep what exists
  2. if the field is empty, fill with an auto-generated name

Rules for generation:

  • prefix with L_
  • max total length of the list name is 30 characters
  • use the letters rules of the auto naming of Sequence, Question, etc. for the rest

romaintailhurat avatar Jul 19 '24 08:07 romaintailhurat