-
Notifications
You must be signed in to change notification settings - Fork 29
[NUOPEN-287] Document missing feature flags #5917
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
Conversation
LeticiaErrandonea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few comments
doc/HOWTO_feature_flags.md
Outdated
| * `auto_end_reservations_on_next_start` Automatically end previous reservations for timer/relay controlled instruments, when another user starts a new reservation. | ||
| * `auto_end_reservations_on_next_start`: Automatically ends an unfinished reservation if another reservation for the same instrument is started. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto_end_reservations_on_next_start is repeated
doc/HOWTO_feature_flags.md
Outdated
| * `cross_facility_reports` Allow generating cross facility reports (does not work with SES due to attached file size limits) | ||
| * `kiosk_view` Kiosk mode - display a list of actionable reservations without logging in (optionally allow acting w/o auth) | ||
| * `reservations: grace_period`, `reservations: timeout_period`, `occupancies: timeout_period`, `billing: review_period` various grace periods, time periods, and review periods | ||
| * `bypass_kiosk_auth`: Do not require authentication on Kioks view actions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * `bypass_kiosk_auth`: Do not require authentication on Kioks view actions. | |
| * `bypass_kiosk_auth`: Do not require authentication on Kiosk view actions. |
doc/HOWTO_feature_flags.md
Outdated
|
|
||
| * `create_users` Should admins be able to manually add users | ||
| * `devise/lock_strategy`Lock account after 5 failed attempts | ||
| * `lookup_netids`: If enabled, allow internal and external users to be created. Add additional step to ensure the NetId or email is not already present. Else, navigate to create external user (no internal user creation allowed). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This else is for when the FF is off? Can we be more explicit? The sentence between the if and else is a bit confusing for me.
LeticiaErrandonea
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the changes!
I think we can ignore the failing specs 😅
Notes
Add missing feature flags to documentaiton and restructure the sections.
NUOPEN-287 | Document feature flags