course:congress_setup:operations_manual:congress_app:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
course:congress_setup:operations_manual:congress_app:start [2018/12/14 13:27] – [Upload Show Daily] don.leecourse:congress_setup:operations_manual:congress_app:start [2018/12/16 09:03] (current) don.lee
Line 5: Line 5:
   * Replace app icon and banner   * Replace app icon and banner
   * Prepare Congress Information, Floor plan images before publish   * Prepare Congress Information, Floor plan images before publish
 +  * Onsite Purchase of Exhibitor & Trade Delegate
   * Upload speaker photo for /mobile/download API   * Upload speaker photo for /mobile/download API
   * Upload Show Daily during event, if need   * Upload Show Daily during event, if need
 +  * Prepare certificate
 </code> </code>
 +
  
  
Line 21: Line 24:
  
   * Congress Information, /mobile/informationPdf   * Congress Information, /mobile/informationPdf
-    * prepare a PDF and put it on the server folder +    * prepare a PDF and put it on the server folder, /userfile/apvrs/img/informationPDF/
     * update the database collection "informationPdf"     * update the database collection "informationPdf"
 +<code>
 +{
 +  "title": "Congress Information",
 +  "asset": {
 +      "fullPath": "/userfile/apvrs/img/informationPDF/Congress Information.pdf",
 +      "timestamp": 1487077993482
 +  },
 +  "eventShortCode": "apvrs2018",
 +  "parentId": "InformationPDF"
 +}
 +</code>
     * update the version number of /mobile/version for informationPdf     * update the version number of /mobile/version for informationPdf
   * Floor plan, /mobile/setting   * Floor plan, /mobile/setting
Line 28: Line 42:
     * also prepare the JSON data file which is hardcoded on server /data/floorplan/floorplan.json     * also prepare the JSON data file which is hardcoded on server /data/floorplan/floorplan.json
     * update the version number of /mobile/version for setting     * update the version number of /mobile/version for setting
 +
 +
 +
 +===== Onsite Purchase of Exhibitor & Trade Delegate =====
 +
 +  * Remove both "onlyFor" and "visibleBy" in the merchandise for Exhibitor & Trade Delegate badges. Otherwise, onsite mobile app could not buy these badges.
 +
  
 ===== Upload speaker photo ===== ===== Upload speaker photo =====
Line 42: Line 63:
 Show Daily is similar to informationPdf Show Daily is similar to informationPdf
   * prepare the pdf file   * prepare the pdf file
-  * upload it to server at /+  * upload it to server at /userfile/apvrs/img/informationPDF
   * update the database record for "informationPdf" collection   * update the database record for "informationPdf" collection
 <code> <code>
Line 52: Line 73:
         "fullPath" : "/userfile/apvrs/img/informationPDF/APVRS_2017_ShowDaily_Day1.pdf",         "fullPath" : "/userfile/apvrs/img/informationPDF/APVRS_2017_ShowDaily_Day1.pdf",
         "timestamp" : 1487077993500.0         "timestamp" : 1487077993500.0
-    }+    }
 +    "_type" : "InformationPdf"
 } }
 </code> </code>
   * update the version number of /mobile/version for informationPdf   * update the version number of /mobile/version for informationPdf
  
 +===== Prepare Certificate =====
 +
 +We need to upload the certificate before the end of the event.
  
 +  * prepare image background file
 +    * attendance > /userfile/demo/img/<esc>/certificates/attendance.jpg
 +    * cme > /userfile/demo/img/<esc>/certificates/cme.jpg
 +  * modify the template certificate.html accordingly
 +  * 
  • course/congress_setup/operations_manual/congress_app/start.1544765252.txt.gz
  • Last modified: 2018/12/14 13:27
  • by don.lee