From d0c235c3c9097850899f719668caba2f673240c9 Mon Sep 17 00:00:00 2001 From: Nina Date: Tue, 21 Mar 2023 12:27:48 +0000 Subject: [PATCH 1/6] [Doc] add page: Visual Quark Scripts Program --- docs/source/index.rst | 1 + docs/source/visual_quark_script_program.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 docs/source/visual_quark_script_program.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index a652d7f8..ee453724 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -33,6 +33,7 @@ This guide will explain how to set up Quark, use it, and customize it. quark_inside_index modules faq + visual_quark_scripts_program Indices and tables ================== diff --git a/docs/source/visual_quark_script_program.rst b/docs/source/visual_quark_script_program.rst new file mode 100644 index 00000000..e838c268 --- /dev/null +++ b/docs/source/visual_quark_script_program.rst @@ -0,0 +1,3 @@ ++++++++++ +Visual Quark Scripts Program ++++++++++ From ef6c72863101f364bbb18cff2c4d7e6eb0aeae81 Mon Sep 17 00:00:00 2001 From: Nina Date: Tue, 21 Mar 2023 20:53:55 +0800 Subject: [PATCH 2/6] Visual Quark Scripts Program Roadmap --- docs/source/visual_quark_script_program.rst | 27 +++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/source/visual_quark_script_program.rst b/docs/source/visual_quark_script_program.rst index e838c268..2663c19e 100644 --- a/docs/source/visual_quark_script_program.rst +++ b/docs/source/visual_quark_script_program.rst @@ -1,3 +1,26 @@ -+++++++++ +++++++++++++++++++++++++++++ Visual Quark Scripts Program -+++++++++ +++++++++++++++++++++++++++++ + +Introducing Our Plan to Develop a Visual Programming Tool for Quark Scripts +--------------------------------------------------------------------------- + +Quark scripts are a powerful tool for detecting and analyzing mobile security. However, they can be complex and challenging for users who are not familiar with programming. To overcome this challenge, we are pleased to announce our plan to develop a visual programming tool that simplifies the Quark script organization process, making it easy for anyone to organize Quark scripts using a simple UI interface. + + +What Goals Do We Want To Achieve? +================================= + +Our goal is to make Quark script programming accessible to everyone and remove the barriers that often come with traditional programming languages. We believe that by providing a visual tool to organize Quark scripts, we can significantly reduce the time and effort required to write complex scripts while also making it more intuitive for users who are not familiar with programming. + +Roadmap +======= + +The following table is the roadmap for this product. We are still in the early development stage, and the first phase is mainly focused on completing the main functions to enable users to operate the system intuitively, view Quark script diagrams, and assemble new Quark scripts on their own. + +±---------------±-------------------------------------------------±--------------±----------------------+ | Timeline | Q1 & Q2 | Q3 | Q4 | +================+==================================================+===============+=======================+ | Releases | Baseline | Version 1.1| Version 2 – Delight| ±---------------±-------------------------------------------------±--------------±----------------------+ |Desired Experience| - Intuitive | | | ±---------------------±---------------------------------------------±--------------±----------------------+ |Must-Have Capabilities|- Seeing visualized Quark scripts
- Using a User Interface to modify the flow and parameters in a Quark script|To be determined|To be determined| ±---------------------±---------------------------------------------±--------------±----------------------+ |User Experience Improvements| | | | ±------------------------------ ±------------------------------------ ±------------- + ----------------------+ | Performance Improvements | | | | ±------------------------------ ±------------------------------------ ±------------- + ----------------------+ | Growth Experiments | | | | ±------------------------------ ±------------------------------------ ±------------- + ----------------------+ + +Join Our Team +============= + +Our team of developers is currently working on building a prototype of the tool and we are looking for talented individuals who are passionate about making Quark script programming accessible to everyone. If you're interested in joining our team, don't hesitate to get in touch with us. From c68b9f3cb59c33003282c39fabf05aefeda27394 Mon Sep 17 00:00:00 2001 From: Nina Date: Tue, 21 Mar 2023 20:58:39 +0800 Subject: [PATCH 3/6] Update visual_quark_script_program.rst --- docs/source/visual_quark_script_program.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/source/visual_quark_script_program.rst b/docs/source/visual_quark_script_program.rst index 2663c19e..699a6d7c 100644 --- a/docs/source/visual_quark_script_program.rst +++ b/docs/source/visual_quark_script_program.rst @@ -18,7 +18,17 @@ Roadmap The following table is the roadmap for this product. We are still in the early development stage, and the first phase is mainly focused on completing the main functions to enable users to operate the system intuitively, view Quark script diagrams, and assemble new Quark scripts on their own. -±---------------±-------------------------------------------------±--------------±----------------------+ | Timeline | Q1 & Q2 | Q3 | Q4 | +================+==================================================+===============+=======================+ | Releases | Baseline | Version 1.1| Version 2 – Delight| ±---------------±-------------------------------------------------±--------------±----------------------+ |Desired Experience| - Intuitive | | | ±---------------------±---------------------------------------------±--------------±----------------------+ |Must-Have Capabilities|- Seeing visualized Quark scripts
- Using a User Interface to modify the flow and parameters in a Quark script|To be determined|To be determined| ±---------------------±---------------------------------------------±--------------±----------------------+ |User Experience Improvements| | | | ±------------------------------ ±------------------------------------ ±------------- + ----------------------+ | Performance Improvements | | | | ±------------------------------ ±------------------------------------ ±------------- + ----------------------+ | Growth Experiments | | | | ±------------------------------ ±------------------------------------ ±------------- + ----------------------+ ++----------------------------------+----------------------------------------------------------------------------------------------------------------------+------------------+-------------------------+ +| Timeline | Q1 & Q2 | Q3 | Q4 | ++==================================+======================================================================================================================+==================+=========================+ +| Releases | Baseline | Version 1.1 | Version 2 – Delight | +| Desired Experience | - Intuitive
| | | +| Must-Have Capabilities | - Seeing visualized Quark scripts
- Using a User Interface to modify the flow and parameters in a Quark script | To be determined | To be determined | +| User Experience Improvements | | | | +| Performance Improvements | | | | +| Growth Experiments | | | | ++----------------------------------+----------------------------------------------------------------------------------------------------------------------+------------------+-------------------------+ + Join Our Team ============= From 6f0d349fb160afe32c11cd111fddbaaef6c0c839 Mon Sep 17 00:00:00 2001 From: Nina Date: Tue, 21 Mar 2023 21:06:49 +0800 Subject: [PATCH 4/6] Update visual_quark_script_program.rst --- docs/source/visual_quark_script_program.rst | 44 +++++++++++++++------ 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/docs/source/visual_quark_script_program.rst b/docs/source/visual_quark_script_program.rst index 699a6d7c..17ba87f5 100644 --- a/docs/source/visual_quark_script_program.rst +++ b/docs/source/visual_quark_script_program.rst @@ -18,17 +18,39 @@ Roadmap The following table is the roadmap for this product. We are still in the early development stage, and the first phase is mainly focused on completing the main functions to enable users to operate the system intuitively, view Quark script diagrams, and assemble new Quark scripts on their own. -+----------------------------------+----------------------------------------------------------------------------------------------------------------------+------------------+-------------------------+ -| Timeline | Q1 & Q2 | Q3 | Q4 | -+==================================+======================================================================================================================+==================+=========================+ -| Releases | Baseline | Version 1.1 | Version 2 – Delight | -| Desired Experience | - Intuitive
| | | -| Must-Have Capabilities | - Seeing visualized Quark scripts
- Using a User Interface to modify the flow and parameters in a Quark script | To be determined | To be determined | -| User Experience Improvements | | | | -| Performance Improvements | | | | -| Growth Experiments | | | | -+----------------------------------+----------------------------------------------------------------------------------------------------------------------+------------------+-------------------------+ - +.. list-table:: Roadmap + :widths: 25 25 25 25 + :header-rows: 2 + + * - Timeline + - Q1 & Q2 + - Q3 + - Q4 + * - Releases + - Baseline + - Version 1.1 + - Version 2 – Delight + * - Desired Experience + - - Intuitive + - + - + * - Must-Have Capabilities + - - Seeing visualized Quark scripts
- Using a User Interface to modify the flow and parameters in a Quark script + - To be determined + - To be determined + * - User Experience Improvements + - + - + - + * - Performance Improvements + - + - + - + * - Growth Experiments + - + - + - + Join Our Team ============= From 53bee67d0bf641ad84da38bb7ba6d8f6f8be287c Mon Sep 17 00:00:00 2001 From: Nina Date: Tue, 21 Mar 2023 21:08:19 +0800 Subject: [PATCH 5/6] Update visual_quark_script_program.rst --- docs/source/visual_quark_script_program.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/visual_quark_script_program.rst b/docs/source/visual_quark_script_program.rst index 17ba87f5..76447859 100644 --- a/docs/source/visual_quark_script_program.rst +++ b/docs/source/visual_quark_script_program.rst @@ -35,7 +35,8 @@ The following table is the roadmap for this product. We are still in the early d - - * - Must-Have Capabilities - - - Seeing visualized Quark scripts
- Using a User Interface to modify the flow and parameters in a Quark script + - - Seeing visualized Quark scripts + - Using a User Interface to modify the flow and parameters in a Quark script - To be determined - To be determined * - User Experience Improvements From 2301751d28d186da7917b8cf2edb6cd311772d1e Mon Sep 17 00:00:00 2001 From: Nina Date: Tue, 21 Mar 2023 21:11:48 +0800 Subject: [PATCH 6/6] Update visual_quark_script_program.rst --- docs/source/visual_quark_script_program.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/visual_quark_script_program.rst b/docs/source/visual_quark_script_program.rst index 76447859..1840c4ee 100644 --- a/docs/source/visual_quark_script_program.rst +++ b/docs/source/visual_quark_script_program.rst @@ -20,7 +20,7 @@ The following table is the roadmap for this product. We are still in the early d .. list-table:: Roadmap :widths: 25 25 25 25 - :header-rows: 2 + :header-rows: 1 * - Timeline - Q1 & Q2