Open Savio629 opened 6 months ago
@Savio629 I would like to pick this up.
@Savio629
Basically, the goal is to extend the existing VSCode extension
by adding the capability
to verify multiple CSV/JSON
files simultaneously or an entire directory against the Prisma model
and generate validation reports
. I guess the easiest implementation would be if we enhanced the existing VSCode
extension for Stencil
by adding bulk verification features
. The process will involve verifying multiple CSV or JSON files
, either from a user-specified list or an entire directory, against thePrisma model
. After verification
, the results will be summarized
in validation reports
.
This would be my general workflow, Is this implementation correct or should I consider anything else? Also could you assign me this issue to work on?
Yes, you are right! Assigning it to you.
Yes, you are right! Assigning it to you.
Sure, thank you.
Description
This is an extension of the existing https://github.com/SamagraX-Stencil/stencil/issues/7 issue to add more features like Bulk verification.
Objective
Goal of this issue is to verify multiple CSV/JSON files simultaneously or an entire directory against the Prisma model and generate validation reports summarizing the results of the verification process
Goals
Complexity: Medium
Product Name
Stencil
Organisation Name
SamagraX
Domain
Extension
Tech Skills Needed
TypeScript, Vscode Extension
Note: Existing base for the extension is present in the feat/vsc-extension branch https://github.com/SamagraX-Stencil/stencil/tree/feat/vsc-extension