-
Notifications
You must be signed in to change notification settings - Fork 1
Carousel Card Order Direction #12
Copy link
Copy link
Open
Labels
blockedthis issue is blocking serious development progressthis issue is blocking serious development progressbugSomething isn't workingSomething isn't workingresearchmore understanding required in order to address this issuemore understanding required in order to address this issue
Metadata
Metadata
Assignees
Labels
blockedthis issue is blocking serious development progressthis issue is blocking serious development progressbugSomething isn't workingSomething isn't workingresearchmore understanding required in order to address this issuemore understanding required in order to address this issue
The carousel position values run opposite what you might think, and it may cause issues showing the correct
cards consistently. This needs testing, and confirmation.
Confirm it does/doesn't have an effect on:
Choose your cards(hidden chosen order vs display order)
see your cards(chosen order vs displayed order)
the deck(original deck order)
user history(loading)
Figure out if I need to redesign just the way the carousel_position is calculated, or if I can just do some quick array ordering
to fix this.