PrayTeam / scriptured-prayer

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

Choose the Size of Your Daily Deck #10

Open follindown opened 9 months ago

follindown commented 9 months ago

As a user I would like to be able to set the size of my daily deck by choosing the number of cards my deck will have so I can gauge the time I will spend in prayer.

In a later iteration we can change this to time but I would like to test it first with number of cards b/c each person's timing will be different.

Soyokaze-42 commented 9 months ago

Do we want to limit this daily deck to once a day? If we call it a prayer deck instead, someone could elect to pray different prayers in any given day and the daily deck would be a programmatically generated prayer deck. I think we are going to pidgenhole the user if we only write this for a daily prayer. That is what I did for the demo, but if we want to leave the option for other types of prayers, building that in now will save a ton of work.

follindown commented 9 months ago

I like where your head is at on this one. A person might instead prefer to pray morning and night, etc. The only problem is I am not sure what to call the deck if not a daily deck. Current deck? Deck in Pray (play off "in play")? Prayer on deck? Ahh, I think I have it. Don't call it a deck at all. Call it the Prayer Queue.

Soyokaze-42 commented 9 months ago

Daily Deck is fine by me. We still have the same problem if we call it a deck or a queue.

If we have a Prayer Deck composed of User Cards, that deck can be generated by rules configured by user settings (the Daily Deck) or it could be generated by a form the user can fill out (like selecting the Category Decks they want to include in a Prayer Deck (maybe call that a Special Deck)).

If you don't mind, take a look at #12. I think that would help us out a lot.