We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Our users should be able to edit their customers' information -- specifically their name, email, and phone number.
Users can currently view these fields, but not edit them... this is what we currently display:
Solution Make the "name", "email", and "phone number" fields editable.
To do this, we should:
PUT /api/customers/${customerId}
Here's the component: https://github.com/papercups-io/papercups/blob/master/assets/src/components/customers/CustomerDetailsModal.tsx
Questions, or need help getting started? Feel free to ask below, or ping us on Slack :)
(You can also check out our CONTRIBUTING.md)
The text was updated successfully, but these errors were encountered:
I can take this one
Sorry, something went wrong.
sure @swatikothari :) I'll assign you 👍
hey @swatikothari! any updates on this?
hi, i know hacktoberfest is past but i'd still love to try this issue :)
sure @joelazwar! i'll assign you :)
joelazwar
No branches or pull requests
Problem
Our users should be able to edit their customers' information -- specifically their name, email, and phone number.
Users can currently view these fields, but not edit them... this is what we currently display:
Solution
Make the "name", "email", and "phone number" fields editable.
To do this, we should:
PUT /api/customers/${customerId}
Here's the component: https://github.com/papercups-io/papercups/blob/master/assets/src/components/customers/CustomerDetailsModal.tsx
Questions, or need help getting started?
Feel free to ask below, or ping us on Slack :)
(You can also check out our CONTRIBUTING.md)
The text was updated successfully, but these errors were encountered: