Blackout is the codename for the Farfetch Platform Solutions (FPS) projects. Useful to build e-commerce applications using the FPS APIs and integrating business logic.
MIT License
42
stars
15
forks
source link
WIP: [ON HOLD]Implement new get request subscription endpoint #979
[ ] Tests for the respective changes have been added
[x] The code is commented, particularly in hard-to-understand areas
[ ] The labels and/or milestones were added
Disclaimer
[x] [MAIN] - [package: client] - add @depracated to packages/client/src/subscriptions/getSubscriptions.ts
[x] [MAIN] - [package: client] - Create a file with new types to get a subscription. file-path packages/client/src/subscriptions/types/getSubscriptions.vnext.types.ts
[x] [MAIN] - [package: client] - Exporting new types for the getSubscriptionVnext into types folder: file-path: packages/client/src/subscriptions/types/index.ts
[x] [MAIN] - [package: redux] - create a file to inject the client in the factory and export
[ ] [MAIN] - [package: redux] - Create a redux store or increment in packages/redux/src/subscriptions/reducer/userSubscriptions.ts
[ ] [MAIN] - [package: redux] - add tests for the new subscription store
[ ] [MAIN] - [package: redux] - create hooks, selectors, and business logic for new store
Ask about the final endpoint, the current is strange -> https://developers.farfetchplatform.com/Subscriptions
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement
Description
It will be on hold because the team that we have dependencies has stopped with their side. https://farfetch.atlassian.net/browse/FPSCOMMSS-433
Dependencies
Checklist
Disclaimer
packages/client/src/subscriptions/getSubscriptions.ts
packages/client/src/subscriptions/types/getSubscriptions.vnext.types.ts
packages/client/src/subscriptions/types/index.ts
packages/redux/src/subscriptions/reducer/userSubscriptions.ts
https://developers.farfetchplatform.com/Subscriptions
By sending us your contributions, you are agreeing that your contribution is made subject to the terms of our Contributor Ownership Statement