filmov
tv
How to Build a Project Management Application Using RedisGraph & Ruby
Показать описание
Code Red is a simple app that allows you to manage and visualize your heavily interdependent project using a directed graph.
A project consists of a single graph, containing many tasks. A task can be an idea, goal, epic, feature, simple task, or bug. Each task has a status as well: To do, in progress, in review, or done. Tasks can be linked to each other using a generic link (related to), or a specific relationship (blocked by, child of).
Technology Stack:
- Ruby
- JavaScript
- PostgreSQL
Redis Modules used:
- RedisGraph
--
Links: