Skip to content

Commit

Permalink
remove some todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Oct 21, 2019
1 parent 95444de commit 371e65c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/en/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ plan.local(local => {
// local.log('=> Build finish');

local.log('=> Copy files to remote hosts');
// TODO reference: https://github.com/pstadler/flightplan/issues/142
// reference: https://github.com/pstadler/flightplan/issues/142
local.with(`cd ${local_dist_dir}`, () => {
// const filesToCopy = local.exec('find . -type f', { silent: true })
const filesToCopy = local.git('ls-files', {silent: true}) // get list of files under version control
Expand Down
2 changes: 1 addition & 1 deletion flightplan.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ plan.target('production', {
// run commands on localhost
plan.local(local => {
local.log('=> Copy files to remote hosts');
// TODO reference: https://github.com/pstadler/flightplan/issues/142
// reference: https://github.com/pstadler/flightplan/issues/142
local.with(`cd ${local_dist_dir}`, () => {
// const filesToCopy = local.exec('find . -type f', { silent: true })
const filesToCopy = local.git('ls-files', {silent: true}) // get list of files under version control
Expand Down
2 changes: 1 addition & 1 deletion front-end/h5/src/store/modules/work.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const actions = {
}
*/
fetchFormsOfWork ({ commit, state, dispatch }, workId) {
// TODO 考虑 return Promise
// 可以 return Promise
new AxiosWrapper({
dispatch,
commit,
Expand Down
2 changes: 1 addition & 1 deletion front-end/h5/src/views/work-manager/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
<a-layout-header class="header">
<LogoOfHeader />
<LangSelect style="float: right;cursor: pointer;" />
{/* TODO we can show the plugins shortcuts here */}
{/* we can also put the plugins shortcuts here */}
<a-dropdown>
<a-menu slot="overlay" onClick={() => {}}>
<a-menu-item key="1">
Expand Down
4 changes: 2 additions & 2 deletions front-end/landing-page/src/Index-En/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export const page3 = [
<p key="3">Data statistics</p>,
<p key="3">PSD to HTML5</p>,
<p key="3">Custom Script</p>,
<p key="6">User Management(TODO)</p>,
<p key="6">Project Management(TODO)</p>,
<p key="6">User Management</p>,
<p key="6">Project Management</p>,
],
svg: (
<svg width="32px" height="32px" viewBox="0 0 32 32">
Expand Down
4 changes: 2 additions & 2 deletions front-end/landing-page/src/Index/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ export const page3 = [
<p key="3">支持数据统计</p>,
<p key="3">支持PSD导入</p>,
<p key="3">支持自定义脚本</p>,
<p key="6">支持成员管理(TODO)</p>,
<p key="6">支持项目管理(TODO)</p>,
<p key="6">支持成员管理</p>,
<p key="6">支持项目管理</p>,
],
svg: (
<svg width="32px" height="32px" viewBox="0 0 32 32">
Expand Down

0 comments on commit 371e65c

Please sign in to comment.