Closed irfano closed 2 months ago
Hey @irfano I've pushed a couple of commits to this PR:
suitableForDescriotion
missing field. This field is needed to display what the objective is good for: BlazeObjectivesDao
out of BlazeCampaignsDao
to its own class. Campaign entities are not referencing or related to the Objective so I think there's no reason for putting them together in the same DAO.
This adds
campaigns/objectives
endpoint. Most codes are similar to endpoints in BlazeCampaignStore, you can compare changes with thetargeting/page-topics
endpoint. This also adds a new table,BlazeCampaignObjectives
to store fetched objectives. This can be tested in https://github.com/woocommerce/woocommerce-android/pull/12616.