Skip to content

Backend Models

This section documents the data models used in the backend of ReViewPoint.

  • Each model is defined as a Pydantic or SQLAlchemy class.
  • Models represent database tables or data transfer objects.

Note: Please update this file as new models are added or existing ones are changed.