Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.