benchtopdevices/README.md
Tyrel Souza 9af88075ac
todos
2023-07-27 14:41:34 -04:00

31 lines
569 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
- [x] Django app to take in data
- [x] Parse "BOTH"
- [ ] Parse and Prompt AS LEFT
- [ ] Parse and Prompt AS FOUND
- [ ] Generate PDF
- [ ] Generate Label
- [ ] Docker stuff