ednaldodilorenzo/financesmanager

https://github.com/ednaldodilorenzo/financesmanager

New Analysis
Last analysis: Mar 10, 2026 22:36

GitHub Stats

Stars

0

Forks

0

Watchers

0

Open Issues

5

Contributors

2

Default Branch

main

Repository Overview

Files

185

Folders

6

Size

2.82 MB

Tests

7

Code Analysis

Lines of Code

6,716

Files Analyzed

89

Total Commits

101

Contributors

3

Structure Metrics

Max Depth

4

Avg Files per Folder

30.83

Test Coverage

3.78%

Project DNA

79
Very Good
documentation 80/100
tests 40/100
structure 100/100
size 100/100
maintainability 80/100

Hotspot Files

Files with most changes (high churn)

planning-list.vue 20 changes
transaction-list.vue 20 changes
routes.definition.js 17 changes
index.js 11 changes
bootstrap-table.vue 11 changes

Stack Signals

Laravel
Symfony
React
Vue
Angular
Node.js
Python
Django
Flask
FastAPI
Spring
Express
Next.js
Nuxt
NestJS
.NET
ASP.NET
HTML
CSS

Languages

vue 55.06%
js 42.7%
html 1.12%
css 1.12%

Largest Directories

test 6 files
client 99 files
server 54 files
database 11 files
taskexecutor 5 files

Largest Files

planning-list.vue 263 lines
bootstrap-table.vue 363 lines
transaction-list.vue 366 lines
transaction-change.vue 277 lines
transaction-import.vue 420 lines

Dependencies & Documentation

README
Docs
go.mod
Gemfile
package.json
composer.json
pyproject.toml
requirements.txt

Project Structure (depth 3)

-- test
|   -- cypress
|   |   -- e2e
|   |   |   -- Login
|   |   -- plugins
-- client
|   -- src
|   |   -- store
|   |   |   -- user
|   |   -- utils
|   |   -- views
|   |   |   -- tag
|   |   |   -- admin
|   |   |   -- error
|   |   |   -- login
|   |   |   -- budget
|   |   |   -- account
|   |   |   -- category
|   |   |   -- planning
|   |   |   -- dashboard
|   |   |   -- transaction
|   |   -- assets
|   |   -- router
|   |   -- components
|   |   |   -- modal
|   |   |   -- dialog
|   |   |   -- filters
|   |   |   -- loading
|   -- tests
|   |   -- unit
|   -- public
-- models
-- server
|   -- cmd
|   -- dto
|   -- util
|   -- model
|   -- config
|   -- server
|   -- modules
|   |   -- tag
|   |   -- auth
|   |   -- budget
|   |   -- routes
|   |   -- account
|   |   -- generic
|   |   -- category
|   |   -- planning
|   |   -- transaction
|   -- middleware
-- database
|   -- migrations
-- taskexecutor
|   -- cmd
|   -- config