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

While I realize this isn't really pertinent, it's trivial enough to do this that I see no reason not to. All we have to do is find every string in...

wishlist

I'm not really sure how to handle this issue, but each form has a custom user_emails field which cannot be blank and also doesn't correspond to any field in the...

bug

As it stands, GardenHub is invite-only. I think this is fine for a first run and it will certainly get the job done. However, the application could be a lot...

I think we should let GM's add more info about their garden in general so gardeners can see it. This could include an "about us" blurb, a link to any...

I learned that some community gardens don't allow people to grow hops. An obvious one people might not allow is tobacco. I think it would be nice if gardeners could...

I'm afraid of letting users change their email addresses for fear of it breaking something for now. But it can probably be done. There may also be a way to...

I've been struggling to figure out how to run automated tests on the order's progress bar. The function relies on getting the current time (using `datetime.now()`) and calculating how far...

bug

`./dev.sh pulldb` kills the database container in order to remove and recreate the storage volume for postgres. Unfortunately, when it comes back up it could be at any port (we're...

If the user submits an order and then wants some aspect of it changed, we cannot let them simply change it in the database without keeping track of the changes...