Skip to content

Suggestion box ΒΆ

Small POC idea floated by Matan on April 13, 2022.

Added “suggestion box” form in menu - behind feature flag - for hospital manager users. Clicking the menu item takes you to a single textarea form to submit ideas/feedback.

Data is stored in ‘suggestions’ table, and emailed to email address in Options::MGR_SUGGESTION_BOX_MAILTO configurable option value (can handle one or multiple emails).

Initial POC was ‘suggestion box’ link in top navigation bar. Matan asked it to be moved to the menu. Unsure many people will see it there, but we’ll see the reaction.

Command to populate default option is in route console. artisan core:add_suggestion_mailto. This is run during migration.