Improve download limits #13

Closed
opened 2024-08-08 13:14:06 +00:00 by BlakeRain · 0 comments
Owner

The current download limits uses the downloads count to work out whether the limit is elapsed or not. This is not really great design as we're using the downloads count as a general downloads counter. We should have two fields: limit (already present) and remaining (the remaining downloads in the limit).

Then we can add an option to reset the remaining downloads count.

The current download limits uses the `downloads` count to work out whether the limit is elapsed or not. This is not really great design as we're using the `downloads` count as a general downloads counter. We should have two fields: `limit` (already present) and `remaining` (the remaining downloads in the limit). Then we can add an option to reset the remaining downloads count.
BlakeRain added this to the v2.0.0 milestone 2024-08-08 13:14:06 +00:00
BlakeRain added the
enhancement
label 2024-08-08 13:14:06 +00:00
BlakeRain self-assigned this 2024-08-08 13:14:09 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 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: BlakeRain/parcel#13
No description provided.