-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Assistant in desktop client & mobile apps #50
Comments
This needs discussion on how to technically integrate, e.g. which APIs are there and/or which we need. cc @julien-nc @tobiasKaminsky :) |
Quick idea
|
Mobile
Desktop:
For all:
|
Endpoints available
Task statuses
CapabilityI will add a capability to tell the clients if the assistant is enabled for the current user. It will probably be Handling result notificationsResult notifications have one action button pointing to @tobiasKaminsky Anything else you need to know? |
Looks great so far 👍 |
Design suggestion @jancborchardt |
@alperozturk96 the design should best follow the web interface (of course with Material Design and Android components), since otherwise we have different designs for the same thing. :) Or are you saying we should also improve this in the web interface? cc @julien-nc @nimishavijay |
We should have same design language but we should't do exactly same thing on mobile. Mobile devices have small screen UX/UI needs to change according to that. BottomSheet, AlertDialog etc all these things are helping user to tackle limitation of screen size. For example are web pages have bottom sheet? No. In web we are showing buttons next to each other because we have huge wide screen. So that you can display Free prompt, Summarize etc next to each other but on mobile devices its impossible, we must use Dropdown menu. On the other hand Input section should't visible to the user all the time because years of user experience will resist this. Almost all apps have same pattern (Apple Human Interface Guideline, Android Design) show empty list then only have one add button then filter list etc. In short we must not fight against native iOS and Android nature. |
For iOS: "add as first item in "talk, notes, more"" |
mmm I honestly don't know how many will use it ... for me better in "add as first item in "talk, notes, more"" |
I don't understand what you mean @tobiasKaminsky. @jancborchardt ![]() If only Talk is available then it will be displayed as it is now. @julien-nc |
The desktop PR: nextcloud/desktop#6637 |
@camilasan There is a page to see the results of a task: |
iOS PR: nextcloud/ios#2881 |
how soon? |
@camilasan It's there but not released nextcloud/assistant#72 |
It would be nice to have the functionality of the Assistant modal also available on the desktop and on the go in the mobile apps.
The text was updated successfully, but these errors were encountered: