Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add explanation how an Excel file for list creation must be structured (DEV-533) #159

Merged
merged 4 commits into from Feb 22, 2022

Conversation

jnussbaum
Copy link
Collaborator

resolves DEV-533

Copy link

@irinaschubert irinaschubert left a comment

Choose a reason for hiding this comment

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

I added some suggestions for improvements, but feel free to chose whatever you find the best option.

docs/dsp-tools-excel.md Outdated Show resolved Hide resolved
},
"nodes": [
{
"name": "first-subnode",

Choose a reason for hiding this comment

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

Suggested change
"name": "first-subnode",
"name": "first-node",

"name": "first-subnode",
"labels": {
"de": "erster Listenknoten",
"en": "first subnode"

Choose a reason for hiding this comment

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

Suggested change
"en": "first subnode"
"en": "first node of the list"

},
{
"name": "coarse-sand",
"name": "first-sublist",

Choose a reason for hiding this comment

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

In my view, it is confusing to use the term "sub-list". The node called "first-sublist" here is the actual list. I would suggest using "list" or "my-list" or something similar.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

As I understand, the contents of Excel column A are already nodes/sublists. The top-level list name is defined by the file name.
In every case, my test data behaves that way...

Co-authored-by: irinaschubert <irina.schubert@dasch.swiss>
@sonarcloud
Copy link

sonarcloud bot commented Feb 22, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@jnussbaum jnussbaum merged commit 660d57b into main Feb 22, 2022
@jnussbaum jnussbaum deleted the wip/dev-533-add-excel_to_json_list-to-docs branch February 22, 2022 10:57
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.

None yet

2 participants