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

Remove /user endpoint #203

Merged
merged 1 commit into from
Nov 28, 2024
Merged

Remove /user endpoint #203

merged 1 commit into from
Nov 28, 2024

Conversation

maxachis
Copy link

Fixes

Description

  • Remove /user endpoint
  • Endpoint and related test logic removed
  • Helper test logic which created users has been moved to a solution which interfaces directly with the database
  • Consolidated test functions, eliminated redundant functions
  • Removed unused imports in test functions

Testing

  • Run tests in tests directory, and confirm all function as expected
  • Inspect API and confirm presence of expected changes.

Performance

  • Removal of redundant test functionality, as well as of tests for /user POST, reduce test overhead

Docs

  • API updated

Breaking Changes

  • /user POST has been removed. User creation must be done through the /signup flow

* Endpoint and related test logic removed
* Helper test logic which created users has been moved to a solution which interfaces directly with the database
* Consolidated test functions, eliminated redundant functions
* Removed unused imports in test functions
@maxachis maxachis merged commit 1c8f118 into dev Nov 28, 2024
11 checks passed
@maxachis maxachis deleted the mc_refactor branch November 28, 2024 19:35
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.

1 participant