Skip to content

Conversation

@anas-a8
Copy link

@anas-a8 anas-a8 commented Jan 25, 2024

Description

This pull request introduces a new feature to the web application: the addition of the delivery_date column in the backend Azure SQL Database. The changes span across the backend logic (app.py), the HTML template (order.html), and the necessary modifications to support the new field.

Changes Made

  • Added the delivery_date column to the Order class in app.py.
  • Updated the app.route('/add_order') to include the delivery_date field in the form.
  • Modified the order.html template to display the delivery_date column in the order list and form.

Why

The addition of the delivery_date column enhances the functionality of the web application by allowing users to track the delivery date of orders. This feature is crucial for [provide context or business reasons].

Testing

I have thoroughly tested the changes locally to ensure that the new feature works as expected.

Checklist

  • Code follows the project's coding guidelines.
  • All tests pass locally.
  • The changes have been reviewed for code quality and correctness.

@anas-a8
Copy link
Author

anas-a8 commented Jan 25, 2024

all good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant