pacifica / pacifica-metadata

Pacifica core service that stores the metadata for the system
GNU Lesser General Public License v3.0
1 stars 8 forks source link

[Improvement] Standardize use of user versus person #238

Closed GitBytes closed 5 years ago

GitBytes commented 5 years ago

Pacifica Metadata version

>= v0.10.0

There are a number of locations throughout the data model and tables that use a combination of "person" or "user". We should standardize on a singular canonical key for this type of object.

See https://github.com/pacifica/pacifica-metadata/blob/master/pacifica/metadata/orm/user_group.py#L20 for an example of this.

dmlb2000 commented 5 years ago

The change from person as the attribute to user should have been done a while ago, I must have missed this one.