Page MenuHomePhabricator

[S] Post Image Rec to the API
Closed, DeclinedPublic

Description

Task representing the work to post the image recommendation accepted by the user.
We can reuse our existing Wikitext POST flow.

Event Timeline

Tsevener renamed this task from [Task] Post Image Rec to the API to [S] Post Image Rec to the API.Feb 22 2024, 6:23 PM

After looking at the feature more closely, I think we can re-use what we already have app-side for this. We already plan on adapting our exiting EditSaveViewController for this mock, so I think we'll just let it do the posting that it already knows how to do:

Screenshot 2024-02-27 at 1.22.39 PM (976×556 px, 104 KB)

https://github.com/wikimedia/wikipedia-ios/blob/main/Wikipedia/Code/EditSaveViewController.swift#L284

Tsevener subscribed.