course:congress_setup:operations_manual:congress_app:start

This is an old revision of the document!


Congress App Operation Manual

Duties:
  * Replace app icon and banner
  * Prepare Congress Information, Floor plan images before publish
  * Upload speaker photo for /mobile/download API
  * Upload Show Daily during event, if need
  • Get the app icon, banner image in advance
    • For Android app, we also need a banner image for Google Play store
  • Prepare some screenshots

Before we release the app on various app store, we need to make sure the following content is ok

  • Congress Information, /mobile/informationPdf
    • prepare a PDF and put it on the server folder, /userfile/apvrs/img/informationPDF/
    • update the database collection “informationPdf”
    • update the version number of /mobile/version for informationPdf
  • Floor plan, /mobile/setting
    • prepare the images and put them on the server folder
    • also prepare the JSON data file which is hardcoded on server /data/floorplan/floorplan.json
    • update the version number of /mobile/version for setting
  • prepare the photo with registration code as filename
  • put them into a folder “speakerPhoto”
  • put this “speakerPhoto” in a folder by date, e.g. “20181219”
  • then zip this “20181218” as 20181218.zip
  • put this 20181218.zip file on the server folder /userfile/apvrs/data/apvrs2018/mobileDownload/20181218.zip
  • update the version number of /mobile/version for download

Show Daily is similar to informationPdf

  • prepare the pdf file
  • upload it to server at /
  • update the database record for “informationPdf” collection
{
    "title" : "Show Daily 1",
    "eventShortCode" : "apvrs2018",
    "parentId" : "ShowDaily",
    "asset" : {
        "fullPath" : "/userfile/apvrs/img/informationPDF/APVRS_2017_ShowDaily_Day1.pdf",
        "timestamp" : 1487077993500.0
    },
    "_type" : "InformationPdf"
}
  • update the version number of /mobile/version for informationPdf
  • course/congress_setup/operations_manual/congress_app/start.1544765640.txt.gz
  • Last modified: 2018/12/14 13:34
  • by don.lee