Releases: PublicDesignWorkshop/FoodParent2.0
Releases · PublicDesignWorkshop/FoodParent2.0
Remove redundant network request & Better error handling
- Check login request only one time per action.
- Local error handler for email format check and number format check for pick up amount.
- Global message popup for showing the response of network transactions.
- Manager & admin can remove tree.
- Use top search bar to access a specific tree by typing a tree number.
- Zoom-in to the area automatically when an address is searched.
The database structure can be found in {app-root-foler}/serverconfig/tree_parent.sql
Address Search Bar Dug Fixed Release
Instead of using query statement of url to track the location of the map, I created Flux actions and store to track the map data so that I can access map location data globally within a Flux architecture. The next release will be after I fix the bug when adding a new tree.
The database structure can be found in {app-root-foler}/serverconfig/tree_parent.sql