PrayTeam / scriptured-prayer

GNU Affero General Public License v3.0
1 stars 0 forks source link

[Feat] Card and UserCard limits #52

Closed Soyokaze-42 closed 4 months ago

Soyokaze-42 commented 5 months ago

Is your feature request related to a problem? Please describe. As a developer, I need to retrieve a subset of the Cards and Usercards so that I can form a new prayer deck for the user to pray.

Describe the solution you'd like add a limit filter to the card and usercard api endpoints that will return up to the value specified. The selected categories should have as close to the same number of cards as possible. UserCard should be ordered by last time prayed.

Soyokaze-42 commented 4 months ago

this was part of #53