Skip to content
New issue

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

API - Create Note Endpoint #16

Closed
4 tasks done
AMAN-BARBARIA opened this issue Aug 2, 2023 · 1 comment
Closed
4 tasks done

API - Create Note Endpoint #16

AMAN-BARBARIA opened this issue Aug 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request task Ticket to work on
Milestone

Comments

@AMAN-BARBARIA
Copy link
Member

AMAN-BARBARIA commented Aug 2, 2023

Goal: Implement an API endpoint to create note in an account.

Background: This endpoint is important for allowing the client to add a new note in an account. The input parameter would be a text field.

Tasks:

  • Design and implement a new API endpoint
  • The endpoint should create a new note and attach it with the account.
  • Implement error handling to cover cases like server errors, unauthorised request, invalid params etc.
  • Write tests for the new endpoint
@AMAN-BARBARIA
Copy link
Member Author

This task is required for the completion of user story:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task Ticket to work on
Projects
Status: Done
Development

No branches or pull requests

2 participants