On 20/11/15 at 17:20 +0100, Sebastien Badia wrote: > Package: qa.debian.org > Severity: wishlist > > Hi, > > At the moment, the « hide-list » in UDD Dashboard is stored > in a cookie (client side), but it would be great to have something > server-side in order to be able to share a « hide-list ». > > This functionality would be useful in the case of using UDD Dashboard > with a team email, and so avoid having to watch the status of each bug, > and "hide" them individualy (for packages already processed by a team member). Right. The motivations for the current implementation were: - no need for user authentication - no need for storing data server-side - only the users [browsers] know which entries are hidden
I agree that adding a way to work collaboratively on the TO-DO list would be great. However, I'm unsure about the desired design. One way to do it would be to have a web service providing a simple key-value store, and then everything could still be implemented client-side in JS. Another way to do it is fully server-side, without JS. But doing so in a way that isn't crazy from a security POV is a quite significant project. Ideas? Lucas

