From 046c2a412ac24f3d63659a5ec6b89445b9a81f38 Mon Sep 17 00:00:00 2001 From: rebuilt Date: Mon, 5 Sep 2022 12:09:18 -0700 Subject: [PATCH] Add architectural decision record about response ids for boston being consecutive integers --- doc/architectural_decision_records/10.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/architectural_decision_records/10.md diff --git a/doc/architectural_decision_records/10.md b/doc/architectural_decision_records/10.md new file mode 100644 index 00000000..81ca23b0 --- /dev/null +++ b/doc/architectural_decision_records/10.md @@ -0,0 +1,16 @@ +# Add unique Response ID to Boston csv files + +## Status + +Completed +## Context + +Boston administered their own surveys for the 2018-19 school year. Qualtrics usually assigns a unique response ID. Boston did not include a unique ID for the responses. + +## Decision + +The response IDs for this year are just consecutive integers starting with 1. + +## Consequences + +Most response id's in the database are generated by qualtrics and look like: R_24IvMAxf0EV3C69. The boston response ids may look like a mistake since they could be as simple as '1'. But we just needed an ID that would be unique in the database.