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

Update error message on dataset page for large datasets #4966

Open
1 task
rshewitt opened this issue Nov 4, 2024 · 2 comments
Open
1 task

Update error message on dataset page for large datasets #4966

rshewitt opened this issue Nov 4, 2024 · 2 comments
Labels
component/catalog Related to catalog component playbooks/roles O&M Operations and maintenance tasks for the Data.gov platform

Comments

@rshewitt
Copy link
Contributor

rshewitt commented Nov 4, 2024

User Story

In order to provide more meaningful responses to our users, datagov wants to update the dataset error message when a dataset is too large to process.

Acceptance Criteria

[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]

  • GIVEN a large dataset
    WHEN the page loads
    THEN a message indicating the file is too large to render is shown

Background

  • when a dataset is too large to process the server can respond with a 500. example

Security Considerations (required)

[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]

Sketch

  • identify a meaningful and reliable way to determine when a dataset is too large for the UI to handle.
  • when that condition is met then a different error message is presented.
@rshewitt
Copy link
Contributor Author

rshewitt commented Nov 4, 2024

the provided dataset is fickle and will either render correctly or render a 500 unavailable error. here's a screenshot of the tags/keywords which is most likely the cause of the problem. this isn't all of them.

Screenshot 2024-11-04 at 2 39 53 PM

@rshewitt rshewitt added the O&M Operations and maintenance tasks for the Data.gov platform label Nov 4, 2024
@hkdctol
Copy link
Contributor

hkdctol commented Nov 7, 2024

Could be unnecessary after doing #4965

@hkdctol hkdctol added the component/catalog Related to catalog component playbooks/roles label Nov 7, 2024
@hkdctol hkdctol moved this to 🧊 Icebox in data.gov team board Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/catalog Related to catalog component playbooks/roles O&M Operations and maintenance tasks for the Data.gov platform
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

2 participants