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
Graph
982ef30956eee44346df5d2a79e6bf89656c0648
Select Git revision
Branches
9
AndreasCleanUp
FileHandlingAndreas
FileHandlingAndreasMergeEmil
budget
cleanup
controller-maintenance
dynamic-daysleft
improving-test-coverage
master
default
protected
Tags
1
JAR
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
24
Mar
23
22
21
20
19
17
15
14
13
12
11
10
8
7
6
5
2
28
Feb
23
2
15
Jan
29
Apr
28
23
11
Feb
19
Feb
22
Jan
14
Feb
5
Mar
4
3
Recreated Budget.budget file
"Added methods that load and save data in BudgetController"
Added isEmpty method to FileHandlingBudget
Created files for testing
changed log files for expense and income
"Balance field becomes red if expenses exceeds limit"
"Made progressbar dynamic in accordance to spending. Added balance field. Title of month changes depending on month"
"Updated SwitchScene. Added expense- and income registers"
"Use BudgetNew when creating budget"
new budget window for better usecase
"Refactored BudgetController to update a list contained in GeneralBudget"
new budget window that fits in with the others
Added alert box if budget amount is exceeded
Deleted duplicate files
Deleted test files
Deleted duplicate enum. Remapped budget button to new budget window
Update src/main/java/no/ntnu/idatt1002/demo/view/MyApp.java
functioning delete button for budget window
working edit and add function to budget
small changes to button names in budget ui
working list in budget window
Continuing rebasing
Rebasing master onto frontend-testing
Started creating methods for addBudget button
added the popup window for adding a budget item
work on budget frontend
started on budget frontend
Rewrote toString method in Income, Expense and Item
Pushing up test files to prevent test failures in gitlab
"Set default date value to today, when adding item"
"Added else statement for preventing edit popup if no item is selected. Moved refresh method. Moved brackets of else if which prevented screen switching"
"Binded category and date for edit button. Set category and datepicker values to the values of the chosen item"
"Created getters for category and date properties"
"Removed ItemMode enum. GetNewIncome returns new income, instead of chosenIncome"
"Added method to button"
"Switched income controller. Added id's to buttons"
"Removed everything that has to do with income, and moved showAndWait into if else, to prevent edit popup to appear even if nothing is selected in tableview"
"Removed itemMode enums and incomes in AddExpenseController. Changed controller of AddIncome to AddIncomeController"
Created controller for income
Attempted to make expense and income the same class. Made new dialog box for income. Made new enum to distinguish between incoem and expense
Loading