43413001e9
sorting for direct sample properties added
2020-06-26 09:38:28 +02:00
49f7a475b7
added /samples/count
2020-06-25 14:29:54 +02:00
4dad680edf
changed last-id behaviour to from-id
2020-06-25 11:59:36 +02:00
cd2962e186
implemented paging
2020-06-25 10:44:55 +02:00
ac72d8a975
fixed validation to return measurements in /sample/{id}
2020-06-18 08:57:50 +02:00
869a675840
added status filter for materials
2020-06-17 13:42:14 +02:00
c95af7bc0b
added status filter
2020-06-15 12:49:32 +02:00
5c04263475
Merge pull request #13 in ~VLE2FE/dfop-api from decisions-200525 to develop
...
* commit '99be1798d0a3c90d297df210e9f15fd877b4508f':
cleaned TODOS
implemented changelog
only allowed latest template version and allowed admin to set sample number
introduced first_id to reference new template versions to original
forbid condition_template as parameter name for template
validation for material
validation for sample
validation for measurement
made GET /sample/{id} work with new material model
separated groups and suppliers for material PUT and POST
separated groups and suppliers for material GET
2020-06-05 10:51:59 +02:00
99be1798d0
cleaned TODOS
2020-06-05 10:51:03 +02:00
ca29cef48c
implemented changelog
2020-06-05 08:50:06 +02:00
74080d0902
only allowed latest template version and allowed admin to set sample number
2020-06-02 10:24:22 +02:00
0fcb902499
introduced first_id to reference new template versions to original
2020-05-29 15:24:24 +02:00
ea336f4ebc
forbid condition_template as parameter name for template
2020-05-29 14:26:39 +02:00
90c8898391
validation for material
2020-05-29 12:54:05 +02:00
d93b2ad748
validation for sample
2020-05-29 12:22:01 +02:00
ea81108251
validation for measurement
2020-05-29 11:28:35 +02:00
e342224b7f
made GET /sample/{id} work with new material model
2020-05-29 11:06:39 +02:00
48b1a9da6e
separated groups and suppliers for material PUT and POST
2020-05-29 10:40:17 +02:00
14ba1655ba
separated groups and suppliers for material GET
2020-05-28 17:05:23 +02:00
c7d25bd7cb
Merge pull request #12 in ~VLE2FE/dfop-api from status-handling to develop
...
* commit 'd924ee5a8cfc9d1f7644ff4af9de2d5f36c71522':
restore measurements
restore materials
restore samples
adapted /materials
adapted /measurements
delete measurements with sample
adjusted PUT /sample/{id}
2020-05-28 15:09:25 +02:00
d924ee5a8c
restore measurements
2020-05-28 15:03:49 +02:00
52039317e0
restore materials
2020-05-28 14:54:52 +02:00
0fd0cc8da4
restore samples
2020-05-28 14:41:35 +02:00
1c2631c6fb
adapted /materials
2020-05-28 14:11:19 +02:00
c4752d12ba
adapted /measurements
2020-05-28 13:16:15 +02:00
d58026426c
delete measurements with sample
2020-05-28 13:05:00 +02:00
54168e4500
adjusted PUT /sample/{id}
2020-05-28 12:40:37 +02:00
dc8828dbeb
Merge pull request #11 in ~VLE2FE/dfop-api from condition-merge to develop
...
* commit '8276e5108c86e92739ffd830b056a3884ce35cf3':
/api/ subroutes only available in dev/test
implemented code coverage
adapted /measurements to use sample_id
adapted existing /sample methods to condition, removed /condition route
2020-05-28 12:20:09 +02:00
8276e5108c
/api/ subroutes only available in dev/test
2020-05-28 12:18:38 +02:00
0ea28fa50a
implemented code coverage
2020-05-28 11:47:51 +02:00
d004a01b69
adapted /measurements to use sample_id
2020-05-27 17:03:03 +02:00
0acb9dd6fc
adapted existing /sample methods to condition, removed /condition route
2020-05-27 14:31:17 +02:00
2829752d0c
Merge pull request #10 in ~VLE2FE/dfop-api from minor-features to develop
...
* commit 'aef275322955774e0c34c69ce3c4e7722aadcb9e':
added TODOs, improved password validation
refactored user.ts
/materials/new|deleted
sample number generation
number prefixes are now not allowed to contain numbers
material numbers defined as string, colors without numbers and numbers with leading zeros can be added
material numbers defined as string, colors without numbers can be added
number generation for condition done
changed allowed characters for username
2020-05-26 09:08:01 +02:00
aef2753229
added TODOs, improved password validation
2020-05-26 09:07:01 +02:00
5209410009
refactored user.ts
2020-05-18 14:47:22 +02:00
70aca017f8
/materials/new|deleted
2020-05-18 10:43:26 +02:00
fe6e82f00b
sample number generation
2020-05-18 09:58:15 +02:00
ec03e0699c
number prefixes are now not allowed to contain numbers
2020-05-15 15:14:18 +02:00
4100fb428e
material numbers defined as string, colors without numbers and numbers with leading zeros can be added
2020-05-15 14:56:42 +02:00
d2c7ec2368
material numbers defined as string, colors without numbers can be added
2020-05-15 14:55:01 +02:00
abf0a99d8a
number generation for condition done
2020-05-15 11:16:17 +02:00
c137a0f610
changed allowed characters for username
2020-05-14 16:54:58 +02:00
529cbb7115
Merge pull request #9 in ~VLE2FE/dfop-api from template_version to develop
...
* commit 'ab8c74a6410b29bca1b66369ac39b0a33fbfd94f':
POST finished
PUT finished
GET finished
adapted api doc
2020-05-14 16:46:54 +02:00
ab8c74a641
POST finished
2020-05-14 16:42:47 +02:00
8315fc0d3b
PUT finished
2020-05-14 15:36:47 +02:00
81a7663f6c
GET finished
2020-05-14 12:31:57 +02:00
649a0b166e
adapted api doc
2020-05-13 17:28:18 +02:00
c84d0ebf0c
Merge pull request #8 in ~VLE2FE/dfop-api from status to develop
...
* commit '806b77eecf2e0f24e65a604b2c6f6d736e5e2903':
adjusted material
adjusted sample
adjusted condition
2020-05-13 14:19:00 +02:00
806b77eecf
adjusted material
2020-05-13 14:18:15 +02:00
478660573d
adjusted sample
2020-05-13 12:06:28 +02:00