Overview
The frontend has depreciation charts planned ([FE-23] in the existing backlog) and categories carry depreciation defaults ([BE-85]). Book value drives audit and financial reporting.
Tasks
Acceptance Criteria
Dependencies
Blocked by [BE-85] and [BE-86].
Notes for Contributors
The backend is being rebuilt from a clean NestJS skeleton — backend/src/ currently contains only app.module.ts, app.controller.ts, app.service.ts, and main.ts. Follow standard NestJS module structure (module / controller / service / dto / entities) and register your module in app.module.ts. Comment below to be assigned.
Overview
The frontend has depreciation charts planned ([FE-23] in the existing backlog) and categories carry depreciation defaults ([BE-85]). Book value drives audit and financial reporting.
Tasks
GET /assets/${id}/depreciationreturning the schedule, and a portfolio-wide total book value for reports.Acceptance Criteria
Dependencies
Blocked by [BE-85] and [BE-86].
Notes for Contributors
The backend is being rebuilt from a clean NestJS skeleton —
backend/src/currently contains onlyapp.module.ts,app.controller.ts,app.service.ts, andmain.ts. Follow standard NestJS module structure (module/controller/service/dto/entities) and register your module inapp.module.ts. Comment below to be assigned.