A friendly bot that helps contributors adhere to best practices for your repository on GitHub. 🗺️
Extended MUI component library with multi-theme support
<dl> <dt><a href="#fetchDataRequest">fetchDataRequest</a></dt> <dd><p>fetch data with or without any path parameters</p> </dd> <dt><a href="#fetchUriDataRequest">fetchUriDataRequest</a></dt> <dd><p>fetch data using the uri provided</p> </dd> <dt><a href="
<dl> <dt><a href="#endpoint">endpoint</a></dt> <dd><p>return the api config entries for the name passed</p> </dd> <dt><a href="#replaceEndpointPathParams">replaceEndpointPathParams</a></dt> <dd><p>replace all the endpoint path parameters with their corres
No description provided.
<dl> <dt><a href="#isAuthenticated">isAuthenticated</a></dt> <dd><p>check if the session user is authenticated</p> </dd> <dt><a href="#setStorageItem">setStorageItem</a></dt> <dd><p>generic set storage item - works in a dom context</p> </dd> <dt><a href="
<dl> <dt><a href="#sortByName">sortByName</a> ⇒ <code>Array</code></dt> <dd><p>sort the objects by the name field</p> </dd> <dt><a href="#sortByDate">sortByDate</a> ⇒ <code>Array</code></dt> <dd><p>sort the objects by the field specified that needs to be
<dl> <dt><a href="#filterDuplicatesById">filterDuplicatesById</a></dt> <dd><p>Remove entires from source that exist in duplicates</p> </dd> <dt><a href="#notDuplicateById">notDuplicateById</a></dt> <dd><p>call using the array filter method - refer to filt
<dl> <dt><a href="#omitBy">omitBy</a></dt> <dd><p>remove all key, value pairs from the object that match the comparator (fn)</p> </dd> <dt><a href="#removeEmptyEntries">removeEmptyEntries</a></dt> <dd><p>remove all empty entries from the object where name
<dl> <dt><a href="#auditPathBuilder">auditPathBuilder</a></dt> <dd><p>build the audit log url to add to act as the key in the db entry</p> </dd> <dt><a href="#auditLogBuilder">auditLogBuilder</a></dt> <dd><p>create a audit log entry - the uuid for the ent
<dl> <dt><a href="#isEmailValid">isEmailValid</a></dt> <dd><p>does the email follow the convention <id>@<host-server>.<where></p> </dd> <dt><a href="#isNameValid">isNameValid</a></dt> <dd><p>check if name is entered</p> </dd> <dt><a href="#isValueEntered"