Monday, September 7, 2020

Today I finished Step 4 : User types of the The LETS tutorial.

user_roles now computed dynamically by lino.modlib.users.UserRoles (no longer stored in the Site (and initialized at startup in lino.core.kernel). Optimized the algorithm for deciding which roles are meaningful. Removed the number of roles from analyzer.get_complexity_factors.

Removed the roles defined in lino.modlib.office.roles from lino.core.user_types. I plan to move the office plugin to Lino Extensions Library one day.