Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
idatt1002_2023_9
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Kluge Svendsrud
idatt1002_2023_9
Commits
be87853de5b2437a0346d42a53d694c55596a66c
Select Git revision
Branches
9
master
default
protected
AndreasCleanUp
cleanup
dynamic-daysleft
improving-test-coverage
budget
FileHandlingAndreas
FileHandlingAndreasMergeEmil
controller-maintenance
Tags
1
JAR
10 results
idatt-1002-2023-9
src
main
java
no
ntnu
idatt1002
demo
data
Author
Search by author
Any Author
authors
Adele Iren Westrum Kjølstad
aikjolst
Anders Emil Bergan
anderebe
Andreas Kluge Svendsrud
andreksv
Anna Marie Bøe Tvedt
amtvedt
Hanne-Sofie Søreide
hssoreid
Harry Linrui Xu
harrylx
6 authors
Mar 19, 2023
Add toString method to ItemRegister, add readFromFile method to FileHandling
· be87853d
Andreas
authored
2 years ago
be87853d
Added more javadoc to method getItemsByCategory
· 3313060e
Andreas
authored
2 years ago
3313060e
Added more tests to method getItemsByCategory
· 0f19f270
Andreas
authored
2 years ago
0f19f270
Reverted back to generics, T now extends items
· fb5e08a5
Andreas
authored
2 years ago
fb5e08a5
ItemRegister class is superclass for IncomeRegister and ExpenseRegister
· 491fd364
Andreas
authored
2 years ago
491fd364
Removed generic ItemRegister, now use inheritance for register classes
· 14f7314f
Andreas
authored
2 years ago
14f7314f
Added toString for FileHandling class
· 5e38bab8
Andreas
authored
2 years ago
5e38bab8
Mar 15, 2023
Correct some small logical errors in the unit tests of the Ingredient class
· 9aafff31
HSoreide
authored
2 years ago
9aafff31
Mar 14, 2023
Remade ItemOverview with Generics, and fixed tests
· 1407bbf5
Andreas
authored
2 years ago
1407bbf5
Added Equals method
· af4ba34b
Andreas
authored
2 years ago
af4ba34b
Mar 13, 2023
Write unit tests for the RecipeRegister class
· 716fdaf3
HSoreide
authored
2 years ago
716fdaf3
Write unit tests for the Recipe class
· 84be21c4
HSoreide
authored
2 years ago
84be21c4
Write unit tests for the IngredientsAtHand class
· 7cb5b874
HSoreide
authored
2 years ago
7cb5b874
Write unit tests for the Ingredient class
· 59d9ae29
HSoreide
authored
2 years ago
59d9ae29
Write JavaDoc for Ingredient, RecipeIngredient and IngredientsAtHand
· e1641e46
HSoreide
authored
2 years ago
e1641e46
Write first draft of the RecipeRegister class
· 095514b0
HSoreide
authored
2 years ago
095514b0
Write first draft of the Recipe class
· 0d8d7742
HSoreide
authored
2 years ago
0d8d7742
Write first draft of the class IngredientsAtHand
· d88a2e72
HSoreide
authored
2 years ago
d88a2e72
Made Item and ItemOverview abstract
· 99fa8f06
Andreas
authored
2 years ago
99fa8f06
Write first draft of RecipeIngredient class that extends Ingredient class
· c1c64104
HSoreide
authored
2 years ago
c1c64104
Write first draft of Ingredient class
· bcf24370
HSoreide
authored
2 years ago
bcf24370
Add the Enum classes FoodItem and MeasuringUnit
· 7652ca5e
HSoreide
authored
2 years ago
7652ca5e
Moved Income, Expense, Item, overview and test classes into a package
· 047bb591
Andreas
authored
2 years ago
047bb591
Made ItemOverview abstract, and made subclasses
· bd0ba3e9
Andreas
authored
2 years ago
bd0ba3e9
Mar 12, 2023
Test does not return NullPointerException, changed Javadoc
· 6deb6a3f
Andreas
authored
2 years ago
6deb6a3f
addItem now works for Expense also, tests also test adding Expense
· 666d00a8
Andreas
authored
2 years ago
666d00a8
Changed ItemOverView to be a superclass for Income and Expense
· b0e620d3
Andreas
authored
2 years ago
b0e620d3
Mar 05, 2023
Made tests for ItemOverview class
· 1cd18afa
Andreas
authored
2 years ago
1cd18afa
Made class for storing and getting information on Income and Expense
· 439388de
Andreas
authored
2 years ago
439388de
Made IncomeOverview class with constructor
· a23f0103
Andreas
authored
2 years ago
a23f0103
Add date as a property to Item
· 58f5e66b
HSoreide
authored
2 years ago
58f5e66b
Add JavaDoc to Income and Expense classes
· f0ef08ed
HSoreide
authored
2 years ago
f0ef08ed
Add constructors to Income and Expense classes
· 3fd82a1c
HSoreide
authored
2 years ago
3fd82a1c
Create Income and Expense as subclasses of Item with respective category enum classes
· e25c7fd5
HSoreide
authored
2 years ago
e25c7fd5
Add recurring as a property of the Item class
· 7800a8b5
HSoreide
authored
2 years ago
7800a8b5
Mar 02, 2023
Add JavaDoc to the Item class.
· 0702c60c
HSoreide
authored
2 years ago
0702c60c
Implement constructor overloading in Item class
· cf3d4643
HSoreide
authored
2 years ago
cf3d4643
Implement Item class with unit tests and Category enum
· 9f32ea36
HSoreide
authored
2 years ago
9f32ea36
Feb 02, 2023
refactoring
· 6b3901a2
surkat
authored
2 years ago
6b3901a2
Loading