Square-Pot / Plant-Passport

Django based web-service for tracking information about your plants: watering, illnesses, photos, etc. Generating labels (pdf-file for printing) with data matrixes. Auto recognition plant by data matrix on photo.
MIT License
1 stars 0 forks source link

Filter on plant list page #12

Open spalk opened 3 years ago

spalk commented 3 years ago
spalk commented 3 years ago

Looks like current filter is exremely resource-demand. The Page with list of plants (c. 150 items) loads longer time then normal.

spalk commented 3 years ago

Plants shouldn't be outputted on the index page during first visit. User should choose genus/tag/group first. An option "Show all plants" should also be possible, but not by default. It's insane to show hunderts of plants at once. Thank you.