DanielCaspers / DigitalInspection

Murphy Automotive's Digital Inspection App for making vehicle inspection checklists a better experience from technician to customer.
4 stars 0 forks source link

Add new field to CannedResponses table #151

Closed scaspers closed 6 months ago

scaspers commented 7 months ago

New feature to aid the implementation of DI in the Express Lube.

This will be used for special text that will be retrieved by API call and imported into the vehicle recommended services in PICK and then appear on customers invoice.

"RStext" - longtext, allow nulls, no key, default value null

DanielCaspers commented 6 months ago

This will require getting me authentication back into a development server to test, and we'll likely need to edit the development server SQL table to capture this new field since the app is not auto-applying DB migrations right now (at least locally for me). Build will be on Azure.

DanielCaspers commented 6 months ago

SQL Field - RecommendedServiceDescription . Longtext, allows nulls, no keys attached. I believe default is null.

scaspers commented 6 months ago

This new feature seems to work as expected.