GithubHelp home page GithubHelp logo

data-sync's Issues

[Feature] 需要提供前置表能力

  • 背景

目前有大量海外、武汉本地志愿者团队使用我们的平台录入数据,他们会自己维护一些表格,可能会有重复数据,此时我们在获取我们自己的数据之前,需要获取到他们的数据,并在我们的数据获取后根据某些字段进行去重,以他们的数据为准(因为一线志愿者的数据更加准确)。

  • 思路

可以在 TableConfig 中加入 PreTable,支持链式的前置数据表,在获取表数据前,需要根据 PreTable 来获取数据,并按照给定规则,在获取到本表数据后在前置表中查询数据,如果查到,就替换当前表数据行

是否和这个项目合并

已经实现,导出石墨文档为 excel,并读取为数组。

https://github.com/yangkghjh/shimo2csv

const task = {
    name: "HOTEL",
    type: "sheet",
    guid: "GJKh3RTPRcwJcYWK",
};

shimo2csv(task, config.Cookie, {
    ColNum: 7,
    StartRow: 4,    
    StartCol: 1,
}).then((data) => {
    console.log(data);
});
[[
    'B武昌区',
    40,
    '城市便捷武汉徐东店',
    15871789308,
    '王小华',
    '',
    '',
    '无人接听',
    '',
    '湖北省武汉市武昌区 宏祥路1号'
  ],
... 181 more items
]

[WeeklyReport] Weekly report for data-sync 2020-3-16 to 2020-3-23

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
10 91 (-) 59 (-) 8 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[WeeklyReport] Weekly report for data-sync 4/20/2020 to 4/27/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[Feature] 添加列的 type 信息

对于数据列,添加 Type 信息,例如 Type 为 addr 、contact 等时,进行额外预处理。

addr 可以通过地图接口获取经纬度信息存入。
contact 按格式进行预处理,方便前端分离数据。

[WeeklyReport] Weekly report for data-sync 3/2/2020 to 3/9/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
10 89 (-) 56 (-) 8 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
5 5 2 1

PR Overview

Thanks to contributions from community, 1 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests
@zhaofeng-shu33 1 #96 handle the case when no typeRow is defined

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

产品组提交Issue指南

  1. 在issues面板中点击New issue。

  2. 填写issue的Title,Title格式为:"[需求类型]需求标题",如:“[Feature] 添加一个新特性”。请按所规定的需求类型进行填写,可选的需求类型有:Feature、Enhancement、Bug。(如需要添加新的需求类型,请联系项目管理员)
    当发布issue后,机器人将会自动添加label。

  3. 填写issue的内容,描述需求的详细内容,支持markdown格式。

  4. 点击submit new issue按钮即可发布issue。需要认领issue的同学请回复/self-assign。

Issue示例如图
image

[Feature] 添加七牛 CDN 的推送能力

目前数据更新后会推送到 GitHub 数据仓库中,但前端直接使用时非常不便,速度无法保障,故目前在数据更新后同时推送到 CDN 上,以便可以使用

物流数据字段类型更新

物流数据 logistical/data.json,为了同时兼容旧版本页面,原来的allowPersonal字段保持不变,新增bool类型的allowPersonalBool字段,后续新增的是否类型的字段将更新为bool型,不再使用“是,否"直接输出

[WeeklyReport] Weekly report for data-sync 5/4/2020 to 5/11/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[Feature] 需要一个全局缓存

描述功能要求

需要全局缓存来提供缓存能力,例如 Redis 或内存缓存均可。

场景:在对地址进行经纬度转换时,需要有全局缓存来尽量保证不需要反复发起请求。

如果有的话,请附图

额外的信息

[WeeklyReport] Weekly report for data-sync 2020-5-11 to 2020-5-18

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
10 95 (-) 61 (-) 8 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
1 1 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

wuhan2020 新型冠状病毒防疫信息收集平台 义诊模块迭代版本开发

描述功能要求

需求文档:https://shimo.im/docs/jRd9G9J6RwH6vXTv/ 《迭代版义诊模块》
迭代版:
目标用户:
1.患有轻症呼吸道疾病怀疑自己感染的普通民众,但一方面由于担心前往医院交叉感染,另一方面想要寻求专业建议(用药和是否就诊)

2.其他疾病需要寻求医生建议的患者(非急症/非重症),希望得到医生建议

改进点:
增加了标签功能,标签分类为:新冠义诊(仅接受新冠相关问诊),心理咨询(疫情期间的心理咨询),义诊&心理(可以接受新冠义诊和心理咨询的义诊单位),其他(其他类型的义诊单位)

交互框架:
点击主网站义诊tab——进入义诊界面——义诊界面显示义诊单位,下拉显示更多义诊单位——一个搜素框(支持模糊搜素),四个标签,首次进入默认标签显示新冠义诊单位,点击每一个标签会按照对应的标签显示义诊单位

如果有的话,请附图

diedai
迭代二

更加详细的UI设计稿:
https://www.figma.com/file/4HEcNdhYXrFo38Jjn4cQPO/%E4%B9%89%E8%AF%8A?node-id=66%3A0
义诊模块的数据:
https://shimo.im/sheets/JgXjYCJJTRQxJ3GP/MODOC/

[WeeklyReport] Weekly report for data-sync 2020-5-18 to 2020-5-25

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
10 95 (-) 61 (-) 8 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
1 1 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[Feature] 采集数据错误信息

目前解析程序在解析表格数据时,当某单元格的格式错误时,会认为该行数据有误而直接丢弃,导致错误无法被发现,需要在发生错误时,记录其所在表格、所在分表、所在行和列,以保证可以快速定位修复内容错误。

[WeeklyReport] Weekly report for data-sync 4/6/2020 to 4/13/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[Doc]README更新

目前文档中的架构图无法查看,需要密码,建议使用 plantmul 进行绘制。

@bkbabydp 请在 Issue 中粘贴一下现有架构图,我来改为 plantuml 文件和实时渲染,以保证可随时更新

[WeeklyReport] Weekly report for data-sync 4/13/2020 to 4/20/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[WeeklyReport] Weekly report for data-sync 2020-2-17 to 2020-2-24

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
9 85 (-) 53 (-) 7 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[WeeklyReport] Weekly report for data-sync 3/30/2020 to 4/6/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[WeeklyReport] Weekly report for data-sync 2020-2-24 to 2020-3-2

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
10 88 (-) 54 (-) 7 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
1 1 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

Why the data is pushed to github?

您的问题

It seems that we can use the code of this repo to fetch the data from shimo and push them to a github repository. The frontend code uses these json data. But the frontend code is not deployed to github pages. So my question is why we need to push the data to github.

[Refactor]如果文件内容未发生变化,则不再提交

目前,无论文件内容是否发生变化,都会导致提交,如果内容未变,则会产生一个空的 commit,这个是完全没有必要的,在拿 SHA 时会同时返回当前文件内容,可以检查是否变化,未变化则不再提交

[WeeklyReport] Weekly report for data-sync 2020-2-3 to 2020-2-10

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
8 69 (↑14) 46 (↑7) 7 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
7 9 12 12

PR Overview

Thanks to contributions from community, 12 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests
@frank-zsy 8 #58 refactor: refactor donation and logistical table
#63 feat: add retry for shimo request
#64 refactor: replace null value with empty string
#66 feature: add enterprise donation table
#68 feature: add factory data type
#70 feature: add qiniu client
#71 feat(service:api): add api service to fetch and store api data in schedule
#74 refactor: change to a more stable api
@damingerdai 3 #56 ci(pr:template): add pull request template
#61 fix: change the '@octokit/rest' import statement
#67 refactor(service:data-format): reactor format method and add logger
@WangSiman-Carol 1 #54 Fixed the wrong url of English README

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews
@frank-zsy 8
@tyisme614 3
@damingerdai 3

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[Feature] 接入湖北医疗人员指定休息酒店表

描述功能要求

参考其他已有表,接入湖北料人员指定休息酒店表
表地址:https://shimo.im/sheets/Hd9C3QytrJK3RWxG
需要注意:

  • 需要接入所有各市分表,具体方式可以参考 table_hospital
  • 所有 type 目前都已支持,仅需在 schema 中增加对应的配置
  • 需要注意联系人和联系电话被分列了,feParser 中需要合并成目前的 contacts 格式

如果有的话,请附图

额外的信息

使用 /self-assign 认领任务

[WeeklyReport] Weekly report for data-sync 2020-3-9 to 2020-3-16

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
10 91 (-) 59 (-) 8 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
1 1 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[WeeklyReport] Weekly report for data-sync 2020-1-27 to 2020-2-3

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
8 52 (↑49) 39 (↑36) 7 (↑7)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
17 12 36 27

PR Overview

Thanks to contributions from community, 27 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests
@frank-zsy 21 #8 feature: add data sync
#14 doc: add uml file real time render
#16 refactor: no empty commit
#17 feature: add type
#18 feature: add clinic table
#19 feature: add donation table
#21 doc: add architecture
#24 refactor: remove prefix
#25 doc: update arch
#26 refactor: split service
#28 refactor: change-data-structure
#31 feature: add data type support
#34 refactor: add bool type
#36 refactor: Modify hospital
#39 feature: add front end parser
#40 fix: add contacts to hospital
#44 refactor: add index file and id to fe data
#45 fix: item should not include not
#49 fix: replace all bug fix
#50 feat: add address to hospital
#53 feat: add oxbridge table and add pre table
@damingerdai 2 #43 ci: add husky to use git hooks to run lint and test script#PwC
#46 ci(git:hooks): add commit-msg hooks#PwC
@WangSiman-Carol 1 #52 Updated Chinese version of README
@heming6666 1 #41 Doc: fix typo in README
@tyisme614 1 #38 Service utility
@WuShaoling 1 #33 feature: support gitee

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews
@frank-zsy 9
@tyisme614 4
@WuShaoling 1

Contributors Overview

It is data-sync team's great honor to have new contributors from community. We really appreciate your contributions. Feel free to tell us if you have any opinion and please share this open source project with more people if you could. If you hope to be a contributor as well, please start from https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .
Here is the list of new contributors:

@bkbabydp

@WuShaoling

@HemingLin

@tyisme614

@damingerdai

@frank-zsy

@WangSiman-Carol

Thanks to you all.

README中介绍一下目前同步的数据

README

目前只是介绍了项目框架,但是并没有描述具体的数据内容(医院?地图?)。我觉得加上一个数据介绍会更直观一些。

[WeeklyReport] Weekly report for data-sync 3/23/2020 to 3/30/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
1 1 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[WeeklyReport] Weekly report for data-sync 4/27/2020 to 5/4/2020

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
11 94 (-) 61 (-) 0 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
0 0 0 0

PR Overview

Thanks to contributions from community, 0 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

[Feature] 需要有采集其他 API 的能力

需要能够定时采集其他 API 的数据,然后用落仓。

对方需要提供一个数据内容说明、API 地址、数据格式说明、一个访问凭证,我们即可开始采集他们的数据。

[WeeklyReport] Weekly report for data-sync 2020-2-10 to 2020-2-17

Weekly Report of data-sync

This is a weekly report of data-sync. It summarizes what have changed in the project during the passed week, including pr merged, new contributors, and more things in the future.

Repo Overview

Basic data

Baisc data shows how the watch, star, fork and contributors count changed in the passed week.

Watch Star Fork Contributors
9 82 (↑12) 51 (↑5) 7 (-)

Issues & PRs

Issues & PRs show the new/closed issues/pull requests count in the passed week.

New Issues Closed Issues New PR Merged PR
1 3 7 9

PR Overview

Thanks to contributions from community, 9 pull requests was merged in the repository last week. They are:

Contributor ID Count Pull Requests
@frank-zsy 7 #77 feat: add patient detail table
#78 feat: update error info to database
#79 fix: doctor hotel schema fix
#81 refactor(schema:patient): add new province
#82 feat(schema:clinic): add clinic type
#83 feat(schema:patient): add coord to confirm hospital
#84 fix(schema:patient): change get coord to seq request
@tyisme614 2 #73 完成医疗人员指定酒店解析代码
#75 Plugin datacache

Code Review Statistics

data-sync encourages everyone to participant in code review, in order to improve software quality.
This robot would automatically help to count pull request reviews of single github user as the following every week. So, try to help review code in this project.

Contributor ID Pull Request Reviews

New Contributors

We have no new contributors in this project this week.
data-sync team encourages everything about contribution from community.
For more details, please refer to https://github.com/wuhan2020/data-sync/blob/master/CONTRIBUTING.md .

cannot start from refresh to sync the data

当前问题

I have setup both the github repo and shimo SDK token. And I can successfully synchronize the hospital table. However, the synchronization of clinicTable failed. Maybe there is some problems with the schema of clinicTable.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.