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

Should be able to add context to a variable to influence further template resolutions #56

Closed
luke-rogers opened this issue Dec 16, 2017 · 1 comment
Assignees

Comments

@luke-rogers
Copy link
Collaborator

No description provided.

@luke-rogers
Copy link
Collaborator Author

It could work with entries having optional contexts. Say in the choice of [dusk, dawn, midnight, late, early, sunset, sunrise] then sunset might have the context night. This context could then be used to filter future choices. My opinion is that in future choices this context should only come in to play if any of the potential choices contain a context the same as the current running contexts. for instance as above might add 'night' to a running context then further in the process a choice of [spring, summer, autumn. winter] is presented. if none of them have a night context than one at random is chosen, furthermore if the chosen one has a context of its own it would be added to the running contexts. This means future choices would check to match any contexts with new ones being added only when a like context isnt selectable.

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

No branches or pull requests

2 participants