adessoTurkey / ios-sample-app-swiftui

5 stars 0 forks source link

[SASU-0079] - Adding Coin Information to Coin Detail Page #88

Closed bahaadesso closed 1 year ago

bahaadesso commented 1 year ago

Describe the solution you'd like As a user I want to see news about coins in coin detail page and if I want to see futher information I would like to open a web page for additional information.

Additional context For implementation https://min-api.cryptocompare.com/documentation?key=News&cat=latestNewsArticlesEndpoint can be used. title of the news can be shown in detail page for summary. "Read More" button will show additional information about news with in app safari browser.

meryemmsahin commented 1 year ago

This development done. It can be review at this pr -> https://github.com/adessoTurkey/ios-sample-app-swiftui/pull/93#issue-1822226800