nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
148 stars 23 forks source link

Add view mode: inline editing #364

Open datenangebot opened 1 year ago

datenangebot commented 1 year ago

Lets have view mode that allows us to navigate throw the cells (also with the keys) and edit them instantly.

juliusknorr commented 6 months ago

One thing that came up in discussions today:

When implementing inline editing we need to think very carefully about if each operation would emit an update to possible workflow integrations as there is a high risk to spam external services with this.

datenangebot commented 6 months ago

One thing that came up in discussions today:

When implementing inline editing we need to think very carefully about if each operation would emit an update to possible workflow integrations as there is a high risk to spam external services with this.

I totally agree with that, we have to be careful with spamming connected parts. But I would say this is not a problem of an inline editing view. Because updates could be emitted by multiple sources. Thinking about the api, front end interface, calculations based on environment parameters, ...

So I would say, we should think about this in general and could go on with this feature planning as normal?! 🤷