GardenHub icon indicating copy to clipboard operation
GardenHub copied to clipboard

Improve urban food distribution by connecting community gardeners with pickers :eggplant:

Results 71 GardenHub issues
Sort by recently updated
recently updated
newest added

I think when someone has multiple plots in multiple gardens (generally this would be a GM), there should be an option at the top of the page to filter the...

UI/UX
wishlist
design decision needed

Right now the code coverage for tests is only 40%. I think this is because we're only testing the models, not the views, URLs, or anything else. The views in...

workflow
wishlist

Unfortunately `dev.sh` doesn't scale very well and maybe I'm not as clever as I thought. As soon as we want to add another service like redis or memcached it changes...

workflow

The divider on the cards gets weird with tall cards: ![screenshot from 2018-01-11 19 01 11](https://user-images.githubusercontent.com/17955536/34853482-efe177fc-f701-11e7-80cf-b32c0f82c90f.png)

UI/UX
bug

I recommend creating a "Permission Denied" page that the user gets redirected to anytime the test_func() fails. This could be a simple page like "Sorry, you do not have permission...

UI/UX
bug
wishlist
design decision needed

Here's how admins invite GMs: 1. Create a garden in the admin 2. Assign themself as a GM on that garden 3. In the main UI of the site, they...

Right now we're assuming everything is in EST. However, it's possible for a garden or user to be in a timezone outside of EST. To account for this, each garden...

For example, bell peppers can be green, yellow, or red depending on how ripe they are. There needs to be some way to convey that a bell pepper should be...

UI/UX
wishlist

Info on caching in Django: https://docs.djangoproject.com/en/dev/topics/cache/ We're using the default cache, [`LocMemCache`](https://docs.djangoproject.com/en/dev/topics/cache/#local-memory-caching), which requires no special configuration but it's not as fast as other caches. We can speed this up...

We're starting to do pretty awful hacky things with the templates right now, and I'm starting to feel that continuing to invest in the default Django templates isn't worth it....