Drydock App
F 48 completed
Other
web_app / javascript · tiny
39
Files
7,439
LOC
2
Frameworks
6
Languages
Pipeline State
completedRun ID
#1546262Phase
doneProgress
0%Started
2026-04-16 23:55:11Finished
2026-04-16 23:55:11LLM tokens
0Pipeline Metadata
Stage
CatalogedDecision
proceedNovelty
46.66Framework unique
—Isolation
—Last stage change
2026-05-10 03:34:57Deduplication group #47275
Repobility · severity-and-effort ranking · https://repobility.com
🧪 Code Distillation
Browse all specs →AI Prompt
Create a web application called SC Fleet Planner for Star Citizen. It needs a visual map and a sortable table for a Fleet Overview, and it should include analytics using Recharts pie and bar charts. Key features must include a CCU Inventory with sorting, a Chain Optimizer that uses Dijkstra pathfinding for routing (supporting both Single Target and Fleet Planner modes), and a Sale Evaluator for buy/skip verdicts. Also, implement Ship Detail Modals showing stats and warbond history. The tech stack should use React and Vite.
javascript react vite web-app sc-fleet-planner dijkstra recharts analytics inventory optimization
Generated by gemma4:latest
Catalog Information
Create a web application called SC Fleet Planner for Star Citizen. It needs a visual map and a sortable table for a Fleet Overview, and it should include analytics using Recharts pie and bar charts. Key features must include a CCU Inventory with sorting, a Chain Optimizer that uses Dijkstra pathfinding for routing (supporting both Single Target and Fleet Planner modes), and a Sale Evaluator for buy/skip verdicts. Also, implement Ship Detail Modals showing stats and warbond history. The tech stac
Tags
javascript react vite web-app sc-fleet-planner dijkstra recharts analytics inventory optimization
Quality Score
F
48.4/100
Structure
43
Code Quality
75
Documentation
47
Testing
0
Practices
49
Security
66
Dependencies
80
Weaknesses
- No LICENSE file — legal ambiguity for contributors
- No tests found — high risk of regressions
- No CI/CD configuration — manual testing and deployment
- 1 files with critical complexity need refactoring
- Potential hardcoded secrets in 1 files
- 332 duplicate lines detected — consider DRY refactoring
- 1 'god files' with >500 LOC need decomposition
Recommendations
- Add a test suite — start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
- Move hardcoded secrets to environment variables or a secrets manager
Languages
Frameworks
React Vite
Symbols
variable445
function64
constant43
method5
class1
property1
API Endpoints (7)
| Method | Path | Handler | Framework | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| All rows above produced by Repobility · https://repobility.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | available_ccus | STORE_DATA.put | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | available_ccus | STORE_DATA.get | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | __email_index | WATCHLISTS.put | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | __email_index | WATCHLISTS.get | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | __email_index | WATCHLISTS.get | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| PUT | last_updated | STORE_DATA.put | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| GET | last_updated | STORE_DATA.get | Express | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Generated by Repobility's multi-pass static-analysis pipeline (https://repobility.com)
Embed Badge
Add to your README:
