imabug / raddb

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

Use data tables to show lists #426

Closed imabug closed 2 years ago

imabug commented 4 years ago

Use data tables instead of static HTML tables to show the lists of machines in the Survey Schedule and in the Listings tab.

Looks like it should be pretty easy to implement using Livewire

https://laracasts.com/series/guest-spotlight/episodes/3 https://github.com/calebporzio/laracasts-livewire-datatable

imabug commented 3 years ago

This Laravel Livewire Tables package looks interesting https://rappasoft.github.io/laravel-livewire-tables-docs/

imabug commented 3 years ago

Making some progress with the machines listing using Livewire and Livewire Tables

imabug commented 3 years ago

Machines listing has sorting and filtering capabilities now! Makes pretty much everything under the listings tab redundant now.

imabug commented 3 years ago

Survey schedule page switched over to livewire-tables

imabug commented 3 years ago

Pending survey page switched over to livewire-tables

imabug commented 2 years ago

Survey list in the machine details page switched over to livewire-tables

imabug commented 2 years ago

Recent test equipment calibration dates table switched over to livewire-tables

imabug commented 2 years ago

Recommendations list in the machine detail page switched over to livewire-tables

imabug commented 2 years ago

Survey recommendations list (/recommendations/{survey_id} converted to livewire-tables.

Think that about does it for all the tables that make sense as dynamic data tables