relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

Remove or make API-agnostic the User field type #118

Open Arithmomaniac opened 6 years ago

Arithmomaniac commented 6 years ago

We currently have code for reading/writing RSAPI User objects if they are fields of an RDO, but have not tested the code to make sure it is reliable. We also will run into issues with an RSAPI-specific object type (see #102).

We should either remove User support, or create an API-agnostic UserDto type and ensure it works well.