feat: add content query (MIN-61)
Objective:
Add connect search content query.
What has been done:
- Added content reducers, thunks, slice, and types files in the redux folder
- Added tests for reducers and thinks
- Added
getContentsStringWithQuery
func with test - Added fixtures
Additionally:
- added husky config file called
pre-commit
(We check now: linter, prettier, ts types and jest's tests before committing) - deleted
precommit
file with old husky config - replaced type
ZodError<TResponse>
toZodError
inuseApiQuery
file - created an apiPath file containing all APIs call
Edited by mateuszmiko
Merge request reports
Activity
Filter activity
requested review from @AdrianOrlow and @teoMiesiac
assigned to @mateuszmiko
- Resolved by mateuszmiko
- Resolved by mateuszmiko
- Resolved by mateuszmiko
Also MR name is worth changing according to the conventional commits standard https://www.conventionalcommits.org/en/v1.0.0/
For eg.:
feat: add content query (MIN-61)
- Resolved by mateuszmiko
- Resolved by mateuszmiko
added 1 commit
- a469e666 - feat(content query): rename content to bioEntityContent
- Resolved by mateuszmiko
added 1 commit
- 570a74a5 - feat(apiPath): create apiPath objects with all apis in the app
- Resolved by mateuszmiko
Please register or sign in to reply