Skip to content

feat: add content query (MIN-61)

mateuszmiko requested to merge feature/MIN-61-connect-content-query into development

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> to ZodError in useApiQuery file
  • created an apiPath file containing all APIs call
Edited by mateuszmiko

Merge request reports