Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement create nodes V2 API for the nx-plugin project #881

Open
8 tasks
BioPhoton opened this issue Nov 23, 2024 · 0 comments
Open
8 tasks

Implement create nodes V2 API for the nx-plugin project #881

BioPhoton opened this issue Nov 23, 2024 · 0 comments
Labels
Milestone

Comments

@BioPhoton
Copy link
Collaborator

User story

As a maintainer of the project as well as user of the plugin I want to be able to upgrade to latest Nx. This is not given ATM as the plugin only implements createNodes. To unlick a update to Nx 20 we have to implement the createNodes V2 API.

Acceptance criteria

The plugin needs the following changes/additions:

  • the old API is still accessible and working in older Nx versions
  • the V2 API is implemented in a way where the V1 version is still able to reuse code
  • Target caching is implemented in the V2 API
  • Docs are updates
  • Tests for the new API
    • unit
    • integration
    • e2e

Implementation details

This can be used as implementation reference:

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant