InseeFr / InseeFr/Pogues

Automatic naming for an imported list

Open
#787 0 comments 0 reactions 0 assignees View on GitHub
Area: Refonte P3 good first issue
Dominant language
JavaScript
Stars
23
Forks
19
Avg merge
19h 49m
Merged PRs (30d)
14

Description

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

![image](https://github.com/user-attachments/assets/ed8f492a-0365-45c1-9df8-18c0b94ec903)

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.