Skip to content

[CS2113-W13-3] FinBro#50

Open
ljunfun wants to merge 397 commits into
nus-cs2113-AY2425S2:masterfrom
AY2425S2-CS2113-W13-3:master
Open

[CS2113-W13-3] FinBro#50
ljunfun wants to merge 397 commits into
nus-cs2113-AY2425S2:masterfrom
AY2425S2-CS2113-W13-3:master

Conversation

@ljunfun
Copy link
Copy Markdown

@ljunfun ljunfun commented Mar 4, 2025

FinBro is a powerful Command Line Interface (CLI) application designed to help you take control of your personal finances. With its fast and efficient command-based interface, FinBro makes tracking expenses, managing income, and monitoring your financial health easier than ever before.

Alaneel and others added 30 commits March 18, 2025 12:42
# Conflicts:
#	src/test/java/seedu/finbro/logic/command/SearchCommandTest.java
adds test cases for Search feature v1.0
… TestingBranch

# Conflicts:
#	src/test/java/seedu/finbro/logic/command/SearchCommandTest.java
Logging and assertions: FilterCommand & SummaryCommand
adds tests for duplicate check when creating new income / expense transaction
Fixes annoying github gradle issues
yaxuen05 and others added 29 commits April 7, 2025 20:48
DG: sequence diagrams description
fix: during cold start, log will appear below enter command
Comment thread docs/DeveloperGuide.md
* *glossary item* - Definition
Storage <--> FileSystem[(File System)]

## Instructions for manual testing
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be more helpful if diagram is included instead, it can be autogenerated in plantuml as we

Comment thread docs/DeveloperGuide.md

## Component Details

### Main Component
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is suggested to add more description other than the diagrams such that the concept can be explained more clearly

Comment thread docs/DeveloperGuide.md
**1. Single Transaction Class with Type Enum**

```java
class Transaction {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be nicer if it is explained by words or sequence diagram instead of codes directly

Comment thread docs/DeveloperGuide.md
RuntimeException <|-- NegativeNumberException : extends
```

## Class Structure
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like how the class diagram is listed with comment here for the overview

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.