Skip to content
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

Setup Redux Store and create main slices #40

Merged
merged 6 commits into from
Feb 21, 2024
Merged

Conversation

souzadediogo
Copy link
Contributor

@souzadediogo souzadediogo commented Feb 20, 2024

Description

Setups Redux Store at client.redux/store.js-

Creates Slices with basic state, basic reducer actions (add, modify, deleteOne) and async thunk to fetch all entries from backend for the following entities:

  • Companies
  • Contacts
  • Interviews
  • Jobs
  • Offers

Type of change:

  • Breaking change: creates a new feature from scratch

How Has This Been Tested?

  • Not testes, waiting for endpoints to grab real data;

Detailed information on how to run and test application has been added to tHE read``

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

Copy link
Collaborator

@ppost0 ppost0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work

@ppost0 ppost0 merged commit 90deebf into develop Feb 21, 2024
@ppost0 ppost0 deleted the souzadediogo/create-slices branch February 21, 2024 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants