fix view for chrome and firefox
re #7871 Added edit formula for every assembly.
re #7871 - connect templates with data from database
fix gitignore
re #7775 added template for "Výběr sestavy"
re #7774 added webpack configuration + dependencies for react with example, added theme for "Editace sestavy"
re #7773 Added template for "Přehled sestav"
Merge branch 'enhancement/7870' into 'master'
re #7870 Displaying list of assemblies + displaying result table of selected assembly.
See merge request aswi/aswi-2020/aswi2020vldc!7
re #7871 Displaying list of assemblies + displaying result table of selected assembly.
Merge branch 'enhancement/7779' into 'master'
re #7779 Convert TableColumn -> ContingencyTableRow and send it to frontend....
See merge request aswi/aswi-2020/aswi2020vldc!6
re #7779 Convert TableColumn -> ContingencyTableRow and send it to frontend. SQL query is now executed in specific class DatabaseInterface via SqlQueryManager.
Merge branch 'enhancement/7780' into 'master'
re #7780 Loading data from database (with sql query) into specific models.
See merge request aswi/aswi-2020/aswi2020vldc!5
Merge branch 'enhancement/7839' into 'master'
re #7839 Repositories with basic methods created, domain class attributes...
See merge request aswi/aswi-2020/aswi2020vldc!4
re #7839 Repositories with basic methods created, domain class attributes mapped to names from database, services with basic methods created
Merge branch 'enhancement/7782_export_pdf' into 'master'
re #7782 Created new class ExporterPDF with export to PDF functionality and...
See merge request aswi/aswi-2020/aswi2020vldc!3
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
Merge branch 'enhacement/7781_export_excel' into 'master'
re #7781 Created package utils for utility classes and created class Exporter...
See merge request aswi/aswi-2020/aswi2020vldc!2
re #7781 Created package utils for utility classes and created class Exporter with export to xlsx functionality
Merge branch 'enhancement/7778' into 'master'
re #7778 Created classes representing tables in database.
re #7778 Created classes representing tables in database with attributes and relations between them.
See merge request aswi/aswi-2020/aswi2020vldc!1
Merge branch 'master' of https://gitlab.kiv.zcu.cz/aswi/aswi-2020/aswi2020vldc
re #7668 Project init with connecting to demo database
re #7703 Update README.md
Initial commit