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

Registered query: presence flags for input URL parameter #216

Open
lukas-vlcek opened this issue Feb 17, 2015 · 2 comments
Open

Registered query: presence flags for input URL parameter #216

lukas-vlcek opened this issue Feb 17, 2015 · 2 comments

Comments

@lukas-vlcek
Copy link
Member

Add presence flag for each valid URL parameter. This will allow better possibilities when doing Mustache scripting.

For example if input parameters will be:

{
    "foo": ["one, "two", "three"],
    "bar": 1
}

Then for each key we will add a boolean flag (is_*) like this:

{
    "foo": ["one, "two", "three"],
    "is_foo": true,
    "bar": 1,
    "is_bar": true
}
@lukas-vlcek lukas-vlcek added this to the 2.0.1 milestone Feb 17, 2015
@unibrew
Copy link
Contributor

unibrew commented Feb 17, 2015

Very good idea :)

@lukas-vlcek
Copy link
Member Author

Working around Mustache weakness :-)

@lukas-vlcek lukas-vlcek modified the milestones: 2.0.2, 2.0.1 Apr 21, 2015
@lukas-vlcek lukas-vlcek modified the milestones: 2.0.3, 2.0.2 Jul 2, 2015
@lukas-vlcek lukas-vlcek modified the milestones: 2.1.2, 2.1.1 Sep 3, 2015
@lukas-vlcek lukas-vlcek modified the milestones: 2.1.3, 2.1.2 Oct 5, 2015
@unibrew unibrew modified the milestones: 2.1.3, 2.1.4 Feb 11, 2016
@unibrew unibrew modified the milestones: 2.1.4, 2.1.5 Feb 19, 2016
@lkrzyzanek lkrzyzanek modified the milestone: 2.1.5 Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants