openwisp / openwisp-utils

Python and Django utilities shared between different openwisp modules
https://openwisp.io/docs/dev/utils/
BSD 3-Clause "New" or "Revised" License
74 stars 72 forks source link

[change] Metric collection: add consent in web UI #372

Closed nemesifier closed 7 months ago

nemesifier commented 8 months ago

Improvements discussed recently:

We need to find a way to notify users the first time they access the system. We could simply use the Django message framework and produce a message the first time a super user logs in or anything equivalent.

More notes