Go to file
Tyrel Souza 9af88075ac
todos
2023-07-27 14:41:34 -04:00
benchtopdevices move reqs 2023-07-27 14:38:09 -04:00
BenchtopPDF remove .idea 2023-07-27 14:38:51 -04:00
.gitignore Add in C# Project 2023-07-27 14:37:01 -04:00
hardware_calibration.txt initial commit - insecure security_key 2023-07-25 17:34:44 -04:00
notes.txt transducer work 2023-07-25 21:51:57 -04:00
README.md todos 2023-07-27 14:41:34 -04:00
transducer_verify.txt transducer work 2023-07-25 21:51:57 -04:00

Benchtop Devices Project

Django app to parse data from Transducers and Hardware Calibration.

Returns a PDF and prints a label

App Structure

├── benchtopdevices         # Django Project
│   ├── benchtopdevices
│   └── sheets
└── BenchtopPDF             # C# PDF Generator Project
    ├── BenchtopPDF
    └── packages

TODO

  • Django app to take in data
  • Parse "BOTH"
  • Parse and Prompt AS LEFT
  • Parse and Prompt AS FOUND
  • Generate PDF
  • Generate Label
  • Docker stuff