Skip to content

Releases: ChristianZaccaria/notes-app-console

Version 4.0 Notes App

31 Mar 16:24
Compare
Choose a tag to compare

Version 4.0 of the menu-driven console app.

Latest changes in this app include:

  • Refactored methods to shorten the code by using Lambdas.

  • Added utility classes to the code base.

  • Ability to search by description.

Version 3.0 Notes App

28 Mar 11:38
e49344c
Compare
Choose a tag to compare

Version 3.0 of the menu-driven console app.

Latest features in this app include:

  • Ability to Update, Delete and Archive Notes in the Collection

  • Persistence of notes to/from XML/JSON/YAML

  • Listing of all, active or archived notes.

Version 2.0 Notes App

10 Mar 15:53
Compare
Choose a tag to compare

Version 2.0 of the menu-driven console app.

Features in this app include:

  • ArrayList Collection of Notes - adding and listing functionality.
  • JUnit tests for the new NoteAPI class.
    • We tested for listing notes by category, priority. And listing Active or Archived notes.

Version 1.0 Notes App

26 Feb 12:59
Compare
Choose a tag to compare

Version 1.0 of the menu-driven console app.

Features in this app include:

  • Menu items for Adding, Listing, Updating, and Deleting a Note. No Note model is added yet; the menu structure is skeleton.
  • Logging capabilities are added via MicroUtils Kotlin-Logging.
  • ScannerInput utility is included for robust user I/O.