You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code cleanup after the work for AVAnnotate functionality in Ramp is complete.
Done Looks Like
Refactoring as desired to clean up Ramp code after AV Annotate work is completed
duplication in the code where annotations are read and parsed into a list of items to be displayed in the UI. Both transcript component and annotations component read supplementing annotations from the Manifest in 2 different places. This could probably be read once by one of the components and stored in global state to be used by components as needed.
cleanup the code where the markers display and annotations display branches off in the MarkersDisplay component. Use displayMotivations prop to assist in the playlist marker parsing. Try to integrate the parsing markers into annotations-parser module by using displayMotivations prop value?
The text was updated successfully, but these errors were encountered:
Description
Code cleanup after the work for AVAnnotate functionality in Ramp is complete.
Done Looks Like
supplementing
annotations from the Manifest in 2 different places. This could probably be read once by one of the components and stored in global state to be used by components as needed.MarkersDisplay
component. UsedisplayMotivations
prop to assist in the playlist marker parsing. Try to integrate the parsing markers intoannotations-parser
module by usingdisplayMotivations
prop value?The text was updated successfully, but these errors were encountered: