Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noooway/unholy_mess
- Owner: noooway
- License: mit
- Created: 2018-04-29T08:20:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T07:38:55.000Z (over 6 years ago)
- Last Synced: 2024-11-29T00:05:07.071Z (2 months ago)
- Topics: love2d, project-management, prototype
- Language: Lua
- Size: 1.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```