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

https://github.com/littlewhywhat/taskmanagerpharo

Task Manager is a simple todo list with big ambitions :)
https://github.com/littlewhywhat/taskmanagerpharo

oop pharo smalltalk task-manager uml

Last synced: 3 months ago
JSON representation

Task Manager is a simple todo list with big ambitions :)

Awesome Lists containing this project

README

          

Task Manager 0.1.0 [![Build Status](https://travis-ci.org/littlewhywhat/TaskManager.svg?branch=dev)](https://travis-ci.org/littlewhywhat/TaskManager)
===
The basic todo list that everyone once used in their life, were several lines written on a piece of paper. It's simple and fast to create.

However once written the list is fixed and to keep it clean one should already know in prior how it will look like.

Task Manager 1.0.0 simplify a process of editing a todo list. In any time it's possible to add a new task, edit existing or delete task that became irrelevant or was finished. It's easy to change an order of tasks.

## Build

Pharo 6.1

## Run

load packages from repository and run this command in the playground:

```smalltalk
TaskManager run.
```

## Status

please find weekly logs and features plan on [wiki](https://github.com/littlewhywhat/TaskManager/wiki).