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

Service Notes API #43

Open
nbentoneves opened this issue Jun 16, 2021 · 0 comments
Open

Service Notes API #43

nbentoneves opened this issue Jun 16, 2021 · 0 comments
Labels
feature A new feature to implement triage Issues need to review

Comments

@nbentoneves
Copy link
Contributor

nbentoneves commented Jun 16, 2021

Is your feature request related to a problem? Please describe.
N/A

Describe the solution you'd like
Create a new notes service to allow coaches or clients to have notes.

Describe alternatives you've considered
N/A

Additional context

Notes
id
note
clientFk (can be null)
coachFk (can be null)
date
delete

Please write the following APIs:

  • getNotes (customerIdentifier, customerType, date)
  • addNote (customerIdentifier, customerType, note - {note, date})
  • updateNote (customerIdentifier, customerType, note - {note, date})
  • deleteNote (customerIdentifier, customerType)
@nbentoneves nbentoneves added api feature A new feature to implement labels Jun 16, 2021
@nbentoneves nbentoneves removed the api label Oct 8, 2021
@nbentoneves nbentoneves changed the title Notes API Service Notes API Oct 8, 2021
@nbentoneves nbentoneves added the triage Issues need to review label Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature to implement triage Issues need to review
Projects
None yet
Development

No branches or pull requests

1 participant