vidriloco/Wikicleta-iOS

A user should be able to see his activity from his profile.

Closed this issue · 2 comments

A user should be able to see his activity from his profile.

A very similar situation to the user favorites issue is found here. Although, here we will be presenting the sharings of a user in one page, whilst the drafts (the not yet shared, but locally stored elements) on another. The views for each one of the 4 types of sharings should be reused from the one used on favorites and should also mimic the Android version style.

screenshot_2014-01-05-17-54-29

When the list of activities is empty, the user should see a message with the icon "activity_icon_big.png"/"activity_icon_big@2x.png" on the center of the view controller and a suitable text.

When no drafts are found, the user should see a similar message with the icon named: "archive_icon@2x.png"/"archive_icon.png"
archive_icon
archive_icon 2x

The listing of drafts and the view for each draft should look similar to:
screenshot_2014-01-05-18-19-01

The API endpoint for fetching the activity of a given user is a GET to api/ownerships/list/:user_id

More info at /apidoc with username: bicito and password: apiel