elthran / BookingSystem

A working booking/calendar system for clients to take orders and create a schedule
0 stars 0 forks source link

Clients search page. #21

Closed elthran closed 6 years ago

elthran commented 6 years ago

business/clients.py business/clients.html

These pages show you a list of every client in your business. By typing in the search bar and pressing search, it should ONLY show you clients matching that search. This will either by a name, email, or phone number. Can you try to make this happen?

In the future we will add an auto-complete search with JS but it should run the same search code anyway, so no need to wait for that.

klondikemarlen commented 6 years ago

I started ... but dam that is a lot of work.

klondikemarlen commented 6 years ago

Fixed in https://github.com/elthran/BookingSystem/pull/25