-
Notifications
You must be signed in to change notification settings - Fork 323
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
A drop-down that allows changing the execution mode. #5931
Comments
Michael Mauderer reports a new STANDUP for the provided date (2023-03-22): Progress: I set up the demo scene and reviewed the current Dropdown implementation. Started implementing a new component that will wrap the Dropdown and add the preview of the selection etc. It should be finished by 2023-03-24. Next Day: Next day I will be working on the #5931 task. Extend the demo scene with visuals and functionality from the specification. |
Michael Mauderer reports a new STANDUP for today (2023-03-22): Progress: Worked on refactoring some parts of the current DropDownMenu to make it fit for the current use case. Started implementing the "ExecutionModeSelector", a new component that wraps the DropDownMenu and will add the required design elements and additional functionality (i.e., play button). It should be finished by 2023-03-24. Next Day: Next day I will be working on the #5931 task. Finish implementation of ExecutionModeSelector. |
Michael Mauderer reports a new STANDUP for today (2023-03-23): Progress: Continued work on the visuals and API of the DropDownMenu, creating all shapes, interactive elements and placing them in the demo scene. It should be finished by 2023-03-24. Next Day: Next day I will be working on the #5931 task. Finish hooking up all FRP endpoints, and create some dummy logs outputs for showcase. Open PR. |
Michael Mauderer reports a new STANDUP for the provided date (2023-03-24): Progress: Finished work on the visual part of the dropdown (with FRP API) and started the mock integration with the controller. It should be finished by 2023-03-24. Next Day: Next day I will be working on the #5931 task. Finish work on the mock API and demo scene integration. |
Michael Mauderer reports a new 🔴 DELAY for yesterday (2023-03-27): Summary: There is 4 days delay in implementation of the A drop-down that allows changing the execution mode. (#5931) task. 2 days weekend. Delay Cause: Resolving some issues related to the current setup of the breadcrumbs and the depth ordering of the dropdownmenu when used in the panel layer. |
Michael Mauderer reports a new STANDUP for yesterday (2023-03-27): Progress: Worked on integration. Found some issues with the integration in the graph editor related to the layering of the dropdown menu and of the breadcrumbs background, which is currently used to cover the window controls that appear in some environments. It should be finished by 2023-03-28. Next Day: Next day I will be working on the #5931 task. Fix the layering and layout issue. |
Michael Mauderer reports a new STANDUP for today (2023-03-28): Progress: Fixed the layering issue and added a new option to the dropdown for changing the alignment of the label text. Started cleaning code for PR. It should be finished by 2023-03-28. Next Day: Next day I will be working on the #5931 task. Open PR and start on next task. |
Implements #5931. https://user-images.githubusercontent.com/1428930/228532453-2032b376-1aa5-4140-8331-be37e4e675d4.mp4 # Important Notes Not functional yet, as it needs integration with the engine.
Implemented in #6130 |
A currently active execution mode should be displayed in the top-left corner of the IDE.
After clicking on it, a drop-down should be displayed to switch the execution mode.
The design of the label and dropdown should be similar to Figma. We can't do the same design yet, because it requires a lot of changes in the top-bar components. The dropdown should be placed to the left of the project name so that it's position is not affected by the breadcrumbs.
This is a task about visual part of the dropdown, but a basic integration with the controller side is in scope. (with mocks if the controller side is not ready yet) We should use a dropdown widget component that is already available in the IDE.
QA Acceptance Criteria
The text was updated successfully, but these errors were encountered: