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

naming conventions for backend endpoint methods #172

Open
chrisv09 opened this issue Oct 3, 2023 · 0 comments
Open

naming conventions for backend endpoint methods #172

chrisv09 opened this issue Oct 3, 2023 · 0 comments
Assignees

Comments

@chrisv09
Copy link
Contributor

chrisv09 commented Oct 3, 2023

for all GET request the method names should start with "get..." or "fetch"
for all PATCH request the method names should start with "modify..." or "upate..."
=> we need to choose one convention and follow across the entire application (use SOFTENG 283 knowledge)
Image

@chrisv09 chrisv09 self-assigned this Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant