Sahil1786 / Petari

Food donate Web App
52 stars 114 forks source link

Separate Donation Schema Implementation #173

Open Prateek579 opened 2 weeks ago

Prateek579 commented 2 weeks ago

Currently, our donation schema is integrated with the user schema, resulting in the override of previous donation history whenever a user donates again. This integration makes it challenging to track donation histories effectively. To resolve this, we propose implementing a separate donation schema. This will enable us to maintain a comprehensive record of user donation history without overriding previous data. By decoupling the donation schema from the user schema, we can ensure that each donation is accurately recorded, providing valuable insights into user contributions over time.

github-actions[bot] commented 2 weeks ago

Congratulations, @Prateek579! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

Shruti-Sawant commented 1 week ago

Please assign me this issue @Sahil1786 I can fix this issue under GSSOC'24.