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

Create companies route #45

Merged
merged 3 commits into from
Feb 21, 2024
Merged

Conversation

souzadediogo
Copy link
Contributor

@souzadediogo souzadediogo commented Feb 21, 2024

Description

Creates companies route with:

  • Router in main server
  • Basic CRUD Operations (GET/POST/PUT/DELETE)
  • Get: retrieves all entries (no pagination)
  • Post: creates multiple new companies (expects array of companies)
  • Put: updates multiple companies
  • Delete: delete single company passed in as req.query

Type of change:

  • Breaking change: creates a new feature from scratch

How Has This Been Tested?

  • Not tests, waiting for frontend to make sure data structures and needs will be met;

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

@TechToysAreFun TechToysAreFun merged commit 7e8d0b9 into develop Feb 21, 2024
@TechToysAreFun TechToysAreFun deleted the souzadediogo/create-basic-routes branch February 21, 2024 19:24
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

Successfully merging this pull request may close these issues.

2 participants