Skip to content

Commit

Permalink
docs: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Dec 22, 2021
1 parent e5858f3 commit 9287b2a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
15 changes: 15 additions & 0 deletions examples/story/0032-quake-links-as-a-entry-type-for-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: quake links as a entry_type for data
author:
status: Spike
priority: Low
created_date: 2021-12-22 08:19:59
updated_date: 2021-12-22 08:19:59
---

all references can be call in transflow, such as:

```
from(rest("http://127.0.0.1:9999/reference/todo")).to(<network-graph-network>)
```

15 changes: 8 additions & 7 deletions examples/story/entries.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,19 @@
14,"watch dir & feed to searchengine","Phodal","Done","High","2021-12-04 15:19:45","2021-12-04 15:19:45"
15,"dockerfile for auto deploy","","Todo","Low","2021-12-04 20:09:31","2021-12-04 20:09:31"
16,"timeline for annual review","Phodal","Done","Low","2021-12-04 23:33:09","2021-12-04 23:33:09"
17,"transflow with function generate","Phodal","Doing","Low","2021-12-05 02:03:24","2021-12-05 02:03:24"
17,"transflow with function generate","Phodal","Done","Low","2021-12-05 02:03:24","2021-12-22 08:18:24"
18,"tql for search query","","Spike","Low","2021-12-05 16:53:58","2021-12-05 16:53:58"
19,"filter for flow codegen","","Spike","Low","2021-12-08 10:01:36","2021-12-08 10:01:36"
20,"search rule 'filterableAttributes' by entry type","","Done","Low","2021-12-08 10:46:31","2021-12-08 10:46:31"
21,"make transflow in auto_suggest api","","Spike","Low","2021-12-08 23:39:40","2021-12-08 23:39:40"
22,"filter for parse item","","Spike","Low","2021-12-09 09:32:28","2021-12-09 09:32:28"
23,"create quake loging attribute","","Doing","Low","2021-12-14 08:19:59","2021-12-14 08:19:59"
24,"pagelink storage","","Spike","Low","2021-12-14 23:26:04","2021-12-14 23:26:04"
24,"pagelink storage","","Done","Low","2021-12-14 23:26:04","2021-12-22 08:18:24"
25,"Chinese table of content parser","","Spike","Low","2021-12-15 20:05:10","2021-12-15 20:05:10"
26,"transflow support http/https api and fetch next","","Spike","Low","2021-12-16 00:14:27","2021-12-16 00:14:27"
27,"create web componnent core api","","Spike","Low","2021-12-16 09:15:39","2021-12-16 09:15:39"
26,"transflow support http/https api and fetch next","","Doing","Low","2021-12-16 00:14:27","2021-12-22 08:18:24"
27,"create web component core api","","Spike","Low","2021-12-16 09:15:39","2021-12-22 08:18:24"
28,"scripts for auto offline deps","","Spike","Low","2021-12-16 12:50:46","2021-12-16 12:50:46"
29,"deploy to GitHub pages as demo.","","Spike","Low","2021-12-16 14:23:48","2021-12-16 14:23:48"
30,"dump data for github pages","","Spike","Low","2021-12-18 23:28:14","2021-12-18 23:28:14"
31,"heading support for pagelink","","Spike","Low","2021-12-20 23:08:57","2021-12-20 23:08:57"
29,"deploy to GitHub pages as demo.","","Done","Low","2021-12-16 14:23:48","2021-12-22 08:18:24"
30,"dump data for github pages","","Done","Low","2021-12-18 23:28:14","2021-12-22 08:18:24"
31,"heading support for pagelink","","Doing","Low","2021-12-20 23:08:57","2021-12-22 08:18:24"
32,"quake links as a entry_type for data","","Spike","Low","2021-12-22 08:19:59","2021-12-22 08:19:59"
2 changes: 1 addition & 1 deletion examples/story/entry-node-info.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
index: 31
index: 32

0 comments on commit 9287b2a

Please sign in to comment.