nextcloud / assistant

✨ Nextcloud Assistant
GNU Affero General Public License v3.0
34 stars 6 forks source link

Switch to task processing #97

Closed julien-nc closed 4 months ago

julien-nc commented 4 months ago
marcelklehr commented 4 months 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 4 months 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 4 months 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 4 months ago

Ui fixes/adjustments can be done in another PR