aawadall / PyProjMan

Command-line Based Project Management Application written in Python
https://aawadall.github.io/PyProjMan/
MIT License
3 stars 1 forks source link

Design UI to Task connection #40

Open aawadall opened 6 years ago

aawadall commented 6 years ago

Define a proxy object to decouple tasks, time elements, etc. from the UI, such that a UI will only handle parsing commands and translating them into calls to this proxy object, that in turn will call those commands