g0v issue tracker

編輯歷史

時間 作者 版本
2020-05-01 04:17 – 04:20 John Huang r288 – r407
顯示 diff
(19 行未修改)
https://github.com/youchenlee/g0v-issue-tracker
g0v issue label
+ https://github.com/chunyenHuang/awesome-g0v-projects
授權方式
(25 行未修改)
成果展示
+
+ 令人驚奇的零時政府
+ https://github.com/chunyenHuang/awesome-g0v-projects
+ 後端:AWS Lambda NodeJS + S3
+ 前端:ReactJS + GitHub Page
+ 流程:後端定時抓取 GitHub資訊與g0v database sheet,比對資料後放到S3以供前端使用
+ 考量到流量問題,每100個Repo (query string 長度限制) 只抓取最新的100個,
+
+ const query = {
+ q: `type:issues+state:open+${repoNames.map((x)=>`repo:${x}`).join('+')}`,
+ sort: 'created',
+ order: 'desc',
+ per_page: 100,
+ };
+
+ 頁面
+ https://chunyenhuang.github.io/awesome-g0v-projects/#/tasks
+ *
2016-06-19 05:54 – 05:58 JmeHsieh r267 – r287
顯示 diff
- g0v issue 搜集器
+ g0v issue tracker
(24 行未修改)
專案目前狀態
- 實作中
+ 把 json files 轉換成 postgresql database
(7 行未修改)
協作工具
- github repo:
+ github repo:https://github.com/g0v/issues2db
hackfoldr 工作資料夾網址:
google drive 共用資料夾網址:
(6 行未修改)
2016-06-18 08:53 – 09:20 JmeHsieh r261 – r266
顯示 diff
- g0v issue tracker
+ g0v issue 搜集器
(5 行未修改)
要解決的問題
- 增進人坑介面,讓人輕易找到自己能幫忙的 issue
+ 增進人坑介面,讓人輕易找到自己能貢獻的 issue
預定使用者
(37 行未修改)
2016-06-18 07:34 – 07:42 JmeHsieh r233 – r260
顯示 diff
(28 行未修改)
專案目前狀態
實作中
-
- 利益揭露
- (牽涉到哪些組織團體、有哪些已知的或潛在的金錢或物質或無形利益報酬)
(18 行未修改)
2016-06-18 03:58 – 05:18 JmeHsieh r1 – r232
顯示 diff
- Untitled
+ g0v issue tracker
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+
+ *專案簡介
+
+ 緣由
+ 第一次基礎松
+ projecthub redux
+
+ 要解決的問題
+ 增進人坑介面,讓人輕易找到自己能幫忙的 issue
+
+ 預定使用者
+ 設計師,工程師,任何想幫忙的人
+
+ 預定功能
+ 可以根據 language or label 搜尋 github issues
+
+ 現有類似專案
+ https://github.com/youchenlee/g0v-issue-tracker
+ g0v issue label
+
+ 授權方式
+ MIT
+
+ 使用資料
+ github api
+
+ 專案目前狀態
+ 實作中
+
+ 利益揭露
+ (牽涉到哪些組織團體、有哪些已知的或潛在的金錢或物質或無形利益報酬)
+
+
+ 實作細節(非技術背景可跳填)
+ 目前使用 python, 會根據給定的 repo url list, call github api
+ *Download repos + issues 的 json files
+ *將 json files 轉成 db tables (postgres)
+ *使用 PostgREST 作為 api server
+ *前端 js
+
+
+ 協作工具
+ github repo:
+ hackfoldr 工作資料夾網址:
+ google drive 共用資料夾網址:
+
+ 進度與 to-do
+ ui / visual design
+
+
+ 成果展示
2016-06-18 03:58 (unknown) r0
顯示 diff
+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!