Skip to content

Commit

Permalink
Merge pull request #315 from codeforpdx/fix-zxing-documentation
Browse files Browse the repository at this point in the history
Update ZXing documentation to fix path for uploadDocumentModal.jsx
  • Loading branch information
Jared-Krajewski authored Jul 18, 2023
2 parents d36a8a0 + a5f195b commit f4137ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ZXing_barcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To see the results on the Solid Client Server, navigate below to the Search Docu
For developers new to a code base, often being pointed to where user interaction first interfaces with the code base is a good place to start. In the case of the barcode scanner functionality, this can be found within the UploadDocumentModal.jsx component within the src/components directory:

```
src/components/Form/UploadDocumentModal.jsx
src/components/Modals/UploadDocumentModal.jsx
```

At the time of this writing, the line specific to uploading files can be found within the handler function within the UploadDocumentModal component, where the entry point of what happens when the user clicks on the "Upload file", as this triggers the handleFormSubmission function. This function in turn calls the makeHandleFormSubmission function found within the utils directory, where the majority of the barcode scanner logic lives:
Expand Down

0 comments on commit f4137ad

Please sign in to comment.