svthalia / Reaxit

The latest ThaliApp built on Flutter.
GNU General Public License v3.0
11 stars 3 forks source link

Handle search in EventAdminScreen within the app rather than by API request #427

Open Scarletto opened 1 year ago

Scarletto commented 1 year ago

What

Currently, searching registrations is done by querying the database. This is slow and registrations are quite easy to search through.

Why

To make it faster.

How

Just implement search locally.