codecentric / gopass-ui

gopass CLI + UI = visual cross-platform password manager for teams
MIT License
248 stars 18 forks source link

Put password health results into some kind of global state to cache it per "application session" #21

Open jonas-pietzsch opened 5 years ago

jonas-pietzsch commented 5 years ago

The password health should only be reviewed once per application usage.

jonas-pietzsch commented 5 years ago

Refactored the global password-health feature in a way that rating was removed from the rendering process. It is now deterministic when the state is ready and when it has stored a finished password-rating result. This result can be taken to be persisted for a temporary time now. It could be invalidated by:

jonas-pietzsch commented 5 years ago

TODO: put the finished results into the system settings. First iteration will use the "simply time" implementation to keep it simple ATM.

svenXY commented 4 years ago

In addition, it would be great if one could go back to the list directly after having selected and inspected one of the suggested improvements.

Besides, except the colour, it is not clear that these passwords can be clicked on in the first place. At least the cursor icon could change or similar