-
Notifications
You must be signed in to change notification settings - Fork 8
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
🏗️ [ARCHITECTURE] Implement IronHook architectural design #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⛏ Add relation of Hook and HookRequest
⛏ Add relation between hookLogs to HookRequest entity
This class will uses when request send
This interface includes Hook operator signature
♻ Change return type from IList of Hook to List of Hook
Add List of Hook Requests parameter
➕ Add EfCore dependencies in IronHook.EntityFrameworkCore
Add IronHookCore dependencies for IronHook.EntityFrameworkCore
This generator will uses when row insert set PK
- Add Update entity endpoint - Add Delete entity endpoint
furkandeveloper
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
priority:high
High Priority Task
infrastructure
Infrastructure
dev-ops
dev-ops relaed operations
effort-32
labels
Aug 6, 2021
furkandeveloper
requested review from
ferhatozlu,
sercanuste,
UmutCanoglu,
pelinisildar,
BerkayThe and
ozanguneri
August 6, 2021 09:12
BerkayThe
approved these changes
Aug 6, 2021
ferhatozlu
approved these changes
Aug 6, 2021
@all-contributors please add @furkandeveloper for infrastructure, tests and code |
I've put up a pull request to add @furkandeveloper! 🎉 |
@all-contributors please add @ferhatozlu for infrastructure, tests and code |
I've put up a pull request to add @ferhatozlu! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dev-ops
dev-ops relaed operations
documentation
Improvements or additions to documentation
effort-32
enhancement
New feature or request
infrastructure
Infrastructure
priority:high
High Priority Task
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR includes implementation architectural design for iron hook.
IronHook.Core
library.This library includes core structures for IronHook project.
For Example; Entities, General extension, Abstractions, Primitivies types etc.
IronHook.EntityFrameworkCore
libraryThis library includes base EF Core objects. Generator etc.
IronHook.PostgreSql
library.This library includes implementation of PostgreSql provider.