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

refactor: 🐛 run wr fetch command in the module #29

Merged
merged 3 commits into from
Feb 5, 2024

Conversation

anantakumarghosh
Copy link
Member

Description

Run wr fetch command in the module

Ref: rxefy/profile-module #25

Refer Original PR #27

@anantakumarghosh anantakumarghosh added the enhancement New feature or request label Feb 5, 2024
@anantakumarghosh anantakumarghosh self-assigned this Feb 5, 2024
@anantakumarghosh anantakumarghosh changed the title Rxfy refactor 25 refactor: 🐛 run wr fetch command in the module Feb 5, 2024
Swrnv-qc and others added 3 commits February 5, 2024 11:39
run wr fetch command in the module

Ref: rxefy/profile-module #25
change wrappid parameters to rxefy parameters in pr configs

Ref: #25
fix linting errors

Ref: #25
@anantakumarghosh anantakumarghosh merged commit fc2af9e into development Feb 5, 2024
6 checks passed
@anantakumarghosh anantakumarghosh linked an issue Feb 5, 2024 that may be closed by this pull request
Copy link
Member

@techoneel techoneel left a comment

Choose a reason for hiding this comment

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

this changes needs to be fixed

dispatch({ type: GET_PROFILE_BASIC_LOADING });
let newUrl = ApiRegistry.GET_PROFILE_BASIC_API;

fetch(backendUrl + newUrl, {
Copy link
Member

Choose a reason for hiding this comment

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

fetch shouldn't be used directly we have apiRequestAction for that from @wrappid/core - https://github.com/wrappid/core/blob/ccb6b40252dfaa7daa7438b3ff3c920eccade49a/package/store/action/appActions.js#L41

Copy link
Member

Choose a reason for hiding this comment

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

unnecessary file

Copy link
Member

Choose a reason for hiding this comment

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

unnecessary file

Copy link
Member

Choose a reason for hiding this comment

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

unnecessary file

Copy link
Member

Choose a reason for hiding this comment

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

unnecessary file

PritamIT2023 pushed a commit that referenced this pull request Feb 19, 2024
refactor: service folder move to typescript
@PritamIT2023 PritamIT2023 deleted the RXFY-refactor-25 branch March 15, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: fetch from wrappid module template
3 participants