EscolaLMS / sdk

Frontend API Connector. Definition of reusable components and frontend services.
2 stars 0 forks source link

Add dictionaries api #328

Closed myslaf closed 6 months ago

myslaf commented 6 months ago

Add dictionaries access context. Add dictionaries words context. Add dictionaries word context. Add dictionaries words categories context.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 73.86364% with 23 lines in your changes are missing coverage. Please review.

Project coverage is 58.88%. Comparing base (7507507) to head (7aecc7f).

Files Patch % Lines
src/react/context/defaults.ts 0.00% 8 Missing :warning:
...context/dictionary/dictionariesWordsCategories.tsx 56.25% 7 Missing :warning:
src/services/dictionary.ts 55.55% 4 Missing :warning:
src/react/context/dictionary/dictionariesWords.tsx 88.88% 2 Missing :warning:
...rc/react/context/dictionary/dictionariesAccess.tsx 92.85% 1 Missing :warning:
src/react/context/dictionary/dictionariesWord.tsx 92.85% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #328 +/- ## ========================================== + Coverage 58.25% 58.88% +0.62% ========================================== Files 75 80 +5 Lines 2096 2184 +88 Branches 234 236 +2 ========================================== + Hits 1221 1286 +65 - Misses 855 878 +23 Partials 20 20 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codeclimate[bot] commented 6 months ago

Code Climate has analyzed commit 7aecc7fc and detected 12 issues on this pull request.

Here's the issue category breakdown:

Category Count
Duplication 12

View more on Code Climate.