Enhancements to test-results file
The test-results file now captures more details, including defects associated with certain test cases along with updated timing metrics.
Update to configuration.md file
A new method, globallySearchableAttributes, has been introduced into the configuration.md file. This method helps define an array of searchable attributes for the FormResource class, improving search capabilities.
BoltPlugin.php gets a new trait and default value
The BoltPlugin.php file has now gained a new trait and a default value to further optimize globally searchable attributes for the FormResource class.
New method in BoltResource.php file
An additional method, getGloballySearchableAttributes, has been introduced in the BoltResource.php file. This retrieves globally searchable attributes from BoltPlugin, lending a more uniform approach towards attribute searchability.
Modifications in CategoryResource.php & CollectionResource.php files
There have been some method swaps in these files. The getGloballySearchableAttributes method has been replaced by another method with the same name. This new method fetches globally searchable attributes from BoltPlugin. In addition, getNavigationBadge method is updated to use a dynamic model class name for increased flexibility.
FormResource.php – Enhancement to attribute searchability and model dynamism
Similar to CategoryResource.php and CollectionResource.php files, the FormResource.php file has also undergone a method swap for improved searchability of attributes. Also, the getNavigationBadge method now leverages a dynamic model class name.
ResourcesTest.php – Improvement to naming convention
Test names within the ResourcesTest.php file have been updated for better consistency, especially concerning category, collection, and form lists.
PR Summary
Enhancements to test-results file The
test-results
file now captures more details, including defects associated with certain test cases along with updated timing metrics.Update to configuration.md file A new method,
globallySearchableAttributes
, has been introduced into theconfiguration.md
file. This method helps define an array of searchable attributes for theFormResource
class, improving search capabilities.BoltPlugin.php gets a new trait and default value The
BoltPlugin.php
file has now gained a new trait and a default value to further optimize globally searchable attributes for theFormResource
class.New method in BoltResource.php file An additional method,
getGloballySearchableAttributes
, has been introduced in theBoltResource.php
file. This retrieves globally searchable attributes fromBoltPlugin
, lending a more uniform approach towards attribute searchability.Modifications in CategoryResource.php & CollectionResource.php files There have been some method swaps in these files. The
getGloballySearchableAttributes
method has been replaced by another method with the same name. This new method fetches globally searchable attributes fromBoltPlugin
. In addition,getNavigationBadge
method is updated to use a dynamic model class name for increased flexibility.FormResource.php – Enhancement to attribute searchability and model dynamism Similar to
CategoryResource.php
andCollectionResource.php
files, theFormResource.php
file has also undergone a method swap for improved searchability of attributes. Also, thegetNavigationBadge
method now leverages a dynamic model class name.ResourcesTest.php – Improvement to naming convention Test names within the
ResourcesTest.php
file have been updated for better consistency, especially concerning category, collection, and form lists.