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

Adding Simple URL-based feature flags #117

Merged
merged 4 commits into from
Jun 9, 2021

Conversation

NatHillardUSDS
Copy link
Contributor

Fixes #66: As a developer, I want to limit the audience that sees new features, so that we can control the message and positioning of our tool.

Implements simple feature flagging via URL parameters. Provide "?flags=x,y,z" to enable flags x, y, and z.

Also adds simple flagging for the "Timeline" feature: http://localhost:8000/?flags=timeline now shows the timeline.

that sees new features, so that we can control
the message and positioning of our tool

Implements simple feature flagging via URL parameters.
Provide "?flags=x,y,z" to enable flags x, y, and z.
TomNUSDS
TomNUSDS previously approved these changes Jun 9, 2021
Copy link
Contributor

@TomNUSDS TomNUSDS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm; I'm going to have to hand merge in some of these changes with my current working branch, so when you get that PR, we'll need to double-check I didn't drop/mess anything up.

@@ -68,8 +68,8 @@
&::before {
color: white;
background-color: #00a91c;
content: '✓'
content: "✓";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think this is an indication that prettier isn't running correctly for my ide setup?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeah, that appears to have snuck in - this was formatted automatically when I ran gatsby develop

NatHillardUSDS and others added 3 commits June 9, 2021 15:24
…gured a prefix-path for use with github pages, but this didn't match the path within the s3 bucket. Upload content to a subfolder and ensure pusers access site from /justice40-tool/ (#115)
@NatHillardUSDS NatHillardUSDS merged commit 7ab14c7 into main Jun 9, 2021
@NatHillardUSDS NatHillardUSDS deleted the nathillardusds/feature_flagging branch June 9, 2021 19:33
lscharen added a commit to lscharen/justice40-tool that referenced this pull request Jan 30, 2024
vim-usds added a commit that referenced this pull request Feb 7, 2024
vim-usds added a commit that referenced this pull request Feb 8, 2024
* Update survey links; ref external repo PR #117

* Restore the removed contact page survey link

* Fix testing snapshots

* linter errors

* Update Spanish data survey link

---------

Co-authored-by: Lucas Scharenbroich <lscharen@prowestgis.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants