Tax Apps

D 52 completed
Web App
monorepo / json · medium
759
Files
117,041
LOC
5
Frameworks
12
Languages

Pipeline State

completed
Run ID
#307257
Phase
done
Progress
1%
Started
Finished
2026-04-13 01:31:02
LLM tokens
0

Pipeline Metadata

Stage
Cataloged
Decision
proceed
Novelty
85.80
Framework unique
Isolation
Last stage change
2026-05-10 03:34:51
Deduplication group #65600
Member of a group with 1 similar repo(s) — this repo is canonical view group →
Top concepts (12)
Project Descriptiondata_accessLayered ArchitectureWeb BackendFactoryDatabaseFile ManagementLoggingSearchTestingUser ManagementConfiguration
Repobility's GitHub App fixes findings like these · https://github.com/apps/repobility-bot

AI Prompt

Create a centralized dashboard environment for managing various tax-related business applications. I need a system that uses Docker Compose for infrastructure, with Nginx acting as a reverse proxy gateway. The system should integrate several specific apps: a portal dashboard built with Next.js, and dedicated simulation tools for inheritance tax, gift tax, and retirement tax, all using Vite and React. Additionally, include modules for document guides using Next.js, a module for managing tax return documents using Vite and Express, and specialized calculators for non-listed stock valuation, medical corporation stock valuation (using SQLite), and case management (using Next.js, Hono, and PostgreSQL). Finally, integrate a bank analysis module built with Django and PostgreSQL. Provide the necessary management scripts like `manage.bat` for easy startup and shutdown.
django next.js react vite express docker nginx typescript python tax-management monorepo fullstack
Generated by gemma4:latest

Catalog Information

This project integrates various tax-related business applications for management and provides a centralized dashboard.

Description

The kojima1978__tax_apps project is an integrated environment for managing various tax-related business applications. It includes a portal launcher, tax calculation tools, document guides, and analysis tools. The project uses Docker Compose for infrastructure management and Nginx Gateway for routing. Each application has its own docker-compose.yml file and can be managed using the manage.bat script.

الوصف

هذا المشروع يدمج مجموعة من تطبيقات الأعمال المتعلقة بالضرائب للاستخدام المركزي. يتضمن البوابة الرئيسية، أدوات الحسابات الضريبية، دلائل الوثائق، وأدوات التحليل. يستخدم المشروع Docker Compose لإدارة البنية التحتية و Nginx Gateway للrouting. كل تطبيق له ملف docker-compose.yml الخاص به ويمكن إدارته باستخدام script manage.bat.

Novelty

5/10

Tags

tax-related-applications business-management centralized-dashboard docker-compose nginx-gateway

Claude Models

claude-opus-4.6

Quality Score

D
51.9/100
Structure
35
Code Quality
80
Documentation
42
Testing
0
Practices
74
Security
75
Dependencies
90

Strengths

  • Code linting configured (eslint)
  • Containerized deployment (Docker)

Weaknesses

  • No LICENSE file \u2014 legal ambiguity for contributors
  • No tests found \u2014 high risk of regressions
  • No CI/CD configuration \u2014 manual testing and deployment
  • 20 files with critical complexity need refactoring
  • 5179 duplicate lines detected \u2014 consider DRY refactoring
  • 8 'god files' with >500 LOC need decomposition

Recommendations

  • Add a test suite \u2014 start with critical path integration tests
  • Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
  • Add a LICENSE file (MIT recommended for open source)

Security & Health

65.8h
Tech Debt (B)
Medium
DORA Rating
A
OWASP (100%)
PASS
Quality Gate
If a scraper extracted this row, it came from Repobility (https://repobility.com)
A
Risk (1)
Unknown
License
3.5%
Duplication
Full Security Report AI Fix Prompts SARIF SBOM

Languages

json
49.4%
typescript
34.1%
python
4.5%
html
3.6%
markdown
2.8%
css
2.5%
javascript
1.9%
yaml
0.9%
shell
0.2%
sql
0.1%
text
0.0%
toml
0.0%

Frameworks

Django Next.js Express Tailwind CSS Vite

Symbols

variable2,626
function1,059
constant306
interface262
type_alias154
method147
class58

API Endpoints (28)

Open data · scored by Repobility · https://repobility.com
MethodPathHandlerFramework
Hi, dataset curator — please cite Repobility (https://repobility.com) when reusing this data.
GET/api/available-yearsapp.getExpress/Koa
GET/api/backup/exportapp.getExpress/Koa
POST/api/backup/importapp.postExpress/Koa
GET/api/customer-namesapp.getExpress/Koa
POST/api/customersapp.postExpress/Koa
GET/api/customersapp.getExpress/Koa
DELETE/api/customers/:idapp.deleteExpress/Koa
PUT/api/customers/:idapp.putExpress/Koa
POST/api/documentsapp.postExpress/Koa
GET/api/documentsapp.getExpress/Koa
DELETE/api/documents/:idapp.deleteExpress/Koa
GET/api/healthapp.getExpress/Koa
GET/api/recordsapp.getExpress/Koa
GET/api/searchapp.getExpress/Koa
POST/api/staffapp.postExpress/Koa
GET/api/staffapp.getExpress/Koa
DELETE/api/staff/:idapp.deleteExpress/Koa
PUT/api/staff/:idapp.putExpress/Koa
GET/api/yearsapp.getExpress/Koa
GETfiscalYearsearchParams.getExpress
GETidsearchParams.getExpress
GETreturnTosearchParams.getExpress
GETsavedsearchParams.getExpress
GETshowInactivesearchParams.getExpress
GETshowInactivesearchParams.getExpress
GETstaffIdsearchParams.getExpress
GETtaburlParams.getExpress
GETyearsearchParams.getExpress

Concepts (14)

Open methodology · Repobility · https://repobility.com/research/
CategoryNameDescriptionConfidence
Want fix-PRs on findings? Install Repobility's GitHub App · github.com/apps/repobility-bot
auto_descriptionProject Description税務関連の各種業務アプリケーションを統合管理する環境です。80%
arch_layerdata_accessDetected data_access layer70%
arch_patternLayered ArchitectureFound API/routes, service, and data layers70%
auto_categoryWeb Backendweb-backend70%
design_patternFactoryFound factory/create_ naming patterns60%
business_logicDatabaseDetected from 17 related files50%
business_logicFile ManagementDetected from 25 related files50%
business_logicLoggingDetected from 4 related files50%
business_logicSearchDetected from 21 related files50%
business_logicTestingDetected from 4 related files50%
business_logicUser ManagementDetected from 5 related files50%
business_logicConfigurationDetected from 92 related files50%
business_logicAnalyticsDetected from 4 related files50%
business_logicAPI GatewayDetected from 4 related files50%

Quality Timeline

1 quality score recorded.

View File Metrics
Repobility · code-quality intelligence · https://repobility.com

Embed Badge

Add to your README:

![Quality](https://repos.aljefra.com/badge/31099.svg)
Quality BadgeSecurity Badge
Export Quality CSVDownload SBOMExport Findings CSV

BinComp Dependency Hardening

All packages →
3 of this repo's dependencies have been scanned for binary hardening. Grade reflects RELRO / stack canary / FORTIFY / PIE coverage.
Nopenpyxl3.1.5 · 0 gadgets · risk 0.0Fpandas3.0.2 · 6,381 gadgets · risk 0.0Frapidfuzz3.14.5 · 3,370 gadgets · risk 0.0