You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Artur Khanin (Jira)" <ji...@apache.org> on 2021/09/27 08:55:00 UTC

[jira] [Work started] (BEAM-12929) [Playground] Code editor prototype

     [ https://issues.apache.org/jira/browse/BEAM-12929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on BEAM-12929 started by Alex Kosolapov.
---------------------------------------------
> [Playground] Code editor prototype
> ----------------------------------
>
>                 Key: BEAM-12929
>                 URL: https://issues.apache.org/jira/browse/BEAM-12929
>             Project: Beam
>          Issue Type: New Feature
>          Components: beam-playground
>            Reporter: Alex Kosolapov
>            Assignee: Alex Kosolapov
>            Priority: P3
>
> As a Beam Playground user, I want to be able to load an example, view, change, type Java code in the web-based code editor.
> Acceptance criteria:
> 1. The code editor supports code entering
> _*Scenario*: Typing code in the code editor_
> _*Given*: User has opened Beam Playground_
> _*When*: User types code from the keyboard_
> _*Then*: The code appears in the code editor_
> 2. The Code editor support code highlighting based on the selected SDK
> _*Given*: User is typing code in the code editor._
> _*When*: User has typed keywords for the language_
> _*Then*: Code editor highlights keywords_
> 3. The code editor loads an initial example
> _*Scenario*: Initial example_
> _*Given*: User has been navigated to Beam Playground_
> _*When*: User open Beam Playground_
> _*And*: Beam Playground loaded_
> _*Then*: User sees an initial example in the code editor area_
> 4. The code editor able to load mock examples
> _*Scenario*: Load Beam Playground example_
> _*Given*: User has opened Beam Playground_
> _*When*: User clicks to catalog button_
> _*And*: User see the list of mocked examples_
> _*And*: User select one of the examples_
> _*Then*: Beam Playground load example’s code to the code editor area_
>  
> Reference:
>  * design doc: _[https://docs.google.com/document/d/1uf58Auags4DBqSU3nZWxfaDH2BcBvKxhmy0Ug-xoewQ/edit?usp=sharing]_



--
This message was sent by Atlassian Jira
(v8.3.4#803005)