You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Currently the investors setup is only suitable for pooled nodes given that every node is assumed to be associated with every investor.
For this to be useful to node providers I would suggest two improvements:
segregate the nodes to individual investor accounts. Each investor should have a one to many relationship with their own nodes.
if we can't pull this info/relationship from a database, I would like to import it via CSV rather than manually load an .env file. CSV import would make it simple for providers to export from their own db.
The text was updated successfully, but these errors were encountered:
Thank you for your proposal nymd.
What you propose makes a lot of sense, we would have to change the data structure to make it more relational and more flexible.
So that the relationship can be:
One investor many nodes (personal nodes)
Many investors to many nodes (node pools)
Many investors individualized to multiple nodes with investor-node relationship (node provider).
node
group
da5b851aade23deaa42ab6d02e0790123ddf018f
Group1
b82c3fc5a509de8db1961fda913ac4f66a638494
Group1
f87c996a8c6f210f0927dbd8e7506b621e638afd
Group2
user
role
group
user1
investor
Group1
user2
investor
Group1
user3
admin
Group2
To achieve this I think the best way would be grouping users and nodes into groups. In this way we make the node-user relationship more flexible. @nymd Do you think that this data format could be useful for the case you are considering?
We must make several changes to the way queries and notifications are made to accommodate this data schema.
As a temporal workaround while this feature is implemented, N instances of the bot can be executed (not sharing config/database). Each bot can be assigned certain nodes and investors.
Issue: Currently the investors setup is only suitable for pooled nodes given that every node is assumed to be associated with every investor.
For this to be useful to node providers I would suggest two improvements:
The text was updated successfully, but these errors were encountered: