imabug / raddb

Radiology equipment inventory tracker
MIT License
1 stars 1 forks source link

Make forms more dynamic #487

Open imabug opened 2 years ago

imabug commented 2 years ago

Work on making forms more dynamic using Livewire

imabug commented 2 years ago

Starting with form for submitting operational notes

imabug commented 2 years ago

Form for displaying operational notes for a selected machine (/opnotes/opnotes) using Livewire works. Getting it working didn't quite go the way I thought it would (had to use wire:click on the button instead of wire:submit.prevent in the form element).

imabug commented 1 year ago

Operational notes page is now mostly functional as a Livewire page. Can add and delete operational notes.

Need to figure out how to edit an existing operational note.