Skip to content

Commit

Permalink
From obsidian vault backup: 2023-01-14 10:38:12
Browse files Browse the repository at this point in the history
Affected files:
.obsidian/plugins/obsidian-activity-history/data.json
.obsidian/plugins/recent-files-obsidian/data.json
.obsidian/workspace.json
Day Planners/Day Planner-20230114.md
项目管理从理论到实践.md
  • Loading branch information
cubxxw committed Jan 14, 2023
1 parent 30460e2 commit 2626e10
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 17 deletions.
10 changes: 7 additions & 3 deletions .obsidian/plugins/obsidian-activity-history/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"checkpointList": [
{
"path": "/",
"date": "2023-01-13",
"size": 21537326
"date": "2023-01-14",
"size": 21537996
}
],
"activityHistory": [
Expand Down Expand Up @@ -58,7 +58,11 @@
},
{
"date": "2023-01-13",
"value": 45118
"value": 45767
},
{
"date": "2023-01-14",
"value": 21
}
]
}
Expand Down
28 changes: 28 additions & 0 deletions .obsidian/plugins/recent-files-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
{
"recentFiles": [
{
"basename": "20",
"path": "docs/go-advancend/markdown/20.md"
},
{
"basename": "19",
"path": "docs/go-advancend/markdown/19.md"
},
{
"basename": "18",
"path": "docs/go-advancend/markdown/18.md"
},
{
"basename": "17",
"path": "docs/go-advancend/markdown/17.md"
},
{
"basename": "16",
"path": "docs/go-advancend/markdown/16.md"
},
{
"basename": "14",
"path": "docs/go-advancend/markdown/14.md"
},
{
"basename": "13",
"path": "docs/go-advancend/markdown/13.md"
},
{
"basename": "Go语言项目实战",
"path": "Go语言项目实战.md"
Expand Down
24 changes: 12 additions & 12 deletions .obsidian/workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Go语言项目实战.md",
"file": "docs/go-advancend/markdown/20.md",
"mode": "source",
"backlinks": true,
"source": false
Expand Down Expand Up @@ -108,7 +108,7 @@
"state": {
"type": "backlink",
"state": {
"file": "Go语言项目实战.md",
"file": "docs/go-advancend/markdown/20.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
Expand All @@ -125,7 +125,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Go语言项目实战.md",
"file": "docs/go-advancend/markdown/20.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
Expand All @@ -148,7 +148,7 @@
"state": {
"type": "outline",
"state": {
"file": "Go语言项目实战.md"
"file": "docs/go-advancend/markdown/20.md"
}
}
},
Expand Down Expand Up @@ -199,15 +199,15 @@
},
"active": "17e890b561bff9bb",
"lastOpenFiles": [
"docs/go-advancend/markdown/19.md",
"docs/go-advancend/markdown/18.md",
"docs/go-advancend/markdown/17.md",
"docs/go-advancend/markdown/16.md",
"docs/go-advancend/markdown/14.md",
"docs/go-advancend/markdown/13.md",
"Go语言项目实战.md",
"docs/字节青训营/抖音项目资源.md",
"docs/go-advancend/go_route.md",
"docs/字节青训营/字节青训营进阶面试准备.md",
"docs/字节青训营/码上掘金主题创作活动.md",
"docs/字节青训营/青训营题库.md",
"未命名.canvas",
"default/diary/20230104-周三.md",
"Excalidraw/Drawing 2023-01-05 20.17.59.excalidraw.md",
"docker/markdown/1.md",
"go_bible/gopl-zh.github.com/ch2/ch2-01.md"
"docs/字节青训营/字节青训营进阶面试准备.md"
]
}
2 changes: 2 additions & 0 deletions Day Planners/Day Planner-20230114.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## Day Planner
- [ ]
22 changes: 20 additions & 2 deletions 项目管理从理论到实践.md
Original file line number Diff line number Diff line change
Expand Up @@ -627,10 +627,28 @@ Project 提供了真正的管理 issue 的能力;而传统的 tag 方式只能



**你可以选择高密度表布局,也可以使用看板功能。**

您可以将您的项目视为高密度表布局:

![项目表](https://docs.github.com/assets/cb-160780/images/help/issues/projects_table.png)

或作为看板:

![项目板](https://docs.github.com/assets/cb-105691/images/help/issues/projects_board.png)

为了帮助您专注于项目的特定方面,您可以对项目进行分组、排序或筛选:

![项目视图](https://docs.github.com/assets/cb-164036/images/help/issues/project_view.png)



### 看板

看板管理,起源于丰田的生产模式中,指为了达到及时生产(JIT)方式控制现场生产流程的工具。及时生产方式中的拉式(Pull)生产系统可以使信息的流程缩短,并配合定量、固定装货容器等方式,而使生产过程中的物料流动顺畅。



#### KanbanFlow & Trello

可以看出,所谓看板,就是把一块木板上分成几列,然后在每一列上贴上不同内容的卡片。 木板上的这几列一般是有顺序的,卡片可以在不同的列之间移动来表明所处的状态。
Expand All @@ -642,14 +660,14 @@ Project 提供了真正的管理 issue 的能力;而传统的 tag 方式只能
#### Zenhub & Github Projects
下面的两个例子则是针对软件开发做了优化,准确的说,它们都是对 Github 做了适配。

1. Zenhub 是个浏览器插件,就是把 Github 的 issues 当作卡片,以 Kanban 的形式展现 issue,也提供了一个比较鸡肋的 Epic 的功能,同时针对个人也有 TODO 项管理。
1. [Zenhub](https://chrome.google.com/webstore/search/Zenhub?hl=zh-CN) 是个浏览器插件,就是把 Github 的 issues 当作卡片,以 Kanban 的形式展现 issue,也提供了一个比较鸡肋的 Epic 的功能,同时针对个人也有 TODO 项管理。
2. 而 Github 最近推出的 Project 不仅可以使用 issues 作为卡片,还可以使用Note(左侧的三个),这样我们就没有必要为了在看板上记录可能的需求而创建一个新的 issues 或者把问题记录在个人的 TODO 列表上了。



### Github Projects

一个仓库可以包含多个项目;最初,这个设定让我疑惑,直到使用之后才明白, 一个代码仓库通常有很多事情要做,比如:
**为什么是 Projects?** 一个仓库可以包含多个项目;最初,这个设定让我疑惑,直到使用之后才明白, 一个代码仓库通常有很多事情要做,比如:

#### 拟定线路图

Expand Down

2 comments on commit 2626e10

@vercel
Copy link

@vercel vercel bot commented on 2626e10 Jan 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

awesome-go-nglg – ./dist

awesome-go-nglg.vercel.app
awesome-go-nglg-cub.vercel.app
awesome-go-nglg-git-master-cub.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2626e10 Jan 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

awesome-go – ./dist

awesome-go-git-master-cub.vercel.app
awesome-go-cub.vercel.app
awesome-go-orcin.vercel.app
go.nsddd.top

Please sign in to comment.