Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 649 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 649 Bytes

Goals

An Android app written in Kotlin focusing on helping users to make goals and tasks to do.

Dev Notes

Functionality implemented so far

  1. Basic list of goals displayed
  2. Ability to add title, description, priority and image (coming soon)
  3. Ability to edit previously added goals easily
  4. Swipe to delete and drag to reorder goals
  5. Sort by priority of goals automatically
  6. Goals persist through app

Features to be implemented

  1. Categorized/section separated goals
  2. Floating action button instead of the button in the list
  3. Proper storage of goals in some SQL database + remote
  4. UI improvements (currently UI is barebones)