Skip to content

Commit

Permalink
Cleanup project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Jan 24, 2023
1 parent 9ea98ea commit b5002bf
Show file tree
Hide file tree
Showing 252 changed files with 20 additions and 219 deletions.
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/mi-pt-1500-debtexecutor.iml

This file was deleted.

4 changes: 0 additions & 4 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

58 changes: 0 additions & 58 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,59 +1 @@
# DebtExecutor

## Changelog:

### Milestone 1
#### 1. Endpoints:
- add group
- get all groups
- get user
- get all users
- get all expenses
- add expense (personal)
- add expense (group)
#### 2. GUI:
- left side contains navigation panel:
- adding users/groups/expenses
- switching between expense history (all expenses) and expense summary (users balance).
- all users list
- all groups list
- right side displays content for chosen option from navigation panel.

### Milestone 2
#### 1. New endpoints:
- categories:
- get all categories,
- get category by id,
- create a new category
- expenses (endpoints that were changed)
- get all expenses,
- get filtered, paginated and sorted expenses,
- graphs
- get expense history graph,
- get expense summary graph,
- get expense simplified graph,
#### 2. GUI:
- sorting, filtering and pagination in the expense history tab,
- list/graph view switch to the history and summary tab,
- graph view displaying expense history and expense summary graph,
- simplified expenses graph tab (generating the simplified graph is broken and will be fixed soon)

## Requirements

- Postgresql database named "debtexecutor"
- Java 16 or higher

## Running the app

- server: DebtexecutorApplication.main
- client: Main.main

## Example views

[Open example views](./docs/)

## Authors

- Ewa Miklewska
- Jakub Stępień
- Mateusz Łopaciński
1 change: 0 additions & 1 deletion server/debtexecutor/.gitignore → client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ gradle-app.setting
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear

Expand Down
9 changes: 0 additions & 9 deletions client/.idea/client.iml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
11 changes: 10 additions & 1 deletion client/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions client/.idea/modules.xml

This file was deleted.

2 changes: 1 addition & 1 deletion client/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
8 changes: 0 additions & 8 deletions client/debtexecutor/.idea/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions client/debtexecutor/.idea/misc.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added client/src/lib/JavaFXSmartGraph-0.9.4.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
47 changes: 0 additions & 47 deletions docs/README.md

This file was deleted.

Binary file removed docs/create-group-form.png
Binary file not shown.
Binary file removed docs/dark-mode.png
Binary file not shown.
Binary file removed docs/expense-history-screen.png
Binary file not shown.
Binary file removed docs/expense-summaries-screen.png
Binary file not shown.
Binary file removed docs/group-expense-form.png
Binary file not shown.
Binary file removed docs/main-screen.png
Binary file not shown.
Binary file removed docs/personal-expense-form.png
Binary file not shown.
Binary file removed docs/sign-in-screen.png
Binary file not shown.
Binary file removed docs/sign-up-screen.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 8 additions & 1 deletion server/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions server/.idea/modules.xml

This file was deleted.

9 changes: 0 additions & 9 deletions server/.idea/server.iml

This file was deleted.

2 changes: 1 addition & 1 deletion server/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions server/debtexecutor/.idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions server/debtexecutor/.idea/misc.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b5002bf

Please sign in to comment.