sourabhkumar47 / ResQFood

ResQFood is a platform dedicated to the noble cause of reducing food wastage by facilitating the redistribution of surplus food during late-night hours before restaurant closures. Our mission is to ensure that excess inventory finds a purposeful destination rather than ending up in landfills, contributing to a more sustainable and compassionate foo
MIT License
19 stars 38 forks source link

added item detail screen fix #58 #89

Closed ArtiGaund closed 1 month ago

ArtiGaund commented 1 month ago

Pull Request Template

Description

Added the screen to display the food item details.

Related Issue

"Fixes #58 "

Changes

New screen is added

Testing Instructions

temporary added the button on the main screen, on clicking on it, this page is displayed. there was no parent component which can be used to navigate to this screen, thats why for temporary purpose I have added the button on the main screen, later remove it.

Impact Analysis

Screenshots (if applicable)

Screenshot_20240527_174440 Screenshot_20240527_174444 Screenshot_20240527_174453

Checklist

Additional Context

Its not accepting large size image.

ArtiGaund commented 1 month ago

If there is any problem, then inform me, I will resolve it.

sourabhkumar47 commented 1 month ago

Pull Request Template

Description

Added the screen to display the food item details.

Related Issue

"Fixes #58 "

Changes

New screen is added

Testing Instructions

temporary added the button on the main screen, on clicking on it, this page is displayed. there was no parent component which can be used to navigate to this screen, thats why for temporary purpose I have added the button on the main screen, later remove it.

Impact Analysis

  • [ N ] Breaking change: This change introduces breaking modifications.
  • [ N ] Non-breaking change: This change does not introduce breaking modifications.
  • [ N ] Disrupts existing functionality: This change disrupts the functionality of existing features.
  • [ N ] Does not disrupt existing functionality: This change does not disrupt the functionality of existing features.

Screenshots (if applicable)

Screenshot_20240527_174440 Screenshot_20240527_174444 Screenshot_20240527_174453

Checklist

  • [Y ] I have tested the changes locally and they work as expected.
  • [ N ] I have updated the documentation if necessary.
  • [ Y ] I have reviewed the code and ensured it follows project standards.
  • [ Y ] All tests (if applicable) pass successfully.
  • [ N ] I have added myself to the list of contributors if this is a significant contribution.

Additional Context

Its not accepting large size image.

Great!