sirnails / BloomQuote

Quote management app for a florist
2 stars 0 forks source link

Feature Suggestion: Freeze, Store and Recall of Quote Contents #29

Open sirnails opened 5 months ago

sirnails commented 5 months ago

Description

BloomQuote currently allows users to create and manage quotes for customer events. To enhance functionality, it is proposed to implement a feature that enables storing and recalling the contents of a quote. This will allow users to reference previous quotes given to a customer for future consultations and updates.

Purpose

Storing and recalling quote contents will provide florists with a comprehensive history of interactions with their customers. This feature ensures that users can easily access past quotes, facilitating better customer relationship management and continuity in service.

Benefits

Implementation Details

  1. Quote History Storage: Modify the database schema to store the contents of each quote, including item details, prices, and custom messages.
  2. User Interface: Add functionality in the UI to view previous quotes associated with a customer from the customer’s profile or the quotes management section.
  3. Quote Retrieval: Implement backend logic to retrieve and display stored quotes upon request.

Example Usage