forked from vvv123/calibration-devices-system
-
Notifications
You must be signed in to change notification settings - Fork 13
/
README.md~
252 lines (189 loc) · 6.35 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
# Calibration devices system
Centralized system for calibration of measurement devices. Enterprise open-source project intended to optimize process of verification calibration devices. The main goal of the project is to create centralized system of measurement devices for calibration and verification processes in Ukraine.
### Installation dependencies
The following dependencies are necessary:
- Java 8
- Bower
- Maven 3
- MySQL
### Installing frontend dependencies
Run the following command on the root folder of the repository:
bower install
### Building and starting the server
Before running the app, create MySQL database called `measurement_devices` with charset encoding UTF-8.
Then run the following command on the root folder of the repository:
mvn clean install tomcat7:run-war
Once hibernate creates tables use `database_script.sql` to fill data.
After the server starts, the application is accessible at the following URL:
http://localhost:8080/
To get an admin page login with the following credentials:
username: admin
password: password
To get an provider page login with the following credentials:
username: provider-lv
password: pass
To get an provider page login with the following credentials:
username: calibrator-lv
password: pass
To get an provider page login with the following credentials:
username: verificator-lv
password: pass
Check `database_script.sql` for additional information about other users such as provider, calibrator etc.
### Some overview
> TODO
### REST API
> TODO
=======
### Team members
##### LV-144 Java:
Експерт: Михайло Партика
Викладачі: Вікторія Ряжська та В’ячеслав Колдовський
Учасники:
- Михайло Осипов
- Дмитро Добровольський
- Олесь Онищак
- Іван Романів
- Олег Чернигевич
- Олександр Виблов
##### LV-150 Java:
Експерт: Микола Марчук
Викладач: Вікторія Ряжська
Учасники:
- Михайло Коник
- Оксана Михалець
- Володимир Франів
- Роман Чмелик
- Максим Гірняк
- Михайло Матвіїшин
- Богдан Горох
### REST API
# Checklist те, що Lv-157.Java має тестити
## Загальна стуктура
service-src-main-java...-service:
- OrganizationService.java
- StatisticService.java
- UsersService.java
- CalibratorEmployeeService.java
- CalibratorService.java
- BuildingService.java
- District.java
- LocalityService.java
- RegionService.java
- StreetService.java
- StreetTypeService.java
- NotAvailableException.java
- GraphicBuilder.java
- GraphicBuilderMainPanel.java
- MonthOfYear.java
- ProviderEmployeeGraphic.java
- ProviderEmployeeService.java
- ProviderService.java
- StateVerificatorEmployeeService.java
- FileOperationImpl.java
- FileSearch.java
- SaveOptions.java
- FileOperations.java
- ArchivalVerificationsQueryConstructorCalibrator.java
- ArchivalVerificationsQueryConstructorProvider.java
- ArchivalVerificationsQueryConstructorVerificator.java
- CalibrationTestDataList.java
- CalibrationTestList.java
- DataDtoField.java
- EmployeeProvider.java
- ListToPageTransformer.java
- NewVerficationsQueryConstructorCalibrator.java
- NewVerficationsQueryConstructorProvider.java
- NewVerficationsQueryConstructorVerificator.java
- ProviderEmployeeGraphic.java
- ProviderEmployeeQuary.java
- TransformStrinsToMonths
- CalibrationTestDataService.java
- CalibrationTestService.java
- DeviceService.java
- DocumentsService.java
- MailService.java
- MeasuringEquipmentService.java
- SecurityUserDetailsService.java
- UserService.java
- VerificationPhotoService.java
## Ті класи які треба брати тестити
Хто вже взяв якісь видаляєте звідси і записуєте в "Список тих, хто робить і що робить"
service-src-main-java...-service:
- CalibratorEmployeeService.java
- CalibratorService.java
- BuildingService.java
- District.java
- NotAvailableException.java
- StateVerificatorEmployeeService.java
- FileOperations.java
- ArchivalVerificationsQueryConstructorCalibrator.java
- ArchivalVerificationsQueryConstructorProvider.java
- ArchivalVerificationsQueryConstructorVerificator.java
- CalibrationTestDataList.java
- CalibrationTestList.java
- DataDtoField.java
- EmployeeProvider.java
- ListToPageTransformer.java
- NewVerficationsQueryConstructorCalibrator.java
- NewVerficationsQueryConstructorVerificator.java
- ProviderEmployeeGraphic.java
- ProviderEmployeeQuary.java
- TransformStrinsToMonths
- VerificationProviderEmployeeService.java
- VerificationService.java
- DocumentsService.java
- MailService.java
- SecurityUserDetailsService.java
- UserService.java
- VerificationPhotoService.java
## Список тих, хто робить і що робить
### Брилюк Д.А.
admin:
- OrganizationService.java
- StatisticService.java
- UsersService.java
### Чопик Василь
- VerificationService.java
### Володимир Ігнатьєв
- NewVerificationsQueryConstructorProvider
### Іван Циба
- CalibratorEmployeeService.java
- CalibratorService.java
### Конончук Богдан
- ProviderEmployeeService
### Олег Косар
- MeasuringEquipmentService.java
### Тарас Паничок
- FileSearch.java
- FileOperationImpl.java
- SaveOptions.java
### Назар Івашків
- LocalityService.java
- RegionService.java
- StreetService.java
- StreetTypeService.java
## Те що зроблено
Сюди копіюйте, ті назви класів які ви завершили робити
### Назар Івашків
- DeviceService
- CalibrationTestService
### Володимир Ігнатьєв
- DeviceService
- CalibrationTestService
- CalibratioтTestDataService
- StateVerificatorService.java
### Чопик Василь
- VerificationProviderEmployeeService.java
### Мельничук Назарій
- GraphicBuilder.java
- GraphicBuilderMainPanel.java
### Конончук Богдан
- ProviderService
### Чопик Василь
- VerificationProviderEmployeeService.java
### Назаркевич Володимир
- UserService
- BuildingService
- DistrictService
### Олег Косар
- MeasuringEquipmentService.java