Openki / Openki

We moved to GitLab 💔 Openki is a tool to build up and organize local communities – Open education for real.
http://gitlab.com/Openki/Openki
GNU Affero General Public License v3.0
141 stars 31 forks source link

privacy settings #231

Open 1u opened 9 years ago

1u commented 9 years ago

== Privacy / Anonymity == (beta) altes aus Etherpad wie machen wir privacy-settings: "meine Kurse und Kommentare nicht in meinem öffentlichen Profil anzeigen" schwierig: weil die funktion können wir schon auf dem Server laufen lassen aber da die daten eh im client sind, kann man sie dort auch einfach basteln. (oder?) sind nicht alle im client, aber alle abrufbar -> schwierig zu basteln. -> wenn man sich anonym an einem Kurs anmelden will, währe eine Methode:

sbalmer commented 9 years ago

The incognito part has been implemented. So people can sign-up without revealing their username. The list of anonId per userId is not published to the client except for his own.

The courses signed-up in incognito mode are not visible on the user's profile. Currently not even to the logged-in user himself. So there's some work left to be done.

We could allow users to hide their profile. So their list of courses cannot be queried.