Open brishtibheja opened 7 months ago
Here's the video
Here's the video
I broke down the video in steps and made tables showing the relevant changes. What I found out is that you should have increased the child decks again in order to get more cards.
I came up with some terminology.
H
= Hungry (wants more cards)
E
= Exhausted (does not want more cards)
A deck being hungry means that the deck's limit allow for more cards, but the deck is limited by its parent. A parent deck can never be hungry. A deck being exhausted just means that it is not hungry. The deck's limit is utilized to its full potential.
I will call your decks just by alphabetic letters and numbers. Decks C1, C2, C6 and other decks I excluded are not relevant to the demonstration.
Initial state
DECK ACTION CHANGE STATE NEW CARDS
A - - E 0
A::B - - E 0
A::B::C3 - - E 0
A::B::C4 - - H 0
A::B::C5 - - H 0
--
Step 1 (0:00 - 0:09)
DECK ACTION CHANGE STATE NEW CARDS
A +2 +2 E 0→2
A::B - - E 0
A::B::C3 - - E 0
A::B::C4 - - H 0
A::B::C5 - - H 0
Notes
--
Step 2 (0:09 - 0:16)
DECK ACTION CHANGE STATE NEW CARDS
A - +2 E 2→4
A::B +2 +2 E 0→2
A::B::C3 - - E 0
A::B::C4 - +2 H 0→2
A::B::C5 - +2 H 0→2
Notes
--
Step 3 (0:16 - 0:21)
DECK ACTION CHANGE STATE NEW CARDS
A - +2 E 4→6
A::B - +2 E 2→4
A::B::C3 +2 +2 E 0→2
A::B::C4 - +2 H→E 2→4
A::B::C5 - +2 H→E 2→4
Notes
--
Step 4 (0:21 - 0:28)
DECK ACTION CHANGE STATE NEW CARDS
A +2 +2 E 6→8
A::B - - E 4
A::B::C1 - - E 2
A::B::C3 - - E 2
A::B::C4 - - E 4
A::B::C5 - - E 4
Notes
--
Step 5 (0:28 - 0:32)
DECK ACTION CHANGE STATE NEW CARDS
A +2 +1 E 8→9
A::B - - E 4
A::B::C1 - - E 2
A::B::C3 - - E 2
A::B::C4 - - E 4
Notes
--
Step 6 (0:32 - 0:38)
DECK ACTION CHANGE STATE NEW CARDS
A +2 - E 9
A::B - - E 4
A::B::C1 - - E 2
A::B::C3 - - E 2
A::B::C4 - - E 4
Notes
--
Step 7 (0:38 - 0:46)
DECK ACTION CHANGE STATE NEW CARDS
A +2 - E 9
A::B - - E 4
A::B::C1 - - E 2
A::B::C3 - - E 2
A::B::C4 - - E 4
Notes
Some way of identifying hungry decks might be nice. Maybe they could be grayed out, meaning "sorry buddy, I know you want more, but you will have to wait until tomorrow." It would also be nice to be able to see exactly how hungry a deck is, i.e. how many cards below the limit the deck is. Maybe. I need to take a break from this now.
Hello 👋, this issue has been opened for more than 3 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically
not stale
Hello 👋, this issue has been opened for more than 3 months with no activity on it. If the issue is still here, please keep in mind that we need community support and help to fix it! Just comment something like still searching for solutions and if you found one, please open a pull request! You have 7 days until this gets closed automatically
not stale
Checked for duplicates?
Does it also happen in the desktop version?
What are the steps to reproduce this bug?
This is confusing so I'll try to get a recording
Expected behaviour
works fine
Actual behaviour
stops working suddenly
Debug info
(Optional) Anything else you want to share?
No response
Research