lightningrodlabs / acorn

Built with Holochain, Acorn is an open-source, peer-to-peer project management application. It is designed and built as a scrum-alternative, Agile Development Pattern for distributed software development teams. Acorn is currently in Alpha testing phase.
https://acorn.software
100 stars 10 forks source link

Being able to have one profile which represents multiple machines/devices #138

Open var-che opened 2 years ago

var-che commented 2 years ago

Hi

I would love it if there would be some kind of Login Logout mechanism with this app. Is that on the roadmap?

Connoropolous commented 2 years ago

what is the use case you have for the feature? curious to know

var-che commented 2 years ago

To have an account that I can access multiple different machines. And to be able to share the same app with other people on the same machine. With this, we are bound to the same machine and same account.

Connoropolous commented 2 years ago

Regarding the architecture of holochain, with which Acorn is being built...

"To have an account that I can access multiple different machines." - This is a complex challenge that's very different in distributed systems contexts than conventional cloud computing and web2.0 simplicity. It's not impossible but taking lots of engineering resources to accomplish.

" And to be able to share the same app with other people on the same machine." This one would be very simple and is just a UX thing. One way that this could currently be accomplished is just by having multiple user accounts on your operating system level. Acorn would actually treat these two user accounts as separate, and they would have access to separate set of credentials and data.

var-che commented 2 years ago

Ah, I see. Thank you for the insight, I really appreciate it.

pegahvaezi commented 2 years ago

Reframing this request as: being able to have one profile which represents multiple machines/devices