4 Open Issues Need Help Last updated: Jul 25, 2025

Open Issues Need Help

View All on GitHub
Blockchain Backend Development

AI Summary: Create a new public API endpoint that retrieves inspection report data, excluding sensitive or confidential information. This requires careful consideration of data fields to exclude and appropriate data sanitization to ensure no private data is exposed.

Complexity: 3/5
help wanted
Blockchain Backend Development

AI Summary: Modify the DTO (Data Transfer Object) used for updating inspection results to allow partial updates. Currently, updating a single field, such as the inspector's name, requires all other fields in the identity details to be provided. The goal is to only require the fields that are being changed.

Complexity: 3/5
help wanted
Blockchain Backend Development

AI Summary: Develop a new API endpoint that retrieves inspection data excluding sensitive information like BPKB and STNK numbers. This data will then be used by the frontend to generate redacted PDFs, ensuring user privacy and compliance.

Complexity: 3/5
help wanted
Blockchain Backend Development

AI Summary: Modify the CAR-dano backend's NFT minting process to remove PDF URLs from the metadata before minting. This involves identifying where the PDF URLs are included in the minting logic within the `blockchain` module (likely within the `inspections` or related service), and updating the code to exclude this data. Thorough testing is required to ensure the functionality remains intact and no sensitive data is exposed.

Complexity: 4/5
help wanted