Skip to content

Commit

Permalink
docs: create mvp notes
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 7, 2021
1 parent 69bf086 commit b53adad
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 18 deletions.
21 changes: 3 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,24 +176,9 @@ Tech stacks:

## Roadmap

### MVP

- [x] 导入
- [x] Django/Mezzanine
- [x] Apple Notes
- [x] Microsoft Todo
- [x] Microsoft Onenote
- [x] 自定义条目类型
- [x] CRUD
- [x] dynamic update entries-define
- [x] CLI 交互与列表呈现
- [ ] MVP API 设计
- [x] Web Server
- [ ] ~~GraphQL~~
- [x] 基于 Git 的数据存储
- [x] Search anywhere
- [x] search frameworks
- [x] auto suggest
### MVP (done)

see in [mvp](examples/roadmap/0001-first-mvp.md)

### 1.0: Knowledge map

Expand Down
7 changes: 7 additions & 0 deletions examples/entries-define.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,10 @@ entries:
- updated_date: Date
- category: String
actions: ~
- type: roadmp
display: "Roadmap"
fields:
- title: Title
- created_date: String
- updated_date: Date
actions: ~
24 changes: 24 additions & 0 deletions examples/roadmap/0001-first-mvp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: first mvp
created_date: 2021-12-07 21:19:14
updated_date: 2021-12-07 21:19:14
---


- [x] 导入
- [x] Django/Mezzanine
- [x] Apple Notes
- [x] Microsoft Todo
- [x] Microsoft Onenote
- [x] 自定义条目类型
- [x] CRUD
- [x] dynamic update entries-define
- [x] CLI 交互与列表呈现
- [ ] MVP API 设计
- [x] Web Server
- [ ] ~~GraphQL~~
- [x] 基于 Git 的数据存储
- [x] Search anywhere
- [x] search frameworks
- [x] auto suggest

2 changes: 2 additions & 0 deletions examples/roadmap/entries.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"id","title","created_date","updated_date"
1,"first mvp","2021-12-07 21:19:14","2021-12-07 21:19:14"
2 changes: 2 additions & 0 deletions examples/roadmap/entry-node-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
index: 1

0 comments on commit b53adad

Please sign in to comment.