Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 747 Bytes

TODO.md

File metadata and controls

30 lines (25 loc) · 747 Bytes

Version 0.0.0

What needs to be done so far before Version 0.0.0?

Development

  • Fix Type Hint Errors
  • Fix linting errors
  • Implement User and user Group
  • Implement MealPlan and ShoppingList
  • Add Error Handling

Maintainence

  • Setup Type Checking CI/CD Workflow
  • Setup Linting CI/CD Workflow
  • Structure and Fill README
  • Config pyproject.toml

Version 0.0.1

What needs to be done so far before Version 0.0.1?

Development

  • Implement Themes
  • Implement Backups
  • Implement Migrations
  • Implement Settings
  • Implement Event and notifications

Maintenance

  • Add examples to README in examples/
  • Add Test Suite to test endpoints
  • Create Sphinx Documentation