mnichols08 / open.CRM

An open-source Customer Relationship Manager written with Next.js and Typescript
https://open-crm-six.vercel.app
GNU General Public License v3.0
1 stars 1 forks source link

[User Story] Customer CRUD Operations #34

Open mnichols08 opened 2 months ago

mnichols08 commented 2 months ago

Implement Customer Management System

As a customer service representative, I want to perform CRUD (Create, Read, Update, Delete) operations on customer records, so that I can efficiently manage customer information and provide better service.

Acceptance Criteria:

1. View Customers:

2. Add New Customers:

3. Edit Customer Information:

4. Remove Customers:

5. Detailed Customer View:

Technical Notes:

Definition of Done: