fossasia / susi_iOS

SUSI AI iOS app http://susi.ai
Apache License 2.0
1.87k stars 139 forks source link

Skills listing UI flow needs modifications #388

Open jogendra opened 6 years ago

jogendra commented 6 years ago

Actual Behaviour

Currently, there are a number of API calls being made in the skills listing activity as a separate API call is being made for each group. Also, when it is refreshed, there are a number of API calls, due to which there are a number of issues including crashed.

Expected Behaviour

Modify the skills listing UI flow to make it similar to CMS so as to reduce the number of API calls.

Corresponding Android issue: https://github.com/fossasia/susi_android/issues/1467

Would you like to work on the issue?

Yes