Files
coldemailer/doc/prompts/9. Add contact recored

13 lines
476 B
Plaintext

name new branch features/customer_recored
Now I want to add Concact Recored to. Contact Record is the history I send emails to each customer.
Tablename: ContactRecord
id, customerId, contactType, notes, modifiedAt, createdAt
UIChanges
Add CRUD operation for ContactRecored.
Show id to customer list.
Add Cusotomer detail page to Customer model. Users can go customer detail page by click id or customer name in customer list.
Commit all changes to features/customer_record