Giter Site home page Giter Site logo

rayplanbackend's Introduction

RayPlanBackend

RayPlan 是一款个人管理系统。 RayPlanBackend 是这个系统的后端部分,是一个 RESTful API 服务器。

文档

Project 应用

一个项目管理系统,包括项目、任务等领域建模。

项目(Project)

项目表示一件要做的复杂事情,需要通过任务拆分才能够完成。

模型:

名称 类型 说明
id 主键 唯一标识
name String 任务名称
description String 任务描述
status String todo 待开始,doing 进行中,finish 已完成,changed 变更
start date 开始日期
deadline date 截止日期
created datetime 创建时间
updated datetime 更新时间

任务(Task)

任务表示一件要做的事情。是最小粒度的行动,不可拆分。

模型:

名称 类型 说明
id 主键 唯一标识
name String 任务名称
description String 任务描述
status String todo 待开始,doing 进行中,finish 已完成,changed 变更
dependency oneToMany 依赖其他任务
project ForeignKey 任务所属项目
created datetime 创建时间
updated datetime 更新时间

Schduler 应用

日历系统,负责时间安排与协调。

时间段(Period)

表示一段时间,这段时间与任务相关联。

模型:

名称 类型 说明
id 主键 唯一标识
start datetime 开始日期
end datetime 结束日期
task ForeignKey 关联任务

rayplanbackend's People

Contributors

maxiee avatar

Watchers

 avatar  avatar

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.