-
Notifications
You must be signed in to change notification settings - Fork 25
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
Export of inventory lists should be impossible if there are too many items. #1329
Labels
enhancement
Improvement of an existing feature
f: professional ui
Professional interface
p-Low
Low priority
stale
Stale or no longer relevant
Comments
Related to #1456 |
lauren-d
added a commit
to lauren-d/rero-ils
that referenced
this issue
May 5, 2021
The CSV export of the inventory list has an important waiting time. With this commit, we try to improve the response time. * Uses ciso8601 to parse date fields instead `format_date_filter`. * Adds new api endpoint for inventory list. * Uses streaming to process download csv file. * Uses bunch request to reduce elasticsearch calls. * Adds some fields in csv file. * Closes rero#1456. * Closes rero#1329. Co-Authored-by: Laurent Dubois <laurent.dubois@itld-solutions.be>
7 tasks
lauren-d
added a commit
to lauren-d/rero-ils
that referenced
this issue
May 11, 2021
The CSV export of the inventory list has an important waiting time. With this commit, we try to improve the response time. * Uses ciso8601 to parse date fields instead `format_date_filter`. * Adds new api endpoint for inventory list. * Uses streaming to process download csv file. * Uses bunch request to reduce elasticsearch calls. * Adds some fields in csv file. * Closes rero#1456. * Closes rero#1329. Co-Authored-by: Laurent Dubois <laurent.dubois@itld-solutions.be>
This issue is stale because it has been open 6 months with no activity. |
lauren-d
added a commit
to lauren-d/rero-ils
that referenced
this issue
May 31, 2021
The CSV export of the inventory list has an important waiting time. With this commit, we try to improve the response time. * Uses ciso8601 to parse date fields instead `format_date_filter`. * Adds new api endpoint for inventory list. * Uses streaming to process download csv file. * Uses bunch request to reduce elasticsearch calls. * Adds some fields in csv file. * Closes rero#1456. * Closes rero#1329. Co-Authored-by: Laurent Dubois <laurent.dubois@itld-solutions.be>
lauren-d
added a commit
that referenced
this issue
May 31, 2021
The CSV export of the inventory list has an important waiting time. With this commit, we try to improve the response time. * Uses ciso8601 to parse date fields instead `format_date_filter`. * Adds new api endpoint for inventory list. * Uses streaming to process download csv file. * Uses bunch request to reduce elasticsearch calls. * Adds some fields in csv file. * Closes #1456. * Closes #1329. Co-Authored-by: Laurent Dubois <laurent.dubois@itld-solutions.be>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Improvement of an existing feature
f: professional ui
Professional interface
p-Low
Low priority
stale
Stale or no longer relevant
How it works
The export of inventory lists gives a time out if there are too many items.
Improvement suggestion
The export button should be disabled (with a message) if too many items are in the list, in order to avoid the time out and inform the user.
The text was updated successfully, but these errors were encountered: