Bucket limit problems #1777

Closed
opened 2021-04-15 00:55:03 +00:00 by UnsolvedCypher · 4 comments
  1. In the kebab menu of the bucket, once you click on "Limit: not set", there's no way to go back to the non-editing view of the limit without refreshing the page
  2. The limit can successfully be set to zero (maybe that should be allowed) or a negative number (should definitely not be allowed)
  3. It would be great to have a visual indicator when you try to move a card into a full bucket so the user can understand why the card can't be moved (maybe highlight the limit in red)
  4. It would be nice to have a view limit, where it will only show x cards. This is helpful for the done bucket so you can have thousands of done tasks without actually having them all load.
1. In the kebab menu of the bucket, once you click on "Limit: not set", there's no way to go back to the non-editing view of the limit without refreshing the page 2. The limit can successfully be set to zero (maybe that should be allowed) or a negative number (should definitely not be allowed) 3. It would be great to have a visual indicator when you try to move a card into a full bucket so the user can understand why the card can't be moved (maybe highlight the limit in red) 4. It would be nice to have a view limit, where it will only show x cards. This is helpful for the done bucket so you can have thousands of done tasks without actually having them all load.
konrad added the
kind/bug
label 2021-04-15 09:43:33 +00:00
Owner

By default, it will only show 20 tasks per bucket and load more on scroll. Is that what you have in mind for a "view limit"?

By default, it will only show 20 tasks per bucket and load more on scroll. Is that what you have in mind for a "view limit"?
Owner

Bucket limit validation has been added in 48fb707032 and f429efc220

I've fixed hiding the limit input when clicking outside of the dropdown in f9844384be

If the limit is exceeded it already shows up in red:

image

Which other indicator would you suggest?

Bucket limit validation has been added in https://kolaente.dev/vikunja/frontend/commit/48fb70703202d1e542ab81f41d31058a9a1b19da and https://kolaente.dev/vikunja/api/commit/f429efc220e66955027be9e778ba80b375be9748 I've fixed hiding the limit input when clicking outside of the dropdown in https://kolaente.dev/vikunja/frontend/commit/f9844384bea707724df408d00666e00c420d21ef If the limit is exceeded it already shows up in red: ![image](/attachments/2241f46a-ed2b-4405-a0d3-b886ce2f6f70) Which other indicator would you suggest?
7.1 KiB
Author

Wow thank you for those quick fixes!

  • for the exceeded limit, maybe the background of the 6/1 could become red when you mouse over holding a card so the user's attention is brought to it and they can figure out why the card won't go in? This isn't a huge deal in my opinion though so if you don't think that's needed you can just close the issue

  • My bad, I didn't realize there was a loading limit, I guess I didn't add enough cards. I think it's great as-is!

Wow thank you for those quick fixes! - for the exceeded limit, maybe the background of the 6/1 could become red when you mouse over holding a card so the user's attention is brought to it and they can figure out why the card won't go in? This isn't a huge deal in my opinion though so if you don't think that's needed you can just close the issue - My bad, I didn't realize there was a loading limit, I guess I didn't add enough cards. I think it's great as-is!
Owner

Thanks for the feedback!

Thanks for the feedback!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1777
No description provided.