You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It aims to reduce wastage of food upto 75% by connecting 2 types of end users(broad category).
Donor (who dontes food)
Needy (who needs food)
we divided food in 3 categories
Raw
Fresh
Waste
As soon as Donor submits the form data, all the users who have created account in Needy category will get notification on their mail and profile as well. We implemented this feature using Django Signals (pre-save). As soon as any of the user accepts the Food it will be hidden from all other users and if the Needy takes partial food as per requirement it will show the remaining food to other users.