nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
23 stars 4 forks source link

Switch to task processing #97

Closed julien-nc closed 6 days ago

julien-nc commented 3 weeks ago
marcelklehr commented 3 weeks ago

PHP part looks good. I'm a bit overwhelmed by the vue.js part :D I remembered, though, that the files that the task processing manager produces in app data cannot be retrieved by a simple RootFolder#getById(). Not sure if this is relevant for you

julien-nc commented 1 week ago

PHP part looks good. I'm a bit overwhelmed by the vue.js part :D I remembered, though, that the files that the task processing manager produces in app data cannot be retrieved by a simple RootFolder#getById(). Not sure if this is relevant for you

Yeah I had to replicate what you do in the task processing manager. It works fine.

julien-nc commented 1 week ago

@marcelklehr Don't worry about the frontend. It's been used for more than a week by people on daily. Anyway it's going to get some more adjustments soon.

julien-nc commented 6 days ago

Ui fixes/adjustments can be done in another PR