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

Data Uploads filter should show form names instead of IDs #3751

Open
esurface opened this issue Dec 4, 2024 · 1 comment
Open

Data Uploads filter should show form names instead of IDs #3751

esurface opened this issue Dec 4, 2024 · 1 comment
Assignees

Comments

@esurface
Copy link
Contributor

esurface commented Dec 4, 2024

The Data Uploads dropdown on the server shows form IDs. This is especially difficult for users who have automatic form id generations (e.g. "form-d87e82"). An improvement would be to show the form names.

Screenshot 2024-12-04 at 9 46 11 AM

Considerations

  1. Form Names can have <t-lang> tags (see Update CSV generation to handle form titles with translations #3735 for an example)
  2. Form Names can have Unicode characters
evansdianga pushed a commit that referenced this issue Jan 8, 2025
… title`

Add `form.title` to the label of the Dropdown and separate it and the `form.id` with triple dash

Refs #3751
@esurface
Copy link
Contributor Author

esurface commented Jan 9, 2025

Option 1:

Find and use the t-lang tag with 'en'
if no 'en', then use the first t-lang tag
To Test:

Test with Arabic characters and Chinese characters

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

No branches or pull requests

2 participants