Update Tiers functionality and enhance API documentation
- Changed the default value of the `$select` property in Tiers.php from `custid,custname` to `custid,name` to reflect valid column names. - Updated the tiers.blade.php view to align the placeholder for the select field with the new default value. - Enhanced the documentation for the `third_list` and `third_GetArtHistory` endpoints, detailing valid search columns, metadata, and response structures. - Added new tests in TiersPageTest.php to verify the default select value, API parameter handling, and metadata storage. - Overall, improved the user experience and API interaction for managing tiers.
This commit is contained in:
@@ -204,7 +204,7 @@ tests/Feature/
|
||||
JournauxPageTest.php # 6 tests page Journaux (toggle, validation, tracking, erreurs)
|
||||
LogisticsServiceTest.php # 14 tests service API (mocks HTTP)
|
||||
TablesExplorerTest.php # 6 tests page TablesExplorer (Livewire)
|
||||
TiersPageTest.php # 8 tests page Tiers (toggle, validation, tracking, erreurs)
|
||||
TiersPageTest.php # 15 tests page Tiers (toggle, validation, tracking, erreurs, métadonnées, casse thirdid)
|
||||
FilamentDashboardTest.php # Tests dashboard Filament (1 test en échec pré-existant)
|
||||
DashboardTest.php # Tests dashboard
|
||||
ExampleTest.php # Test d'exemple Laravel
|
||||
|
||||
Reference in New Issue
Block a user