You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102)
43
-
- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103)
44
-
- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108)
45
-
- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110)
46
-
- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107)
47
-
- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111)
48
-
- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112)
49
-
- Check and correct usages of `oneOf`, `anyOf`, and `allOf`[#113](https://github.com/building-envelope-data/api/pull/113)
50
-
- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114)
51
-
- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115)
52
-
- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117)
53
-
- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121)
54
-
- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173)
55
-
- Name `dataId``uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180)
56
-
- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280)
57
37
-
58
-
- Rename organization to `building-envelope-data` and API repository to `api`[#277](https://github.com/building-envelope-data/api/pull/277)
59
-
- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154)
60
-
- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181)
61
-
- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216)
62
-
- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205)
63
-
- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)]
64
-
- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213)
65
-
- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222)
66
-
- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224)
67
-
- Add more mirrored values to `apis`[#238](https://github.com/building-envelope-data/api/pull/238)
68
-
- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247)
69
-
- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260)
38
+
-
39
+
-
40
+
-
41
+
-
42
+
-
43
+
-
44
+
-
45
+
-
46
+
-
47
+
-
48
+
-
49
+
-
50
+
-
51
+
-
52
+
-
53
+
-
54
+
-
55
+
-
56
+
-
70
57
71
58
### Deprecated
72
59
@@ -93,9 +80,8 @@ and this project adheres to
93
80
94
81
### Removed
95
82
96
-
- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152)
97
-
- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153)
98
-
- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219)
83
+
-
84
+
-
99
85
-
100
86
-
101
87
-
@@ -117,7 +103,7 @@ and this project adheres to
117
103
118
104
### Fixed
119
105
120
-
- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192)
- Improve propositions used in GraphQL queries to search for data [#102](https://github.com/building-envelope-data/api/pull/102)
169
+
- Further align database GraphQL schema and JSON schema [#103](https://github.com/building-envelope-data/api/pull/103)
170
+
- Flatten data HTTP resource trees to make them queryable with one query without having to know the trees depth [#108](https://github.com/building-envelope-data/api/pull/108)
171
+
- Only use `additionalItems` for tuple validation and **not** for list validation, use `uniqueItems` for lists of enumerated items, use `const` for one-valued enums, and don't have special this-property-has-no-value values for optional properties [#110](https://github.com/building-envelope-data/api/pull/110)
172
+
- Improve titles and descriptions of identifiers, name `uniqueId` of decentral identifiers `value`, and make identifiers be issued by databases instead of institutions [#107](https://github.com/building-envelope-data/api/pull/107)
173
+
- Clean-up the stakeholder JSON schema, in particular, how stakeholders are referenced in specific roles [#111](https://github.com/building-envelope-data/api/pull/111)
174
+
- Associate contact information and GnuPG keys with a person's and institution's affiliations [#112](https://github.com/building-envelope-data/api/pull/112)
175
+
- Check and correct usages of `oneOf`, `anyOf`, and `allOf`[#113](https://github.com/building-envelope-data/api/pull/113)
176
+
- Use specific instead of general and (almost) meaningless number definitions [#114](https://github.com/building-envelope-data/api/pull/114)
177
+
- Improve titles and descriptions in the JSON Schema for optical data [#115](https://github.com/building-envelope-data/api/pull/115)
178
+
- Improve documentation of approvals in the database GraphQL schema [#117](https://github.com/building-envelope-data/api/pull/117)
179
+
- Clean-up Dockerfile, in particular, remove notes regarding Python [#121](https://github.com/building-envelope-data/api/pull/121)
180
+
- Correct minor errors in database GraphQL API [#173](https://github.com/building-envelope-data/api/pull/173)
181
+
- Name `dataId``uuid`, remove `validity` from `*Data` and `DataApproval`, use parent identifier instead of child identifiers to describe tree structure, do not require response approvals to be created on the fly [#180](https://github.com/building-envelope-data/api/pull/180)
182
+
- Update GraphqL schema of metabase to match the current deployed version [#280](https://github.com/building-envelope-data/api/pull/280)
183
+
- Rename organization to `building-envelope-data` and API repository to `api`[#277](https://github.com/building-envelope-data/api/pull/277)
184
+
- Use acronyms to identify standardizers [#154](https://github.com/building-envelope-data/api/pull/154)
185
+
- Use JSON Schema Draft 2019-09 and upgrade tooling [#181](https://github.com/building-envelope-data/api/pull/181)
186
+
- Restructure `numbersWithUncertainty` to make the data less verbose[#195](https://github.com/building-envelope-data/api/pull/195),[#216](https://github.com/building-envelope-data/api/pull/216)
187
+
- Improve the structure of geometry.json [#205](https://github.com/building-envelope-data/api/pull/205)
188
+
- Improve the structure of calorimetricData.json [#209](https://github.com/building-envelope-data/api/pull/209)]
189
+
- Correct the requirements of `emergenceDirection`[#213](https://github.com/building-envelope-data/api/pull/213)
190
+
- Offer detailed definition of calorimetric fluxes [#222](https://github.com/building-envelope-data/api/pull/222)
191
+
- Add categories to `material`, `layer` and `unit` from EN 12216 [#223](https://github.com/building-envelope-data/api/pull/223) and from EN 13024-1, EN 14179, EN 1863, DIN 18008-5 [#224](https://github.com/building-envelope-data/api/pull/224)
192
+
- Add more mirrored values to `apis`[#238](https://github.com/building-envelope-data/api/pull/238)
193
+
- Add spectrum `ultraviolet` for integral values and improve the optical examples [#247](https://github.com/building-envelope-data/api/pull/247)
194
+
- Change propositions for lists and make parameter `where` optional [#260](https://github.com/building-envelope-data/api/pull/260)
195
+
196
+
### Removed
197
+
198
+
- Remove intermediate representation of optical data [#152](https://github.com/building-envelope-data/api/pull/152)
199
+
- Remove custom directions from optical data [#153](https://github.com/building-envelope-data/api/pull/153)
200
+
- Remove `validity` everywhere except of `method` which can depend for example on a standard [#219](https://github.com/building-envelope-data/api/pull/219)
201
+
202
+
### Fixed
203
+
204
+
- Fix the three phase method test by using enumerated standardizers instead of identifiers [#192](https://github.com/building-envelope-data/api/pull/192)
0 commit comments