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

Update the uploader to correctly upload resources and use the defined resource Ids #291

Open
1 task
dubdabasoduba opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
Bug Report Something isn't working

Comments

@dubdabasoduba
Copy link
Member

Context

  • The current uploader tool assigns new resource IDs when uploading resources to the server, rather than using the IDs provided by the resource authors.
    • This creates an issue when referencing the resources within the Composition resource, as it requires updating each time a new ID is assigned.

Implementation

  • To resolve the above issue, the uploader needs to be modified to use the original resource IDs supplied by the resource authors, ensuring that references in the Composition remain consistent and do not require frequent updates

Acceptance Criteria

  • The uploader tool should upload the resources with the correct IDs used on the resources.
@dubdabasoduba dubdabasoduba added the Bug Report Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Report Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants