(Looking for help)
Folks, new project for me.
LOGISTICS
There is a spreadsheet with assets and all that stuff.
For one person it is ok to use as is, but the list is growing and for one person to handle it is becoming painful.
So I was thinking. (I know, that is dangerous, but....)
Have the spreadsheet on a "server" and multiple people can look at it at the same time and enter data in/on it.
Why am I asking here and not on the LibreCalc forum?
Well, I want to make the sheet accessible by many people at the same time and allow them to all see the same thing at once.
I know node-red and thought - yeah: that word again - it would be doable with NR via python3.
At this point I only have a vague idea of all the ins and outs.
There is a fairly large list of items that need to be checked off.
There are sub-groups of where they are and of types of items.
I suspect their locations would be better than their type, as you would mark things off by location rather than type.
Person 1 would go to place 1 and go through it's items. Marking them off when seen.
Person 2 would do the same at place 2.
And so on.
As they are marked off, it is reflected on the sheet by turning that item's name green - for instance.
An over-viewing person would then see the bigger picture of things turning green as they have been sighted by the people.
Then any not found items would be white and further searching done.
But it allows different viewing by different people depending on where they are in the scheme.
Possible with NR?
I'm guessing this would be a great time to use the newer dashboard too.
Thoughts?