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

Support listing large numbers of items #6

Open
iansan5653 opened this issue Sep 27, 2018 · 2 comments
Open

Support listing large numbers of items #6

iansan5653 opened this issue Sep 27, 2018 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@iansan5653
Copy link
Member

An error is thrown on parsing JSON from Slack when the List Items value text (encoded JSON) is terminated due to being more than 2,000 characters.

@iansan5653 iansan5653 added the bug Something isn't working label Sep 27, 2018
iansan5653 added a commit that referenced this issue Sep 27, 2018
Revises / adds functions that handle item listings
Only the project sheet and item row numbers are sent
Likely cannot fetch items and respond in 3s
Instead, send 200 code and send another message later (can't use webhooks)
iansan5653 added a commit that referenced this issue Sep 27, 2018
@iansan5653
Copy link
Member Author

Temporarily fixed by disabling item lists for actions with many items.

@iansan5653 iansan5653 changed the title When updating a large number of items, the code throws an error Support listing large numbers of items Feb 11, 2019
@iansan5653
Copy link
Member Author

Fixing this will require a significant change in how "List Items" works - the item list will have to be stored by the server, rather than sent with the Slack message.

@iansan5653 iansan5653 added enhancement New feature or request help wanted Extra attention is needed and removed bug Something isn't working labels Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant