Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Latest commit

 

History

History
73 lines (45 loc) · 1.59 KB

CHANGES.md

File metadata and controls

73 lines (45 loc) · 1.59 KB

Code

Note: we haven't yet really done proper releases or tagging.

form/ux changes

Migrations

  • Added Dependants field to the schema for questions
  • Added reviewcomments field to the schema for submissions

v3.1

  • Translation

v3.0 - February 2014

Key focus of this release was to enable deployment and management of many "custom" censuses

Github Milestone

  • Major internal code upgrade and refactor to support multiple instances
  • User authentication and separate user database
  • Core config in spreadsheet for easy administration

v2.1 - October 2014

Focus of this release was frontend presentation.

Github Milestone

v2.0 - October 2014


Database

Database v3 - Feb 18 2014

Code Release: v3

Code SHA: ac2aca9c1a08cde12c307166887693e9f3d4aa4f (last related commit)

See also 97bee55339ecd4a50985d8d843817cb01312d768 for fields other than censusid.

Introduction of fields to Submission table:

  • censusid
  • licenseurl
  • title
  • publisher
  • qualityinfo
  • qualitystructure

Repurpose submitterid. Existing submitterid values are no longer valid so you MUST move any existing submitterid column to e.g. submitterid_old and introduce new submitterid column (note we do not use submitterid yet so nothing will break right now if you don't do this but will cause problems in the future).

Introduction of fields to Entries table:

  • censusid
  • licenseurl
  • title
  • publisher
  • qualityinfo
  • qualitystructure

Database v2

Database v1