Tanuki Bot - Chat Drawer Init
What does this MR do and why?
Follow up MR: !117597 (merged)
This MR is work towards the Tanuki Bot - Chat initiative. This MR is the 1st MR and the goal of this MR is to initialize the GlDrawer
component and Backend logic to determine whether to show the "Ask the Tanuki Bot" button in the Help Menu.
This MR is behind two Feature Flags: Feature.enable(:openai_experimentation)
and Feature.enable(:tanuki_bot)
Note: The UX review is currently happening for the entire feature rather than the chunks here: !117597 (merged)
Screenshots or screen recordings
Feature Enabled | Feature Disabled |
---|---|
Enabled | Disabled |
How to set up and validate locally
Setup:
- Ensure you are on GitLab Ultimate with a valid license
- Enable Feature Flags:
Feature.enable(:openai_experimentation)
andFeature.enable(:tanuki_bot)
- Ensure the New navigation is enabled. You can enable it by clicking your User profile photo in the top right and toggle the switch
- Click the help link in the bottom left of the new Sidebar navigation
- Click Ask the Tanuki Bot link
- Ensure drawer slides out and the Title is Tanuki Bot. There shouldn't be anything else in the Drawer in this MR.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Zack Cuddy