Hardhat-Enterprises / Deakin-Detonator-Toolkit

Deakin Detonator Toolkit redesign using Tauri, React and Mantine.
11 stars 19 forks source link

587 bug fix baseline ffuf #673

Closed NY-218022779 closed 2 months ago

NY-218022779 commented 2 months ago

Not every section of the checklist was applicable for ffuftool. Certain components were missing (such as Render component).

A total of 11 changes were made:

  1. Every interface has an appropriate docstring
  2. Every variable in FormValuesType using camelCase Convention (And ensured that it was consistent throughout the code)
  3. Every function has appropriate docstring
  4. Added appropriate inline comment for most React hooks
  5. Every component constant has an appropriate inline comment
  6. moved interface docstring to appropriate location above interface (It was separated before the change)
  7. The title is changed to match source documentation (I shortened the title)
  8. Removed a single extraneous new line for Step 4
  9. The form is given a comment
  10. The onSubmit function is clearly defined and has comments and doc strings
  11. The clearOutput is clearly defined and free from errors