From dc7b7629d8148d97a3bb0a11cb4977040e66e4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=9C=E5=A4=A9=E5=BE=AE?= Date: Thu, 27 May 2021 11:53:12 +0800 Subject: [PATCH] !86 OpenBlock SIG create * OpenBlock SIG create --- sig/sig-openblock/OWNERS | 18 +++++ sig/sig-openblock/sig_openblock.md | 95 +++++++++++++++++++++++++++ sig/sig-openblock/sig_openblock_cn.md | 92 ++++++++++++++++++++++++++ sig/sigs.json | 6 ++ 4 files changed, 211 insertions(+) create mode 100644 sig/sig-openblock/OWNERS create mode 100644 sig/sig-openblock/sig_openblock.md create mode 100644 sig/sig-openblock/sig_openblock_cn.md diff --git a/sig/sig-openblock/OWNERS b/sig/sig-openblock/OWNERS new file mode 100644 index 0000000..84f6973 --- /dev/null +++ b/sig/sig-openblock/OWNERS @@ -0,0 +1,18 @@ +{ + "Leader":[ + { + "gitee_id":"duzc2", + "gitee_email":"duzc2@163.com" + } + ] + "Committers":[ + { + "gitee_id":"aaronchan_cx", + "gitee_email":"630620242@qq.com" + }, + { + "gitee_id":"htq110219891", + "gitee_email":"124329640@qq.com" + } + ] +} diff --git a/sig/sig-openblock/sig_openblock.md b/sig/sig-openblock/sig_openblock.md new file mode 100644 index 0000000..0d88098 --- /dev/null +++ b/sig/sig-openblock/sig_openblock.md @@ -0,0 +1,95 @@ +# SIG Template + +English | [简体中文](./sig_openblock_cn.md) + + + +Note: The content of this SIG follows the convention described in OpenHarmony's PMC Management Charter [README](/zh/pmc.md). + + + +## SIG group work objectives and scope + + + +In order to extend OpenHarmony OS's use in youth programming and STEM education, OpenBlock SIG will port the runtime of the Blockly based graphical programming language to OpenHarmony OS. And support soft bus, distributed and other OpenHarmony OS capabilities. + +OpenBlock SIG will also assist third party device vendors and education providers to build their own distribution and samples, assist device vendor code repository, and work with the STEM education industry to expand the OpenHarmony OS ecosystem in the field of programming for children. + + + +### Scope + + + +- Provides a Web-based graphical programming IDE and compiler + + + +Web-based IDE and compiler to reduce environment dependency. For L0~L5 different levels of hardware equipment to provide a unified, standard programming environment. + + + +- Define graphical programming interface specifications + + + +Guide peripheral vendors, development board vendors, and third party service providers to contribute code to the community + + + +- Demo Projects + + + +Create third-party sensor and network service sample projects, such as temperature sensor, motor control board, Baidu AI, iFlytek voice recognition, to provide reference for other manufacturers and teachers. + + + +- Expanding Ecosystems + + + +Actively cooperate with schools, teachers and education providers + + + +### The repository + +- project name: + + - openblock: https://gitee.com/openharmony-sig/openblock + This repository is used to store code and documentation related to the integration of the OpenBlock core library with OpenHarmony. + + - openblock-blocks: https://gitee.com/openharmony-sig/openblock_blocks + This repository is used to store the blocks and the corresponding code that is integrated with OpenHarmony. To support more devices and OpenHarmony specific functionality. + + + + + + + +## SIG Members + + + +### Leader + +- [duzc2](https://gitee.com/duzc2) + + + +### Committers列表 + +- [aaronchan_cx](https://gitee.com/aaronchan_cx) + +- [htq110219891](https://gitee.com/htq110219891) + + + +### Contact (optional) + + + +- WeChat: duzc2dtw \ No newline at end of file diff --git a/sig/sig-openblock/sig_openblock_cn.md b/sig/sig-openblock/sig_openblock_cn.md new file mode 100644 index 0000000..150773c --- /dev/null +++ b/sig/sig-openblock/sig_openblock_cn.md @@ -0,0 +1,92 @@ +# SIG组 + +简体中文 | [English](./sig_openblock.md) + + + +说明:本SIG的内容遵循OpenHarmony的PMC管理章程 [README](/zh/pmc.md)中描述的约定。 + + + + + +## SIG组工作目标和范围 + + + +### 工作目标 + +为了扩展 OpenHarmony OS 在青少年编程和STEM教育中的应用范围,OpenBlock SIG 将移植基于Blockly的图形化编程语言的运行时到OpenHarmony OS上,并支持软总线、分布式等OpenHarmony OS 能力。 + +OpenBlock SIG同时将协助第三方设备厂商和教育服务商构建自有发行版和样例,协助设备厂商代码入库,与STEM教育行业合作,扩展 OpenHarmony OS 在少儿编程领域的生态。 + + + +### 工作范围 + + + +- 提供基于Web的图形化编程IDE和编译器 + + + +基于Web环境的IDE和编译器,减少环境依赖。为L0~L5不同级别硬件设备提供统一、标准的编程环境。 + + + +- 定义图形化编程接口规范 + + + +指导外设厂商、开发板厂商、第三方服务贡献代码到社区 + + + +- 样例工程 + + + +创建三方传感器、网络服务样例工程,如温度传感器、电机控制板、百度AI、讯飞语音识别,给其他厂商和教师提供参考。 + + + +- 生态拓展 + + + +积极与学校、教师和教育服务商进行洽谈合作 + + + +## 代码仓 + +- 代码仓地址: + + - openblock: https://gitee.com/openharmony-sig/openblock + 这个仓库用来存放OpenBlock核心库与OpenHarmony集成的相关代码和文档。 + + - openblock-blocks: https://gitee.com/openharmony-sig/openblock_blocks + 这个仓库用于存储可用的块和相应的与OpenHarmony集成的代码。用来支持更多的设备和OpenHarmony特定的功能。 + + +## SIG组成员 + + + +### Leader + +- [duzc2](https://gitee.com/duzc2) + + + +### Committers列表 + +- [aaronchan_cx](https://gitee.com/aaronchan_cx) + +- [htq110219891](https://gitee.com/htq110219891) + + + +### 联系方式(可选) + +微信:duzc2dtw \ No newline at end of file diff --git a/sig/sigs.json b/sig/sigs.json index b341963..0ff2984 100644 --- a/sig/sigs.json +++ b/sig/sigs.json @@ -38,6 +38,12 @@ "sig-name":"sig-toolchains", "projects":"https://gitee.com/openharmony-sig/sig-tools-toolchains", "project-path":"NONE" + }, + { + "sig-name":"sig-openblock", + "projects":["https://gitee.com/openharmony-sig/openblock", + "https://gitee.com/openharmony-sig/openblock_blocks"], + "project-path":"NONE" } ] } -- GitLab