HakimHisham1991/Cutting-Parameter-Verifier — reverse-engineered prompt

Reverse engineered prompt

Build me a simple web app for manufacturing teams that can verify CNC milling cutting parameters from a CAM Excel export.

I want users to upload an xlsx file, have each row mapped to the correct constraint figure based on things like material, finish, cutter type, tool type, strategy, and optional process specs, then check whether the cutting values and engagement values fall inside approved polygon limits. Show the results in a clear table with pass, fail, or N A, plus remarks for invalid rows or rows that do not match any figure.

Make the table sortable and filterable, and let users click a figure number to jump to its chart. I also want interactive charts for each figure that plot the operation points against the allowed polygon areas. Include exporting the current results back to Excel, and a sample sheet download.

Please also add a settings page where someone can edit the mapping rules and polygon points in the browser and have the current session re checked right away. Use the existing Blazor style of the project, and look up current docs online if needed.

Want more depth? Deep Reverse