Code Monkey home page Code Monkey logo

itsdyae's Introduction

Taskover 开源个人任务管理工具

项目是基于Rails+VueJs的一款开源个人任务管理工具,通过简单易用的任务归纳分类方式,用来帮助您高效的追踪管理各项任务,最大化的提升工作效率。

这个是学习VueJs时的一个 Demo 项目,后来发现管理个人任务挺好用,本着强迫症患者该有的精神,就美化了下界面,设计了个 Logo,然后放出来了,项目很简单,适合Rails以及Vue初学者学习使用。

源码下载 https://gitee.com/kesin/taskover

在线演示 http://115.28.75.212/ 账号 demo / 111111

功能

  • 快速创建计划分类
  • 快速创建列表
  • 快速创建、编辑、删除、结束、重开任务
  • 通过颜色标签快速筛选
  • Plan/List/Task 均支持拖拽排序

功能截图

首页

输入图片说明

简易方便的任务分类(Plan)

输入图片说明

简单易用的任务分组(List)

输入图片说明

简单高效的任务管理(Task)

输入图片说明

部署

部署完成后的默认用户为 admin/admin123

Docker 部署

指定数据库以及相关信息,一条命令即可 Run 起来:

docker run -p3001:3001 -d --name=taskover \
-e DATABASE_HOST=10.211.55.2 \
-e DATABASE_PORT=3306 \
-e DATABASE_USER="zoker" \
-e DATABASE_PASSWORD="zoker" \
-e DATABASE_NAME="taskover" \
-e SECRET_KEY_BASE="ASECRETFORBUILD" \
-e RAILS_SERVE_STATIC_FILES=1 \
zoker/taskover:1.0.0
Docker Compose 部署
docker-compose up
Kubernetes 部署
cd src
kubectl create -f taskover.yaml
kubectl create -f taskover-svc.yaml
Helm Chart 部署
cd src/k8s/helm
helm install taskover ./

访问 http://127.0.0.1:3001

开发环境搭建

项目基于 Ruby 2.3.8 及以上

  1. git clone https://gitee.com/kesin/taskover
  2. cd taskover
  3. bundle install
  4. cp config/database.yml.example config/database.yml #修改数据库配置
  5. cp config/puma.rb.example config/puma.rb
  6. bundle exec rake db:create
  7. bundle exec rake db:migrate
  8. cp config/environments/development.rb.example config/environments/development.rb
  9. bundle exec puma

访问 http://127.0.0.1:3001

在线演示

贡献代码

  1. Fork 项目
  2. 创建本地分支 (git checkout -b my-new-feature)
  3. 提交更改 (git commit -am 'Add some feature')
  4. 推送到分支 (git push origin my-new-feature)
  5. 创建一个 Pull Request

贡献者

@Zoker

@Frech

@Yang.

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.