Alex Gleason
Alex Gleason
`./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...
Logs from the staging server: ``` 2018-01-12T02:08:52.180864172Z app[web.1]: Internal Server Error: /plot/9/edit/ 2018-01-12T02:08:52.180872030Z app[web.1]: Traceback (most recent call last): 2018-01-12T02:08:52.180879941Z app[web.1]: File "/usr/local/lib/python3.5/site-packages/django/core/handlers/exception.py", line 35, in inner 2018-01-12T02:08:52.180889350Z app[web.1]: response...
When a user schedules an order for harvest, they select the start date and end date for when they'd like their crops to be harvested. Currently, there is one restriction:...
Sometimes a gardener will pick their own crops and donate it to GardenHub. It would be good to allow them to submit a form for this.
It was suggested that we consider syncing picker orders to a calendar.
Just ran into an issue where a previously-created db.dump was actually not owned by the current user. This would happen if you were to, eg, run `sudo ./dev.sh pulldb` where...
The UI right now for inviting people isn't very good, nor is the database representation of it. We should really consider improving how this works from a UX and tech...
Anyone can invite other users to manage their garden or plot by typing in their email address. This needs some limits, because: 1. This actually creates a user profile in...
I propose this: 1. We first create a document that gives a better high-level explanation of how GardenHub works, perhaps even with videos. 2. Walk users through setting up their...