singhsaubhik / cryptokeep

An awesome password manager for all your password need.
The Unlicense
21 stars 6 forks source link

general question about your experience building this project #59

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi @SinghSaubhik ,

Hope you are all well !

I would like to create a clone of teampass a collaborative password manager, and I was wondering if you knew or can explain how to create a catalog of items, organised with an animated tree view, and flutter_rbac for managing roles and permissions. From your experience, what advices would you give me for neat architecture.

Thanks for any insights or inputs on that question.

teampass screeenshot: pf_tp_5

Cheers, Luc

singhsaubhik commented 2 years ago

Hey @lucmichalski,

For your first question you can use some LinkedList type datastructure to hold your tree like password catalog. For the second question's answer please maintain the standard structure from the beginning ( I would suggest you to use riverpod as a state management tool). Write tests from the beginning (life will be easier 😎).

If you need more help regarding this, I would be glad to connect further over meet or zoom. Thanks for taking interest in Cryptokeep.

Thanks