Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we order posts using FlowerFlips #14

Closed
cbchouinard opened this issue Feb 28, 2015 · 0 comments
Closed

How do we order posts using FlowerFlips #14

cbchouinard opened this issue Feb 28, 2015 · 0 comments
Labels

Comments

@cbchouinard
Copy link
Contributor

Question:
How does information flow is taken into consideration with design system? For example, if as a user I post item A and then item B and I absolutely want item A to appear before item B. I’m not sure to see how that can work right now.

Answer from @bergie :
The ordering of items is for the Poly solver to handle. In the "unordered" scenario, the order of items doesn't matter, only the rhythms, and hence you can get() until you receive an item you can work with.

In ordered scenario you will eventually only get the first uneaten item with choice.get(), not any of the following ones. This will make sure that items are shown in the order provided.

However, you may want to mark the paths of sections that ate a starred item with "starred" so we can utilize these in the rhythm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant