PeepethClient
PeepethClient copied to clipboard
Feature: play peeps video
Current behavior: Now you can see only text and image data in PeepCells from PeepListController.
Expected behavior: Need the possibility to load video data in Peeps.
Solution: Methods for getting Peeps are written in PeepsService class. There, both the networkштп and parsing of incoming jsons are implemented. Controller is PeepsListViewController. The list of peeps is displayed in the table view, the cell model is in PeepCell class.
In received peeps json there must be a URL to video. You need to get it and place video into peeps cell if needed. And play it ofc!
Acceptance Criteria: The code is written in new branch named feature/getVideoPeep or something like that. The code implements the targets described above. The code can be merged into the develop branch without conflicts.
Required Skill: Participants needs to have experience in Swift software development.