Skip to content

V1.0

Compare
Choose a tag to compare
@emmaroche emmaroche released this 30 Nov 17:20
· 48 commits to master since this release
093644c

Version 1.0 of the console app

  • Added models, controllers, utils and persistence packages and their related Kotlin classes
  • Ignored and untracked the build and gradle files
  • Added a skeleton menu to Main.kt
  • Added relevant code to the files in utils/persistence packages
  • Added fields to Youtuber model and added the associated JUnit tests
  • Added basic CRUD to the app in Main.kt and YoutuberAPI and added the associated JUnit tests