Difference between revisions of "Diaplasi Back-end Site"

From CommonsLab
Jump to navigation Jump to search
(Created page with "The back-end site by is at https://be.diaplasi.net It is a Wordpress site with the wpDataTables plug-in. We are using the theme "Medical Hall". wpDataTables is configured wi...")
 
 
Line 2: Line 2:
  
 
It is a Wordpress site with the wpDataTables plug-in. We are using the theme "Medical Hall".
 
It is a Wordpress site with the wpDataTables plug-in. We are using the theme "Medical Hall".
 +
Wordpress settings:
 +
* "Anyone can register" is disabled.
 +
 +
  
 
wpDataTables is configured with a "seperate DB connection" to the diaplasi_maindb.
 
wpDataTables is configured with a "seperate DB connection" to the diaplasi_maindb.
Line 22: Line 26:
 
* Social Scientist
 
* Social Scientist
 
* General doctor
 
* General doctor
 +
 +
We also need to put the following files and folders under wp_content/uploads/
 +
* insertTestData.php
 +
* database.php
 +
* files.php
 +
* zips
 +
* zips/processed
 +
* extracts

Latest revision as of 17:10, 17 January 2019

The back-end site by is at https://be.diaplasi.net

It is a Wordpress site with the wpDataTables plug-in. We are using the theme "Medical Hall". Wordpress settings:

  • "Anyone can register" is disabled.


wpDataTables is configured with a "seperate DB connection" to the diaplasi_maindb.

Provides a CRUD implementation for the main DB. It exposes the following tables:

  • Languages
  • Classes
  • TestTypes
  • Test Data
  • Patient Data
  • Exams
  • ExamsTests
  • ROIS
  • Slides
  • Tests
  • Screens
  • Learning Educator
  • Opthalmologist
  • Psychologist
  • Social Scientist
  • General doctor

We also need to put the following files and folders under wp_content/uploads/

  • insertTestData.php
  • database.php
  • files.php
  • zips
  • zips/processed
  • extracts