-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using DataProvider for business module #460
Open
1 task
Labels
enhancement
New feature or request
Comments
github-merge-queue bot
pushed a commit
to SRGSSR/srgdataprovider-android
that referenced
this issue
May 21, 2024
In the scope of SRGSSR/pillarbox-android#460, we'd like to replace Pillarbox models of the integration layer objects with those from data provider. To do so, we need the following changes proposed in this PR: - Add `fullLengthMarkIn` and `fullLengthMarkOut` to `Chapter`. <img width="218" alt="Screenshot 2024-05-17 at 16 22 31" src="https://github.com/SRGSSR/srgdataprovider-android/assets/1009664/ba08edff-2f0e-44fe-b70f-6973a600c785"> - Make `type`, `markIn`, and `markOut` nullable in `TimeInterval`. <img width="302" alt="Screenshot 2024-05-17 at 16 22 52" src="https://github.com/SRGSSR/srgdataprovider-android/assets/1009664/d6861f36-78e5-4839-b93d-5dd6654dc83a"> I've bump the library version to 0.10.0 since the changes in `TimeInterval` could break if someone is using that class. Let me know if I should use an other version.
github-merge-queue bot
pushed a commit
to SRGSSR/srgdataprovider-android
that referenced
this issue
May 21, 2024
In the scope of SRGSSR/pillarbox-android#460, we'd like to replace Pillarbox models of the integration layer objects with those from data provider. To do so, we need the following changes proposed in this PR: - Add `fullLengthMarkIn` and `fullLengthMarkOut` to `Chapter`. <img width="218" alt="Screenshot 2024-05-17 at 16 22 31" src="https://github.com/SRGSSR/srgdataprovider-android/assets/1009664/ba08edff-2f0e-44fe-b70f-6973a600c785"> - Make `type`, `markIn`, and `markOut` nullable in `TimeInterval`. <img width="302" alt="Screenshot 2024-05-17 at 16 22 52" src="https://github.com/SRGSSR/srgdataprovider-android/assets/1009664/d6861f36-78e5-4839-b93d-5dd6654dc83a"> I've bump the library version to 0.10.0 since the changes in `TimeInterval` could break if someone is using that class. Let me know if I should use an other version.
Reopening, since there is also some work to do in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a user / integrator I want to use official integration layer data.
Acceptance criteria
MediaComposition
Tasks
The text was updated successfully, but these errors were encountered: