Reactive Filtration and Sorting #12
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Filters and Sorts should be handled clientside, as this is the simplest solution. Integration with #9.
Having the database records jsonified allows reactive pagination, filtering and sorting without a page reload or PHP reliance.
AJAX implementation of live search feature and results for users (based on material in Workshops 15 & 16) including feature information where appropriate and search filters. Consider browser memory usage.
The search feature must be powerful and allow effective narrowing of results to a small number from a large dataset.