Projekt

Obecné

Profil

Statistiky
| Větev: | Revize:

# Datum Autor Komentář
16f7c98b 2020-08-09 16:11 Michal Linha

re #8113 re #7885 changed header column generation and row indentations; re #8154 nothing; no comments

c20f287b 2020-08-05 20:09 Michal Linha

re #8113 re #7885 all functions implemented, contingency table generation improved; re #8154 value filtering added; no comments

cc39413d 2020-05-28 16:37 Michal Linha

re #7885 added SUM and ability to work with multiple values and sorted parameters in configuration, optimization

d12e5d6c 2020-05-28 16:35 Michal Linha

re #7885 changes in table generation and COUNT

efcabc4d 2020-05-28 16:35 Michal Linha

re #7885 basic contingency table generation (not completely finished)

fab2885e 2020-05-04 15:38 Michal Linha

re #7978 added functionality of only showing assemblies with correct role (same as user), added functionality of showing only logged in users's configurations in "Rychle k"

74a73b3b 2020-04-27 17:53 Vojtěch Danišík

re #7887 Deleting configurations and assemblies, Minor restructuralization.

8490c92c 2020-04-24 15:53 Vojtěch Danišík

Updating last merge.

9baf6c93 2020-04-24 15:43 Vojtěch Danišík

Merge branch 'master' into 'enhancement/7886'

  1. Conflicts:
  2. src/main/java/vldc/aswi/dao/parameter/ParameterTypeRepository.java
  3. src/main/java/vldc/aswi/domain/Assembly.java
  4. src/main/java/vldc/aswi/domain/Configuration.java
  5. src/main/java/vldc/aswi/domain/EntityParent.java...
b439853d 2020-04-24 11:02 Michal Linha

re #7881 ability to create or edit a user configuration and set or edit its basic attributes, operator value and configuration name are validated, if operator value is wrong user is redirected to main page, auto increment functionality changed to IDENTITY

ba8b306a 2020-04-23 22:53 Vojtěch Danišík

re #7886 Assembly validator in progress (validating assembly SQLQuery + locations for existing assembly, not tested for new assembly).
Added comments.
Removing unused imports.

417c1106 2020-04-13 23:10 Vojtěch Danišík

re #7779 Convert TableColumn -> ContingencyTableRow and send it to frontend. SQL query is now executed in specific class DatabaseInterface via SqlQueryManager.

d1e50c3e 2020-04-07 20:16 Michal Linha

re #7782 Created new class ExporterPDF with export to PDF functionality and renamed the former Exporter class to ExporterXLSX, changed the version of a library used for export to XLSX functionality implementation

16c847d8 2020-04-07 18:26 Michal Linha

re #7781 Created package utils for utility classes and created class Exporter with export to xlsx functionality