-
Notifications
You must be signed in to change notification settings - Fork 158
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
Add additional Entities to an Entity List by uploading a spreadsheet #589
Comments
Hey, we found some strange issue probably with converting csv file.
We will see this error: "There is a problem on row X of the CSV file: The label is missing." Project URL: csv file: |
Another request from the meeting was for a quick recap of what is functional and what is still missing in terms of CSV validation. More details in the release criteria but here's a summary of what is current:
|
Thanks, @ktuite! In terms of status, everything described in the release criteria for the story should now be implemented. We haven't implemented warnings yet, but that's a separate story (#593).
I can look into this. I think it'd be possible to construct a CSV file with a valid header but binary data in the rows below. I think it'd get rejected somewhere along the pipeline (by Postgres if not before), but I'll check. |
This should be fixed now on the QA server. |
Hey, we've got a little trouble with that dialog. |
CC @issa-tseng and @alyblenkin for input from the design team. I chatted about this briefly with @lognaturel, and one idea she had was to replace the x button with a trash can icon. I think that'd make the intention of the button clearer. |
@matthew-white Yes, I think the bin icon would be more helpful! It's a pattern we use already, so it's nice to be consistent. And when you hover over it, would the text say delete? |
A tooltip for the icon sounds great to me. Happy to run with "delete" or any other text. |
I'm thinking I'll make the bin red as in the screenshot here, but I'm also happy to leave it gray. |
I think the red helps make it very clear what will happen. |
This is sort of a tangent, but I don't think the More button is supposed to wrap in your screenshot above. I've filed the issue #620 to fix that. |
Tested with Success! |
1 similar comment
Tested with Success! |
I took a look at this in getodk/central-frontend#982. See the PR description for details. |
See the story in the release criteria.
The text was updated successfully, but these errors were encountered: