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 :)
- Host: GitHub
- URL: https://github.com/littlewhywhat/taskmanagerpharo
- Owner: littlewhywhat
- Created: 2017-11-06T05:12:32.000Z (over 8 years ago)
- Default Branch: dev
- Last Pushed: 2018-01-05T11:12:30.000Z (over 8 years ago)
- Last Synced: 2025-06-22T00:42:09.746Z (10 months ago)
- Topics: oop, pharo, smalltalk, task-manager, uml
- Language: Smalltalk
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task Manager 0.1.0 [](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).