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

Feature/Add CRUD API #62

Merged
merged 3 commits into from
Oct 2, 2024
Merged

Feature/Add CRUD API #62

merged 3 commits into from
Oct 2, 2024

Conversation

heedaeshin
Copy link
Contributor

Please fill out the following sections to describe your pull request.

Summary of Changes

  • Only the Create API exists for data management tasks
  • Add the remaining Update, Read, and Delete APIs

PR Type

What kind of changes does this PR introduce? (Please check the relevant boxes and select the type.)

  • Add: Add a new feature
  • Fix: Fix a bug
  • Style: Change user UI design (CSS, etc.)
  • Chore: Changes that do not affect the code (typo fixes, tab size changes, variable name changes)
  • Refactor: Code refactoring
  • Docs: Add or modify comments and documentation
  • Test: Add or refactor tests
  • Build: Modify build-related configurations or package managers
  • Rename: Rename files or folders
  • Remove: Delete files or folders

Detailed Description of Changes

  • Only the Create API exists for data management tasks.
  • Add the remaining Update, Read, and Delete APIs.
  • Tasks are registered even when executed as one-time operations for task management.
  • Each task type [generate, migrate, backup, restore] has corresponding available services [objectstorage, rdbms, nrdbms].
  • Refer to the relevant API Swagger.

Screenshots (if applicable)

image

Related Issues

#5

PR Checklist

Ensure your PR meets the following requirements:

  • The build passes successfully.

Additional Notes

@heedaeshin heedaeshin merged commit 89c7feb into main Oct 2, 2024
2 checks passed
@heedaeshin heedaeshin deleted the feature/update-crud-api branch October 2, 2024 01: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.

1 participant