Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 739 Bytes

File metadata and controls

43 lines (29 loc) · 739 Bytes

Lemon release plan

This document describes main features that must be implemented in each version

Newest version: 0.0.3

0.1.0

  • Authorization via login & password (HTTP Basic Auth);
  • Card list;
  • Transaction list;
  • All networking through HTTPS;
  • Caching data in local db.

0.2.0

  • Registration;
  • Transactions with cash;
  • Profile editing;
  • Password changing.

0.3.0

  • Connection of Monobank cards;
  • Connection of Privat cards;
  • Search transactions: by type, amount, date;
  • Deleting transactions.

0.4.0

  • Authorization by OAuth or some other method;
  • Registration & login via Telegram.

0.5.0

  • Spending statistics:
    • by cards;
    • by type;
    • by time.

1.0.0

  • Stable version with all above