Skip to content

Releases: PublicDesignWorkshop/FoodParent2.0

Remove redundant network request & Better error handling

08 Jun 19:45
Compare
Choose a tag to compare
  1. Check login request only one time per action.
  2. Local error handler for email format check and number format check for pick up amount.
  3. Global message popup for showing the response of network transactions.
  4. Manager & admin can remove tree.
  5. Use top search bar to access a specific tree by typing a tree number.
  6. 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

31 May 21:57
Compare
Choose a tag to compare
Pre-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