Projekt

Obecné

Profil

Statistiky
| Větev: | Revize:

# Datum Autor Komentář
403c9955 2020-05-21 13:59 Michal Linha

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

36a626d9 2020-05-07 19:29 Jan Čarnogurský

re #8026 - save order to selected parameters in assembly (frontend)

1c69708b 2020-05-07 13:42 Michal Linha

re #8025 added ability for admin to see and access all assemblies, added functionality that only visible assemblies load to users

6b630778 2020-05-06 11:39 Vojtěch Danišík

ID for assembly and configuration in /assembly, /configuration, /assembly_edit is now as RequestedParam instead of ModelAttribute.

a7423558 2020-05-06 11:17 Vojtěch Danišík

Changed name of role in application.

38350f55 2020-05-04 15:46 Michal Linha

re #7978 minor code improvements

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"

853bb665 2020-05-04 14:12 Michal Linha

re #7973 changes of authorization - only admin can view pages assembly_new, assembly_edit and assembly_delete, implemented role name to spring role name converter

17ad8bc7 2020-05-04 12:09 Jan Čarnogurský

re #8015 added user logout

85a6fb49 2020-05-04 11:44 Vojtěch Danišík

Fixing minor bug, when sql query is not valid, then stop validating parameters in assembly.

d411f143 2020-05-04 11:17 Vojtěch Danišík

re #8014 Login into app + session for user.

9714fae3 2020-05-03 15:18 Michal Linha

re #7981 parameter order in configuration implementation finished

7f644dea 2020-05-02 20:51 Michal Linha

re #7981 re #7979 re #7974 default table name added, assembly order implemented, parameter order in configuration implemented

0685cdcb 2020-05-02 18:50 Vojtěch Danišík

Merge branch 'enhancement/7990' into 'master'

re #7990 Added parameter ordering by parameterOrder.

See merge request aswi/aswi-2020/aswi2020vldc!13

85a3bff3 2020-05-02 18:43 Vojtěch Danišík

Added order for parameterInConfiguration.

45073efd 2020-05-02 17:31 Vojtěch Danišík

re #7990 Added parameter ordering by parameterOrder.

ae1ff627 2020-05-02 16:57 Vojtěch Danišík

re #7988 Parameters are now deleted from assembly + deleted parametersInConfiguration, which was created by deleted parameter.
re #7989 Added / deleted parameters are now instantly showed in page (refreshing not needed).

e49f76e4 2020-04-29 12:06 Jan Čarnogurský

re #7883 - added javascript to template assembly

58c566a9 2020-04-28 10:50 Jan Čarnogurský

re #7882 parameters order

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

re #7887 Deleting configurations and assemblies, Minor restructuralization.

9037608d 2020-04-26 15:27 Jan Čarnogurský

re #7884 update functionality for updated template

f7dc4075 2020-04-26 15:06 Jan Čarnogurský

re #7884 - added frontend drag and drop for assembly

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...
7638be72 2020-04-24 15:17 Vojtěch Danišík

re #7886 Assembly validator completed (validating sql query, parameter name in select and parameter location) + displaying temp error message.
Added title for edit / add assembly forms.
Added toString method for all domains.

2cdd3adc 2020-04-24 13:42 Michal Linha

re #7881 loading and editing parameters in configuration in their locations, ability to set user name of parameter

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.

93fff090 2020-04-23 16:06 Vojtěch Danišík

re #7886 Adding + Editing parameters in assembly (only logic + pushing into database, which is not tested -> need JS implementation for adding new parameter).
Updated hibernate dialect from oracle 10 to oracle 12c.
Equals method comparing domain by id.

b66f682e 2020-04-20 20:32 Michal Linha

re #7881 loading of attributes of assembly on main page

a2e84e8c 2020-04-20 20:23 Vojtěch Danišík

re #7886 Creating + Editing assembly
Not working: Adding new role to access list, Loading values for parameter, Adding new values for parameter, disabling functions + operators if data type = enumeration, deleting role from Access list, Deleting parameter. Saving new assembly + checking all form elements....

5fded919 2020-04-20 11:50 Jan Čarnogurský

Added JS

0b434236 2020-04-17 07:58 Vojtěch Danišík

re #7871 Added edit formula for every assembly.

cfe48a96 2020-04-16 20:45 Jan Čarnogurský

re #7871 - connect templates with data from database

2868bb9a 2020-04-16 14:28 Vojtěch Danišík

re #7871 Displaying list of assemblies + displaying result table of selected assembly.

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.

4d92f985 2020-04-13 23:04 Vojtěch Danišík

re #7780 Loading data from database (with sql query) into specific models.

21d41302 2020-04-11 19:05 Michal Linha

re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created

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

58fdf8f4 2020-04-07 14:00 Vojtěch Danišík

re #7778 Created classes representing tables in database with attributes and relations between them.

26342eaf 2020-03-25 15:09 Vojtěch Danišík

re #7668 Project init with connecting to demo database