Changes between Version 1 and Version 2 of UserAdministration


Ignore:
Timestamp:
08/07/2024 08:16:07 PM (2 years ago)
Author:
Bart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserAdministration

    v1 v2  
     1Two parts:
     2User registration and management, FinacialAdministration included.
     3
     4User property registration and management. Thinks like [Ad] drafting, publisher->property [Tag] management.
     5{{{
    16Document -or- specify how Users have things to enter/provide to Your system
     7}}}
     8
     9[[Image(ERD:Controller:controller:users)]]
     10
     11{{{
     12User(GUID)->properties[]->tags[]
     13User(GUID)->ads[]->tags[]
     14
     15Login(User(GUID)->publicKey) = PassKey
     16}}}