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
While saving articles there are multiple article transformations and treatments that apply to multimedia and text content. Considering there will be different kinds of API calls for regular articles (WikimediaMobile for Wikimedia Projects) and the main page (WikimediaDesktop or VisualEditor, see here) there should be created different treatments.
These treatments should be modularized depending on the type of functionality and purpose. #1839 partly solves this by dividing treatments by articles (usually text content) and multimedia (images, video etc).
The text was updated successfully, but these errors were encountered:
The most important is to move from a dedicated monolit treatment to treatments integreated in the modularises renderer. So, just extend the render() method.
While saving articles there are multiple article transformations and treatments that apply to multimedia and text content. Considering there will be different kinds of API calls for regular articles (WikimediaMobile for Wikimedia Projects) and the main page (WikimediaDesktop or VisualEditor, see here) there should be created different treatments.
These treatments should be modularized depending on the type of functionality and purpose.
#1839 partly solves this by dividing treatments by articles (usually text content) and multimedia (images, video etc).
The text was updated successfully, but these errors were encountered: