28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"project_name": "Integra Finance (PRALOG)",
|
|
"objective": "React application with modular architecture, high performance, and premium design.",
|
|
"environment": {
|
|
"url_base": "https://dev.workspace.itguys.com.br",
|
|
"url_platform": "https://dev.workspace.itguys.com.br/plataforma/",
|
|
"credentials": {
|
|
"user": "financeiro@pralog.com.br",
|
|
"pass": "123Mudar"
|
|
}
|
|
},
|
|
"dev_commands": {
|
|
"run": "npm run dev",
|
|
"build": "npm run build",
|
|
"lint": "ESLint + Prettier"
|
|
},
|
|
"modules": [
|
|
{ "name": "auth", "purpose": "Authentication" },
|
|
{ "name": "financeiro-v2", "purpose": "Reconciliation, Accounts Payable/Receivable", "views": ["BoletosView", "ClientsView", "Conciliacao"] },
|
|
{ "name": "workspace", "purpose": "Expenses, Incomes, Reconciliation", "views": ["ExpensesView", "IncomesView", "LoginView", "ReconciliationView"] },
|
|
{ "name": "rh", "purpose": "HR Dashboard, Employees, Experience Contracts" }
|
|
],
|
|
"architecture_notes": {
|
|
"playground": "All new components must pass through dev-tools (Playground) first.",
|
|
"standards": "High performance (14KB rule), fluid typography (clamp), Docker-ready."
|
|
}
|
|
}
|