Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noooway/unholy_mess

Project planning software
https://github.com/noooway/unholy_mess

love2d project-management prototype

Last synced: 7 days ago
JSON representation

Project planning software

Awesome Lists containing this project

README

        

## Overview

`Unholy mess` is a project management software. It aims to help to provide
an overview of current plans for a project, current activities, subprojects and rationale behind them.



Several points I hope to implement are:
* Ability to view projects on different level of details, e.g. switch between week plans and half-year plans easily.
* Clearly show project-subproject relation to see where the subprojects belong
in the project big picture.
* Generate to-do list for a day; integrate a tool like Pomodoro timer to facilitate execution.
* Emphasise analysis of projects outcomes.

## Installation

Obtain [LÖVE](https://love2d.org/) interpreter, clone the repository, run the program:
```bash
sudo apt-get install love2d
git clone https://github.com/noooway/unholy_mess
love unholy_mess
```