-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feed module migration #77
Conversation
Add service function listFeed Add resolver getFeeds
This pull request has been linked to Shortcut Story #2476: Feed module migration. |
Refactor listFeed function in buyerService
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe it should be a separate module. Also, let's rename it to the category group?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
src/modules/buyer/dto/categoryGroups/category-group-data-dto.ts
Outdated
Show resolved
Hide resolved
src/modules/buyer/dto/categoryGroups/category-group-data-dto.ts
Outdated
Show resolved
Hide resolved
src/modules/buyer/dto/categoryGroups/category-group-data-item-dto.ts
Outdated
Show resolved
Hide resolved
...dules/buyer/dto/categoryGroups/categoryGroups.utils/categoryGroupDataDtoToInternalReducer.ts
Outdated
Show resolved
Hide resolved
src/modules/buyer/dto/categoryGroups/categoryGroups.utils/categoryGroupDtoToExternalMapper.ts
Outdated
Show resolved
Hide resolved
src/modules/buyer/dto/categoryGroups/categoryGroups.utils/categoryGroupDtoToInternalReducer.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you create category-group
module with separate service, resolver and dto?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe that category-group is different module and should be next to the buyer module (not into)
Naming should be in cebab-case (utils folder)
Separate category-groups into separate module
…nges corresponding to unpack data into CategoryGroup object on server
src/category-group/dto/category-group.utils/category-group-dto-items-to-internal-util.ts
Outdated
Show resolved
Hide resolved
src/category-group/dto/category-group.utils/category-groups-dto-to-external-util.ts
Outdated
Show resolved
Hide resolved
src/category-group/dto/category-group.utils/category-groups-dto-to-internal-util.ts
Outdated
Show resolved
Hide resolved
src/modules/category-group/dto/dto-utils/category-group-dto-items-to-internal.ts
Outdated
Show resolved
Hide resolved
src/modules/category-group/dto/dto-utils/category-group-dto-items-to-internal.ts
Outdated
Show resolved
Hide resolved
src/modules/category-group/dto/dto-utils/category-groups-dto-to-internal.ts
Outdated
Show resolved
Hide resolved
src/modules/category-group/dto/dto-utils/category-group-dto-items-to-internal.ts
Outdated
Show resolved
Hide resolved
src/modules/category-group/dto/dto-utils/category-group-dto-items-to-internal.ts
Outdated
Show resolved
Hide resolved
src/modules/category-group/dto/dto-utils/category-groups-dto-to-internal.ts
Outdated
Show resolved
Hide resolved
050dae8
Task: #2476 Feed module migration
Dependant PRs:
Add Feed dto classes
Add service function listFeed
Add resolver getFeeds