TODO 745 B

12345678910111213141516171819202122
  1. TODO for jwmud
  2. ==============
  3. * Copy daemon class from stdd and adapt it
  4. * Implement logging based on logging
  5. * Implement general startup and daemon running
  6. * Implement configuration class
  7. * Implement alarm functionality based on configuration
  8. * Implement some kind of API (optional: User authentication and transfer encryption)
  9. * Implement setup.py
  10. * Create debian packaging infomation
  11. * Implement argument parsing based on argparser
  12. * Create a man page
  13. TODO for jwmuc
  14. ==============
  15. * Implement all fronted functionality such as printing days and categories and changing alarm times
  16. * Also use argparser for this tool
  17. * Use logger for stdout and sterr logging
  18. * Implement parsing of Ical files for import into categories
  19. * Create a man page