Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shared misc classes for refactor #49

Merged

Conversation

RuiFengg
Copy link

@RuiFengg RuiFengg commented Sep 28, 2020

Created skeleton classes and packages for refactor. Fleshed out basic functionality for shared misc classes.

Added packages appointment, revenue, expense, service in model package with skeleton classes.
Added common class attributes Date, Amount(changed money to amount as it sounds more apt), Description into model/util/attributes package

We could consider creating an abstract class finance for expense and revenue since they both have money and date that can be abstracted out

Tests for misc classes not added yet.

@RuiFengg RuiFengg self-assigned this Sep 28, 2020
@RuiFengg RuiFengg added priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic labels Sep 28, 2020
@RuiFengg RuiFengg added this to the v1.2 milestone Sep 28, 2020
@RuiFengg RuiFengg linked an issue Sep 28, 2020 that may be closed by this pull request
Copy link

@hanstirtaputra hanstirtaputra left a comment

Choose a reason for hiding this comment

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

LGTM

@hanstirtaputra hanstirtaputra merged commit d25259c into AY2021S1-CS2103T-W13-3:master Sep 28, 2020
@RuiFengg RuiFengg changed the title Add misc classes for refactor Add shared misc classes for refactor Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Task Something that needs to be done, but not a story, bug, or an epic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add shared misc classes and skeleton structure for refactor
2 participants