SolidUI
SolidUI copied to clipboard
[Report] SolidUI Community Meeting Minutes
- Period: Held every two weeks, starting at 9:00 on Sunday night, pay attention to the group notice for the specific time;
- Participants: community users, developers, as long as you are interested, you can participate;
- Participation method: Use Tencent meeting to participate https://meeting.tencent.com/dm/LWOXkQjdpr1o
- Weekly meeting screen recording: bilibili, Tencent Video Account (SolidUI社区)
2023.3.12 1.前端架构预览 图片内容是全英文 画布代码进度 Solid模型JSONSchema讨论 2.服务端 发版执行文档 项目管理流程文档 db设计 接口设计 master调度和执行builder 3.UI 视觉 4.社区运营 产品核心目标修改 issue 文章列表
- Front-end architecture preview The content of the picture is in English Canvas code progress Solid Model JSONSchema
- Server Release execution document Project Management Process Documentation db design api design Master schedules and executes builder
- UI vision
- Community operation Product core target modification issue article list
2023.3.19 1.前端架构预览 画布代码进度
2.服务端 接口设计
3.社区运营 X-lab 插件 训练SolidUI
2023.3.19
-
Front-end architecture preview Canvas code progress
-
Server interface design
-
Community operation X-lab plug-in training SolidUI
2023.3.26 1.前端架构预览 画布代码进度
2.服务端 接口设计
3.社区运营 技术探索规划 copilot系列推荐,idea和copilot for pr
2023.3.26
Front-end architecture preview Canvas code progress
Server interface design
Community operation
Technology exploration planning copilot series recommended, idea and copilot for pr
2023.4.2 1.前端架构预览 画布代码进度
2.服务端 接口设计
3.社区运营 发布征文
2023.4.2
Front-end architecture preview Canvas code progress
Server interface design
Community operation
Publish a call for papers
2023.4.9 1.前端架构预览 画布代码进度
2.服务端 接口设计
3.社区运营 发布征文
2023.4.9
Front-end architecture preview Canvas code progress
Server interface design
Community operation
Publish a call for papers
2023.5.7 1.前端 - 进度描述 2.服务端-进度描述 3.LICENSE 介绍 4.产品 : 概述:3D可视化框架 技术驱动,历史演化(规则-》数理-》频率和统计 -》生物仿真(神经网络)-》大模型) 演化-》 AI 生成 可视化模型 学习:AI大模型,Three.js
2023.5.7
- Front end - progress description
- Server-Progress Description 3.LICENSE introduction
- Products: Summary: 3D visualization framework Technology-driven, historical evolution (rules-"data-"frequency and statistics-"biological simulation (neural network)-"model) Evolution->AI generated visualization model Learning: AI big model, Three.js
2023.5.28 周会 1.前端 - 进度描述 0.1.0版本 2.服务端-进度描述 0.1.0版本 3.项目star情况 4.项目群情况:微信群,slack 5.KPI:2025年上半年准备进入孵化器
23年发两个版本,0.1.0 版本进度,拉contributor
24年发两个版本,布道(3~4场meetup),拉contributor
25年准备提案,发两个版本
6.项目涉及到模型
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.5.28
- Front end - progress description
- Server-Progress Description
- Project star status
- Program group situation: WeChat group, slack
- In the first half of 2025, it is ready to enter the infantizer In 23 years, two versions were released, and the progress of version 0.1.0 Released two versions in 24 years, preaching (3~4 gatherings), pulling contributors, 25 years to prepare for the record, issued two versions
- Item dipped into the model
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.4 周会 1.前端 - 进度描述 0.1.0版本 (接口) 2.服务端-进度描述 0.1.0版本 (脚本部署完了,License 完了,进行docker和业务测试) 3.项目star情况 4.项目涉及到模型
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.4
- Front end - progress description version 0.1.0 (interface)
- Server-Progress Description Version 0.1.0 (Script deployment is completed, License is completed, and docker and business tests are performed)
- Project star status
- The project involves the model
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.11 周会 1.前端 - 进度描述 0.1.0版本 (接口,ui-licenses,Eslint / Prettier (lint,prettier 参考superset/dolphin) ,solidui-doc (前端部署文档,编译文档) ,根据测试用例业务测试 )
-
1.1._lint: 这个脚本会运行ESLint,一个用于识别和报告JavaScript/TypeScript代码中潜在问题的工具。这个命令会检查项目中所有的.js、.jsx、.ts和.tsx文件。--ignore-path=.eslintignore选项指定了一个文件(.eslintignore),用于定义哪些文件或目录应该被忽略。--ext选项用于指定要检查的文件扩展名。
-
1.2._prettier: 这个脚本会运行Prettier,一个用于自动格式化代码的工具,以确保项目中的代码风格保持一致。这个命令指定了一个文件匹配模式,用于找到要格式化的文件。在这个例子中,它会格式化包含在src、spec、cypress-base、plugins、packages和.storybook目录中的文件,以及package.json文件。需要格式化的文件类型包括:.js、.jsx、.ts、.tsx、.css、.less、.scss和.sass。
2.服务端-进度描述 0.1.0版本 (docker/docker hub/docker compose,测试用例完事,solidui-doc 部署文档,根据测试用例业务测试 ) 3.项目star情况/ 布道 (准备PPT)
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.11 Weekly meeting
- Front-end - progress description version 0.1.0 (interface, ui-licenses, Eslint / Prettier (lint, prettier refer to superset/dolphin), solidui-doc (front-end deployment document), business test according to test cases)
-
1.1._lint: This script will run ESLint, a tool for identifying and reporting potential problems in JavaScript/TypeScript code. This command checks all .js, .jsx, .ts and .tsx files in the project. The --ignore-path=.eslintignore option specifies a file (.eslintignore) that defines which files or directories should be ignored. The --ext option is used to specify the file extensions to check.
-
1.2._prettier: This script will run Prettier, a tool for automatically formatting code to ensure that the code style in the project is consistent. This command specifies a file-matching pattern for finding files to format. In this example, it will format the files contained in the src, spec, cypress-base, plugins, packages, and .storybook directories, as well as the package.json file. File types that require formatting include: .js, .jsx, .ts, .tsx, .css, .less, .scss, and .sass.
-
Server-Progress Description Version 0.1.0 (docker/docker hub/docker compose, test cases completed, solidui-doc deployment documents, business tests based on test cases)
-
Project star situation/ sermon (prepare PPT)
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.18 周会
1.前端 - 进度描述 0.1.0版本
https://github.com/CloudOrc/SolidUI/issues/41
2.服务端-进度描述 0.1.0版本 (datasource查询接口加过期参数)
3.0.1.0 版本业务测试-完成第二轮
4.运营:项目情况/ 布道/社群(用户群1成立)
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.18 Weekly meeting
-
Front-end - progress description version 0.1.0 https://github.com/CloudOrc/SolidUI/issues/41
-
Server-Progress Description Version 0.1.0 (datasource query interface plus expired parameters)
-
0.1.0 version business test - completed the first round
-
Operation: project status/ evangelism/community (user group 1 established)
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.18 周会 1.前端 - 进度描述 0.1.0版本 #41 2.服务端-进度描述 0.1.0版本 (datasource查询接口加过期参数) 3.0.1.0 版本业务测试-完成第二轮 4.运营:项目情况/ 布道/社群(用户群1成立)
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.18 Weekly meeting
- Front-end - progress description version 0.1.0 [Feature][SolidUI-Web] Dev0.1.0 List of unfinished front-end functions #41
- Server-Progress Description Version 0.1.0 (datasource query interface plus expired parameters)
- 0.1.0 version business test - completed the first round
- Operation: project status/ evangelism/community (user group 1 established)
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.27 测试修复完毕,开始准备发版文档,发版到GitHub Releases,准备宣布发版文章 2023.6.30 发版流程彻底完毕,版本号 : v0.1.0-rc1
2023.6.27 After the test and repair are completed, start preparing the release documents, release the release to GitHub Releases, and prepare to announce the release of the article 2023.6.30 The release process is completely completed, version number: v0.1.0-rc1
2023.6.25 周会 1.前端 - 进度描述 0.1.0版本 #41 2.服务端 3.v0.2.0 Proposal #45 4.运营
- star github:138 gitee:57
- 群:85
- 布道:社区活动
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.6.25 Weekly meeting
- Front-end - progress description version 0.1.0 #41
- Server
- v0.2.0 Proposal #45
- Operation
- star github:138 gitee:57
- Group: 85
- Evangelism: Community Activities
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.2 周会 1.前端 - 0.2.0 描述 2.服务端 0.2.0 描述 3.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45 4.运营
star github:155 gitee:60 群:170 布道:(社区群,共建,媒体)
5.目标:成为自我生长的AI社区
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.2 Weekly meeting
- Frontend - 0.2.0 Description
- Server 0.2.0 Description 3.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45
- Operation
star github:155 gitee:60 Group: 170 Evangelism: (community group, co-construction, media)
- Goal: to become a self-growing AI community
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.9 周会 1.前端 - 0.2.0 描述 https://github.com/orgs/CloudOrc/projects/2 2.服务端 0.2.0 描述 https://github.com/orgs/CloudOrc/projects/2 3.https://github.com/CloudOrc/SolidUI/issues/66 4.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45 5.运营
技术媒体-> 共建招聘-> 群内推-> 三方平台共建(教育,项目)-> 平台热榜 -> 关键路径运营 文章:功能讲解 star github:174 gitee:62 群:200 布道:(社区群,共建,媒体) PMC 授权规则 风口理解:code解析器,开源商业
6.目标:成为自我生长的AI社区
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.9 Weekly meeting
- Frontend - 0.2.0 Description https://github.com/orgs/CloudOrc/projects/2
- Server 0.2.0 Description https://github.com/orgs/CloudOrc/projects/2
- https://github.com/CloudOrc/SolidUI/issues/66 4.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45
- Operation
Article: Function Explanation star github:174 gitee:62 Group: 200 Evangelism: (community group, co-construction, media)
- Goal: To become a self-growing AI community
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.16 周会 1.前端 - 0.2.0 描述 https://github.com/orgs/CloudOrc/projects/2 2.服务端 0.2.0 描述 https://github.com/orgs/CloudOrc/projects/2 3.https://github.com/CloudOrc/SolidUI/issues/66 4.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45 5.运营
文章:ESLint & Prettier代码规范
star github:186 gitee:66 群:200 布道:(社区群,共建,媒体) PMC 授权规则 风口理解:开源商业,GPT进程
6.目标:成为自我生长的AI社区
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.16 Weekly meeting
- Frontend - 0.2.0 Description https://github.com/orgs/CloudOrc/projects/2
- Server 0.2.0 Description https://github.com/orgs/CloudOrc/projects/2
- https://github.com/CloudOrc/SolidUI/issues/66 4.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45
- Operation
Article: ESLint & Prettier code specification
star github:186 gitee:66 Group: 200 Evangelism: (community group, co-construction, media) PMC Authorization Rules Understanding the outlet: open source business, GPT process
- Goal: to become a self-growing AI community
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.23 周会
1.前端 - 0.2.0 描述 https://github.com/orgs/CloudOrc/projects/2
2.服务端 0.2.0 描述 https://github.com/orgs/CloudOrc/projects/2
3.https://github.com/CloudOrc/SolidUI/issues/66
4.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45
5.运营
star github:202 gitee:73 群:143(用户群) + 27(开发群)+ 68 (slack) = 238 布道:(社区群,共建,媒体) 风口理解:开源商业
6.目标:成为自我生长的AI社区
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.23 Weekly meeting
- Frontend - 0.2.0 Description https://github.com/orgs/CloudOrc/projects/2
- Server 0.2.0 Description https://github.com/orgs/CloudOrc/projects/2
- https://github.com/CloudOrc/SolidUI/issues/66 4.v0.2.0 Proposal https://github.com/CloudOrc/SolidUI/issues/45
- Operation
star github:202 gitee:73 Group: 200 Evangelism: (community group, co-construction, media) Understanding the Outlet: Open Source Business
- Goal: to become a self-growing AI community
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.30 周会
1.聊天窗口 #60 @nutsjian
2.设计页面选择 #69 @nutsjian
3.官网 #66 @15100399015 @dlimeng
4.登录问题 #99 @15100399015
5.soliduimodelui 容器化网络问题 @dlimeng
6.发版流程 https://github.com/CloudOrc/SolidUI-Doc/blob/main/zh_CN/%E5%BC%80%E5%8F%91%E6%96%87%E6%A1%A3/ProjectProcess/README.md
7.解答问题流程 : 1.让用户看公众号和SolidUI官方文档 2.如果1条件不满足,无法具体解答阶段,让用户提交issue 。流程文档等官网出来出一篇文章
8.运营
- 文档:微信公众号 ChatGLM 部署 @ziyu211
- star github:212 gitee:75
- 群:413(用户群) + 30(开发群)+ 70 (slack) = 513 @baixuan
- 布道:(社区群,共建,媒体) @baixuan @dlimeng
- v0.2.0运营 宣发视频+文章+官网+演示环境+视频教程 @dlimeng @baixuan
9.分享 风口理解,精神境界理解,(常规性技术开发->架构性开发->战略性)
10.会议地址 https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.7.30 Weekly meeting
-
Chat window #60 @nutsjian
-
Design page selection #69 @nutsjian
-
Official website #66 @15100399015 @dlimeng
-
Login problem #99 @15100399015
-
v0.2.0 Proposal https://github.com/orgs/CloudOrc/projects/2
-
Release process https://github.com/CloudOrc/SolidUI-Doc/blob/main/zh_CN/%E5%BC%80%E5%8F%91%E6%96%87%E6%A1%A3/ ProjectProcess/README.md
-
Process of answering questions: 1. Let the user read the official account and SolidUI official document 2. If the condition 1 is not met and the specific stage cannot be reached, let the user submit an issue. Process documents and other official websites come out to answer
-
Operation
- Documentation: ChatGLM Deployment @ziyu211
- star github:212 gitee:75
- Group: 413 (user group) + 30 (development group) + 70 (slack) = 513 @baixuan
- Evangelism: (community group, co-construction, media) @baixuan @dlimeng
- v0.2.0 operation Announcement video + article + official website + demo environment + video tutorial @dlimeng @baixuan
-
share Understanding of outlets, understanding of spiritual realm, (routine technology development -> architectural development -> strategic)
-
Meeting address https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.6 周会
1.聊天窗口 #61 @nutsjian 2.官网 #66 @dlimeng @15100399015 3.测试用例 #61 @dlimeng (2023.8.15结束测试) 4.运营 文档:微信公众号等等 star github:222 gitee:82 群:400(用户群) + 32(开发群)+ 78 (slack) = 510 @baixuan 布道:(社区群,共建,媒体)@baixuan v0.2.0运营 宣发视频+文章+官网+演示环境+视频教程 @baixuan
5.分享 风口理解:苹果下架GPT应用
6.会议地址 https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.6 Weekly meeting
-
Chat window #61 @nutsjian
-
Official website #66 @dlimeng @15100399015
-
Test case #61 @dlimeng
-
Operation Documentation: WeChat official account, etc. star github:222 gitee:82 Group: 400 (user group) + 32 (development group) + 78 (slack) = 510 @baixuan Evangelism: (community group, co-construction, media) @baixuan v0.2.0 operation Announcement video + article + official website + demo environment + video tutorial @baixuan
-
share Tuyere understanding: Apple removes GPT application
-
Meeting address https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.13 周会
-
测试用例 https://github.com/CloudOrc/SolidUI/issues/61 @15100399015 @nutsjian
-
部署,镜像准备,releases准备
-
运营
- 文档:提示词合集,功能介绍,发版文章 @dlimeng
- 群:396 (用户群) + 32(开发群)+ 88 (slack) = 516 @baixuan
- star github:238 gitee:85 @baixuan
- v0.2.0运营 宣发视频+文章+官网+演示环境+视频教程 @baixuan
-
分享 GPT-5
-
会议地址 https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.13 Weekly Meeting
-
Test Case https://github.com/CloudOrc/SolidUI/issues/61 ↗ @15100399015 @nutsjian
-
Deployment, preparation of images, preparation of releases
-
Operations
- Documentation: Collection of prompts, feature introduction, release articles @dlimeng
- Group: 396 (user group) + 32 (development group) + 88 (slack) = 516 @baixuan
- Star GitHub:238 Gitee:85 @baixuan
- v0.2.0 operations Publicity video+article+official website+demonstration environment+video tutorial @baixuan
-
Share GPT-5
-
Meeting Address https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.20 周会
-
v0.2.0 发版
-
v0.3.0 Proposal https://github.com/CloudOrc/SolidUI/issues/46
-
运营
- 群:391 (用户群) + 34(开发群)+ 94 (slack) + 7 (discord) = 526
- 公众号运营,名单
- discord运营,名单
- 标签整理
-
分享
- 技术类分享:认知与成长
-
会议地址
- https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.20 Weekly meeting
-
v0.2.0 release
-
v0.3.0 Proposal https://github.com/CloudOrc/SolidUI/issues/46
-
Operation
- Groups: 391 (user group) + 34 (development group) + 94 (slack) + 7 (discord) = 526
- Official account operation, list
- discord operation, list
- Label arrangement
-
share
- Technology sharing: cognition and growth
-
Conference address
- https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.20 周会
v0.2.0 发版
v0.3.0 提案[功能][实体用户界面]Dev0.3.0 SolidUI 提案 #46
运营
- 群:391 (用户群) + 34(开发群)+ 94 (松弛) + 7 (不和谐) = 526
- 公众号运营,名单
- discord运营,名单
- 标签整理
分享
- 技术类分享:认知与成长
会议地址
- https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.20 周会
v0.2.0 发布
v0.3.0 提案[功能][实体用户界面]Dev0.3.0 SolidUI 提案 #46
操作
- 组:391(用户组)+ 34(开发组)+ 94(松弛)+ 7(不和谐)= 526
- 公众号运营 列表 :https://shimo.im/docs/1lq7rLW2RaI7YX3e/
- discord运营 列表:https://shimo.im/tables/m4kMME9wPehEJWkD?table=0NPuyPhc4lQ&view=KCm8inEC1T7#/
- 标签 列表:https://shimo.im/docs/473QMZoB82hgVB3w/
共享
- 技术共享:认知与成长
会议致辞
- https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.8.27 周会
需求列表
Support text input box generate html @nutsjian [Feature][SolidUI-Web] Support text input box generate html dynamic rendering#74 @15100399015 [Feature][SolidUI-Web] Chat entry support select database#81 梁莘明 [Feature][SolidUI-ModelUI] Chat entry selection database#82 胡楠灿 [Feature][SolidUI-Model] visualization model implementation #97 @dlimeng
[Feature][Deploy] Support kubernetes deployment#115 @jacktao007
[Feature][SolidUI-Web] After login, the page displays the user name with rounded corners#128 @15100399015
[Feature][SolidUI-Web] The page shows missing favicon.ico#129 @15100399015
[Feature][SolidUI-Web] Right sliding window shrinks#133 梁莘明
[Feature][DataSource] Query all data source columns, modify the query list interface#119 李明明
运营
组:430 + 98(松弛)+ 24(不和谐)= 552 公众号运营,名单 @baixuan101 discord运营,名单 @baixuan101 标签整理 @baixuan101
分享
注意力机制 https://zhuanlan.zhihu.com/p/379722366
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
Weekly Meeting on August 27, 2023
Demand List
Support text input box generate html ↗ @nutsjian [Feature][SolidUI-Web] Support text input box generate html dynamic rendering#74 ↗](https://github.com/CloudOrc/SolidUI/issues/74)) @15100399015 [Feature][SolidUI-Web] Chat entry support select database#81 ↗](https://github.com/CloudOrc/SolidUI/issues/81)) Liang Xinming [Feature][SolidUI-ModelUI] Chat entry selection database#82 ↗](https://github.com/CloudOrc/SolidUI/issues/82)) Hu Nancan [Feature][SolidUI-Model] visualization model implementation #97 ↗](https://github.com/CloudOrc/SolidUI/issues/97)) @dlimeng
[Feature][Deploy] Support kubernetes deployment#115 ↗](https://github.com/CloudOrc/SolidUI/issues/115)) @jacktao007
[Feature][SolidUI-Web] After login, the page displays the user name with rounded corners#128 ↗](https://github.com/CloudOrc/SolidUI/issues/128)) @15100399015
[Feature][SolidUI-Web] The page shows missing favicon.ico#129 ↗](https://github.com/CloudOrc/SolidUI/issues/129)) @15100399015
[Feature][SolidUI-Web] Right sliding window shrinks#133 ↗](https://github.com/CloudOrc/SolidUI/issues/133)) Liang Xinming
[Feature][DataSource] Query all data source columns, modify the query list interface#119 Li MingMing
Operations
Group: 391 (User Group) + 34 (Development Group) + 94 (Slack) + 7 (Discord) = 526 WeChat Official Account operation, list @baixuan101 discord operation, list @baixuan101 Tagging @baixuan101
Share
Attention Mechanism
Meeting Address
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.9.3 周会
需求列表
[Feature][SolidUI-Web] Support text input box generate html dynamic rendering#74 @15100399015 [Feature][SolidUI-Web] Chat entry support select database#81 梁莘明
[Feature][SolidUI-Model] visualization model implementation #97 @dlimeng
[Feature][Deploy] Support kubernetes deployment#115 @jacktao007
[Feature][SolidUI-Web] After login, the page displays the user name with rounded corners#128 @15100399015
[Feature][SolidUI-Web] The page shows missing favicon.ico#129 @15100399015
[Feature][SolidUI-Web] Right sliding window shrinks#133 梁莘明
运营
组:430 + 103(松弛)+ 81(不和谐)= 614 公众号运营,名单 @baixuan101 discord运营,名单 @baixuan101 标签整理 @baixuan101
分享
版本情况 https://github.com/CloudOrc/SolidUI/milestones
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
Requirements list
[Feature][SolidUI-Web] Support text input box to generate html dynamic rendering #74 @15100399015 [Feature][SolidUI-Web]Chat entries support database selection #81 Liang Xinming [Feature][SolidUI-Model] Visual model implementation #97 @dlimeng
[Feature][Deployment] Support kubernetes deployment #115 @jacktao007
[Feature][SolidUI-Web]After logging in, the page displays the username with rounded corners#128 @15100399015
[Feature][SolidUI-Web] page shows missing favicon.ico#129 @15100399015
[Feature][SolidUI-Web]Right sliding window shrink#133 Liang Xinming
Operations
Group: 430 + 103 (Casual) + 81 (Discord) = 614 Public account operation, list@baixuan101 Discord operation, list @baixuan101 Tag organization @baixuan101
share
Version status https://github.com/CloudOrc/SolidUI/milestones
Meeting address
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.9.10 周会
需求列表
[Feature][SolidUI-Web] Support text input box generate html dynamic rendering#74 @15100399015 [Feature][SolidUI-Web] Chat entry support select database#81 莘明
[Feature][SolidUI-Model] visualization model implementation #97 @dlimeng
[Feature][Deploy] Support kubernetes deployment#115 @jacktao007
[Feature][SolidUI-Web] After login, the page displays the user name with rounded corners#128 @15100399015
[Feature][SolidUI-Web] The page shows missing favicon.ico#129 @15100399015
[Feature][SolidUI-Web] Right sliding window shrinks#133 莘明
运营
组:430 + 106(slack)+ 134(discord)= 670
日常运营:发咨询,Discord群发,招募共建
目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
Weekly Meeting - September 10, 2023
Task List
[Feature][SolidUI-Web] Support text input box generate html dynamic rendering#74 @15100399015
[Feature][SolidUI-Web] Chat entry support select database#81 Assigned to: Xinming
[Feature][SolidUI-Model] visualization model implementation #97 @dlimeng
[Feature][Deploy] Support kubernetes deployment#115 @jacktao007
[Feature][SolidUI-Web] After login, the page displays the user name with rounded corners#128 @15100399015
[Feature][SolidUI-Web] The page shows missing favicon.ico#129 @15100399015
[Feature][SolidUI-Web] Right sliding window shrinks#133 Assigned to: Xinming
Operations
Group: 430 + 106 (Slack) + 134 (Discord) = 670
Daily Operations: Send consultations, post in Discord group, recruit collaborators
Goals:
- Reach 1000 GitHub stars by the release of SolidUI 1.0.0.
- Have 1000 members in the Discord group by January 1, 2023.
2023.9.17 周会
需求列表
k8s @jacktao007 html gen @15100399015 选择 json @liangxm-swan soliduidiffusion @dlimeng
0.3.0 发版文档 @dlimeng 0.3.0 功能介绍文档 @dlimeng
测试
k8s 测试 @limingoo @nutsjian @jacktao007 https://github.com/CloudOrc/SolidUI/issues/130
运营
0.3.0 概念视频 @baixuan101 0.3.0 教程视频 @dlimeng
Group: 428 + 106 (Slack) + 146 (Discord) = 680 日常运营:发咨询,Discord群发,招募共建 @baixuan101
目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.9.17 Weekly Meeting
Task List
k8s @jacktao007 html gen @15100399015 Select json @liangxm-swan soliduidiffusion @dlimeng
Release document @dlimeng Feature introduction document @dlimeng
Test
https://github.com/CloudOrc/SolidUI/issues/130
Operations
0.3.0 Concept Video @baixuan101 Tutorial Video @dlimeng
Group: 428 + 106 (Slack) + 146 (Discord) = 680 Daily operations: Send out consultations, Discord group messages, recruit co-builders
Goal: By the time SolidUI 1.0.0 is released, GitHub star to reach 1000. By January 1, 2024, Discord group members to reach 1000 people
Meeting Link
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.9.24 周会
需求列表
0.3.0 版本发版 https://mp.weixin.qq.com/s/KEFseiQJgK87zvpslhAAXw 0.4.0版本提案:https://github.com/CloudOrc/SolidUI/issues/164
测试
0.3.0版本测试完成
运营
0.3.0版本运营文章和视频完成(功能介绍,概念和教程)
Group: 435 + 109 (Slack) + 184 (Discord) = 728 日常运营:发咨询,Discord群发,招募共建 @baixuan101
目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
Translate to English:
Weekly Meeting on September 24, 2023
List of Requirements
Release of Version 0.3.0 https://mp.weixin.qq.com/s/KEFseiQJgK87zvpslhAAXw Proposal for Version 0.4.0: https://github.com/CloudOrc/SolidUI/issues/164
Testing
Testing for Version 0.3.0 Completed
Operations
Operations for Version 0.3.0 - Articles and Videos Completed (Feature Introduction, Concepts, and Tutorials)
Group: 435 + 109 (Slack) + 184 (Discord) = 728 Daily Operations: Sending Consultations, Discord Group Messages, Recruitment for Co-construction @baixuan101
Goals: By the time of SolidUI 1.0.0 release, achieve 1000 GitHub stars. By January 1, 2024, reach 1000 members in the Discord group.
Meeting URL
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.10.8 周会
需求列表
https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
测试
0.4.0 提交的pr测试完毕 issue close
运营
目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
Group: 435 + 109 (Slack) + 224 (Discord) = 768 日常运营:发咨询,Discord群发,招募共建 @baixuan101
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.10.8 Weekly Meeting
Requirements list
https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
test
0.4.0 submitted pr test completed issue close
Operations
Target: By the time SolidUI 1.0.0 was released, the github star reached 1,000. On January 1, 2024, the Discord group reached 1,000 people
Group: 435 + 109 (Slack) + 224 (Discord) = 768 Daily operations: send inquiries, send group messages on Discord, recruit for co-construction @baixuan101
Target: By the time SolidUI 1.0.0 was released, the github star reached 1,000. On January 1, 2024, the Discord group reached 1,000 people
Meeting address
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.10.15 周会
需求列表
v0.8.0架构 https://github.com/CloudOrc/SolidUI/issues/181 v0.6.0提示词 https://github.com/CloudOrc/SolidUI/issues/188 https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
测试
0.4.0 提交的pr测试完毕 issue close
运营
目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
Group: 435 + 109 (Slack) + 254 (Discord) = 800 日常运营:发咨询,Discord群发,招募共建 @baixuan101
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
Translate to English:
2023.10.15 Weekly Meeting
Requirement List
https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
Testing
All PRs submitted for 0.4.0 have been tested Issue close
Operation
Target: Reach 1000 GitHub stars by the SolidUI 1.0.0 version. By January 1, 2024, the number of people in the Discord group reaches 1000.
Group: 435 + 109 (Slack) + 254 (Discord) = 800 Daily operations: Send consultations, Discord group messages, recruit co-builders @baixuan101
Meeting Address
https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.10.22 周会
需求列表 v0.8.0架构 https://github.com/CloudOrc/SolidUI/issues/181 v0.6.0提示词 https://github.com/CloudOrc/SolidUI/issues/188 https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
测试 0.4.0 覆盖测试了 SolidUI 0.4.0 可以内测了 ,发现问题追加Comment 到 https://github.com/CloudOrc/SolidUI/issues/182
运营 目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
Group: 458 + 118 (Slack) + 284 (Discord) = 860 日常运营:发咨询,Discord群发,招募共建 @baixuan101
会议地址 https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.10.22 Weekly Meeting
Requirement List v0.8.0 Architecture https://github.com/CloudOrc/SolidUI/issues/181 v0.6.0 Prompt Words https://github.com/CloudOrc/SolidUI/issues/188 https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
Testing 0.4.0 has been covered SolidUI 0.4.0 is ready for internal testing, if any issues are found, add Comment to https://github.com/CloudOrc/SolidUI/issues/182
Operations Goal: By the time SolidUI version 1.0.0 is released, we aim to achieve 1000 github stars. By January 1, 2024, we aim to have 1000 people in the Discord group.
Group: 440 + 109 (Slack) + 254 (Discord) = 820 Daily operations: Send consultation, Discord group messages, recruit for joint construction @baixuan101
Meeting address https://meeting.tencent.com/dm/LWOXkQjdpr1o
2023.10.29 周会
需求列表
0.4.0版本发版 https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
测试
0.4.0 覆盖测试了 @nutsjian k8s环境0.4.0业务覆盖测试 (2023.10.19开始) @limingoo k8s环境0.4.0业务覆盖测试(2023.10.19开始)
运营
0.4.0 功能介绍文章发版
目标: 到 SolidUI 1.0.0版本时候,github star 到达1000。 2024年1月1日,Discord群人数到1000人
Group: 458 + 121 (Slack) + 320 (Discord) = 900 日常运营:发咨询,Discord群发,招募共建 @baixuan101
会议地址
https://meeting.tencent.com/dm/LWOXkQjdpr1o
Weekly Meeting on 2023.10.29
Requirement List
Release version 0.4.0 https://github.com/CloudOrc/SolidUI/issues/164 https://github.com/orgs/CloudOrc/projects/2/views/1
Testing
0.4.0 test coverage @nutsjian k8s environment 0.4.0 business coverage testing (started on 2023.10.19) @limingoo k8s environment 0.4.0 business coverage testing (started on 2023.10.19)
Operations
Publish introduction article for 0.4.0 features
Goals:
Reach 1000 GitHub stars by the time SolidUI reaches version 1.0.0.
Reach 1000 members in Discord group by January 1, 2024.
Group: 458 + 121 (Slack) + 320 (Discord) = 900 Daily Operations: Send inquiries, send to Discord group, recruit co-builders @baixuan101
Meeting Address
https://meeting.tencent.com/dm/LWOXkQjdpr1o