Skip to content

Maintaining Public Site

Siqi Tian edited this page Feb 5, 2017 · 5 revisions

Design1D, Design2D and Design3D class

  • The demo JOB_ID should be present in all these classes, with time set to 1970-01-01 and Status set to 0 (Demo).

JobID class

  • This table is used to look up a JOB_ID for /result/ queries. All JOB_ID of Design1D, Design2D and Design3D classes should be registered to this table.

JobGroup class

  • Future use for connecting/grouping JOB_ID of Design1D, Design2D and Design3D jobs. Currently not used!

HistoryItem class

  • Announce news for the Primerize server and priemrize package when needed.
  • News content is HTML-enabled.

SourceDownloader class

  • Keep track of who requested to download primerize source code.

User class

  • User accounts. Currently only daslab is used as Admin. Do not add new logins unless future user system is open for public.

Clone this wiki locally