Removed data structure comment from models.

This commit is contained in:
Alex Tselegidis 2020-09-07 13:35:28 +03:00
parent 20cb8b3a01
commit 6c1af6dc71
3 changed files with 0 additions and 55 deletions

View File

@ -16,20 +16,6 @@
*
* Handles the database actions for admin users management.
*
* Data Structure:
* 'fist_name'
* 'last_name' (required)
* 'email' (required)
* 'mobile_number'
* 'phone_number' (required)
* 'address'
* 'city'
* 'state'
* 'zip_code'
* 'notes'
* 'id_roles'
* 'settings' >>> array that contains user settings (username, password etc)
*
* @property CI_DB_query_builder db
* @property CI_Loader load
*

View File

@ -16,31 +16,6 @@
*
* Contains the database operations for the service provider users of Easy!Appointments.
*
* Data Structure:
* 'fist_name'
* 'last_name' (required)
* 'email' (required)
* 'mobile_number'
* 'phone_number' (required)
* 'address'
* 'city'
* 'state'
* 'zip_code'
* 'notes'
* 'id_roles'
* 'services' >> array that contains the ids that the provider can provide
* 'settings'
* 'username'
* 'password'
* 'notifications'
* 'working_plan'
* 'google_sync'
* 'google_token'
* 'google_calendar'
* 'sync_past_days'
* 'sync_future_days',
* 'calendar_view'
*
* @property CI_DB_query_builder db
* @property CI_Loader load
*

View File

@ -16,22 +16,6 @@
*
* Handles the db actions that have to do with secretaries.
*
* Data Structure:
*
* 'first_name'
* 'last_name'
* 'email'
* 'mobile_number'
* 'phone_number'
* 'address'
* 'city'
* 'state'
* 'zip_code'
* 'notes'
* 'id_roles'
* 'providers' >> array with provider ids that the secretary handles
* 'settings' >> array with the secretary settings
*
* @property CI_DB_query_builder db
* @property CI_Loader load
*