rokwire / illinois-app

Source code repository of "Illinois" App - the official mobile app of the University of Illinois.
https://app.illinois.edu/
Apache License 2.0
23 stars 20 forks source link

[USABILITY] Illinois Assistant Keep History Until Users Clears It #4129

Closed vburgett closed 1 month ago

vburgett commented 3 months ago

Thank you for your work on #4089, @dobromirdobrev. Can we adjust the clearing logic to the following?

dobromirdobrev commented 3 months ago

@vburgett , Showing all history is implemented. However we need a new backend API to remove all the messages. So this issue is dependant on https://github.com/rokwire/assistant-building-block/issues/36. Until then we will show "Not implemented, yet" message when the user taps on "Clear All".

The portion with all the history is available in version 6.0.13. Deleting the history will get available once the above issue is resolved.

dobromirdobrev commented 2 months ago

"Clear All" functionality is implemented in version 6.1.1 of the Illinois app.

vburgett commented 1 month ago

Will this update also work in 6.0.29?

dobromirdobrev commented 1 month ago

Will this update also work in 6.0.29?

Yes, it will.

vburgett commented 1 month ago

Confirming as working in 6.0.29. Thank you!