Skip to content
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

第一周笔记 #186

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/pages/iriszhr/01.Week-01-架构方案设计.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## 需求
慕课乐高项目【需求链接】

## 范围
整体设计、架构设计、没有细节
乐高项目主要面向三类用户:
- 1、作品生产方
作品生产方在B端编辑H5海报,并通过自研统计渠道获取作品相关统计数据;

- 2、普通用户
浏览H5海报,可进行分享,相关浏览、操作数据会被采集进统计数据池;

- 3、管理员
通过后台管理系统了解项目允许情况,获取整体统计信息,并且可以对作品和用户进行干预(下线作品等);

由此可将整个项目拆分为:
- B端 / 编辑器管理后台(editor-fe、editor-server)
- H5 / C端(H5 SSR)
- 管理后台(admin-f2、admin-server)

## 模块设计
![](http://imooc-lego-homework.oss-cn-hangzhou.aliyuncs.com/docs/pages/trailblazer/images/week_1.jpg)

## 核心数据结构设计


## 数据流转关系图

## 扩展性保证

## 研发提效

## 运维保障
Empty file added docs/pages/iriszhr/README.md
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/pages/iriszhr/images/week_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.