Nigel Wright

Results 10 issues of Nigel Wright

No filters for now. Just create search function searching by name. Have results (scrollable if applicable) drop down from search bar and select one by clicking. Or hit enter and...

Create 2-3 filters/facets to understand the process. Using the 'working data' from design_data_class these could be pH, habitat, and plant size.

- [x] Still getting this error sometime although search term works fine in browser: invalid literal for int() with base 10: ' ' ***Hardiness zone fixed this issue. I think...

Create mechanisms for users to edit their own database. And down the line allow for these edits to be added into the main database, either as user comments or entries...

Customize grid dimensions to design size (user input) and row spacing. May be [helpful](https://github.com/kivy-garden/tickmarker) for ticking grid lines. Also possibly [helpful ](https://github.com/kivy-garden/collider) for calculating overlap % between plants.

Consider expanding or dropping (more likely) certain characteristics for which data is unreliable or null. For example "leaf" column contains majority null values. First check that this isn't a code...

Many of the "Width" entries in pfaf are null, and it is essential to create the design. So we need to create a reasonably accurate width estimator (Finally get to...

We'll need svg images for different tree / shrub / plant forms. Obviously not all plants will have a unique image but a certain number of categories will. Think about...

- [ ] After dragging and dropping trees to the screen, upon resizing the window the trees move dynamically with the RelativeLayout. However, they do not move correctly with the...