mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Add architectural decision record about response ids for boston being consecutive integers
This commit is contained in:
parent
f783ce9724
commit
046c2a412a
1 changed files with 16 additions and 0 deletions
16
doc/architectural_decision_records/10.md
Normal file
16
doc/architectural_decision_records/10.md
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue