forked from MCFreddie777/latexjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1443f0e
commit 4297c4b
Showing
10 changed files
with
217 additions
and
1 deletion.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
\documentclass{article} | ||
|
||
\usepackage[margin=2cm]{geometry} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{hyperref} | ||
|
||
% Title | ||
\newcommand{\documenttitle} | ||
{Zápisnica č. 16} | ||
|
||
% Subtitle | ||
\newcommand{\documentsubtitle} | ||
{Stretnutie v tíme} | ||
|
||
\begin{document} | ||
|
||
\include{title-page} | ||
|
||
\begin{table}[h] | ||
\begin{tabular}{lllll} | ||
\multicolumn{3}{l}{\textbf{Dátum stretnutia:}} & & 22.3.2021 \\ | ||
\multicolumn{3}{l}{\textbf{Čas stretnutia:}} & & 16:00 - 18:00 hod. \\ | ||
\multicolumn{3}{l}{\textbf{Prítomní:}} \\ | ||
& & & & Bc. František Gič \\ | ||
& & & & Bc. Oliver Kanát \\ | ||
& & & & Bc. Karin Maliniaková \\ | ||
& & & & Bc. Denisa Mensatorisová \\ | ||
& & & & Bc. Anton Rusňák \\ | ||
& & & & Bc. Vladimír Svitok \\ | ||
& & & & Bc. Kristián Toldy \\ | ||
\multicolumn{3}{l}{\textbf{Neprítomní:}} & & -\\ | ||
\multicolumn{3}{l}{\textbf{Zapisovateľ:}} & & Bc. Karin Maliniaková \\ | ||
\end{tabular} | ||
\label{tab:grades} | ||
\end{table} | ||
|
||
\section*{Program:} | ||
|
||
\begin{enumerate} | ||
\item Standup | ||
\end{enumerate} | ||
|
||
\section*{Standup} | ||
|
||
\begin{itemize} | ||
\item \textbf {@fero} | ||
\begin{itemize} | ||
\item Začal robiť redizajn komponentov + začal úremýšľať ako treeshaknť font awesome v našom bundli. | ||
\end{itemize} | ||
\item \textbf {@tono} | ||
\begin{itemize} | ||
\item Zatiaľ sa k ničomu nedostal. | ||
\end{itemize} | ||
\item \textbf {@dena} | ||
\begin{itemize} | ||
\item Začala robiť na ulohe "Refactor character ranges on document detail and diff endpoints" | ||
\item Už urobila dva menšie tasky - prelad errorových hlášok a provide document content on document detail, ktoré čakajú na approve. | ||
\end{itemize} | ||
\item \textbf {@karin} | ||
\begin{itemize} | ||
\item Doroenie zápisníc, aby sme mali všetko na webe. | ||
\item Zisťovanie si informácií, ako urobiť druhý task. | ||
\end{itemize} | ||
\item \textbf {@vlado} | ||
\begin{itemize} | ||
\item Robil improve na gst., ktoré ešte nie je dokončené. Ešte musí zapracovať komentáre. | ||
\end{itemize} | ||
\item \textbf {@oliver} | ||
\begin{itemize} | ||
\item Robil CR ostatným. Svojte tasky má hotové a čaká na CR. | ||
\end{itemize} | ||
\item \textbf {@kiko} | ||
\begin{itemize} | ||
\item Pracuje na endpointoch pre unikatne id. | ||
\end{itemize} | ||
\end{itemize} | ||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
\documentclass{article} | ||
|
||
\usepackage[margin=2cm]{geometry} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{hyperref} | ||
|
||
% Title | ||
\newcommand{\documenttitle} | ||
{Zápisnica č. 17} | ||
|
||
% Subtitle | ||
\newcommand{\documentsubtitle} | ||
{Stretnutie s vedúcim} | ||
|
||
\begin{document} | ||
|
||
\include{title-page} | ||
|
||
\begin{table}[h] | ||
\begin{tabular}{lllll} | ||
\multicolumn{3}{l}{\textbf{Dátum stretnutia:}} & & 24.3.2021 \\ | ||
\multicolumn{3}{l}{\textbf{Čas stretnutia:}} & & 18:00 - 19:30 hod. \\ | ||
\multicolumn{3}{l}{\textbf{Prítomní:}} \\ | ||
& & vedúci: & & Ing. Juraj Petrík \\ | ||
& & členovia tímu: & & Bc. František Gič \\ | ||
& & & & Bc. Oliver Kanát \\ | ||
& & & & Bc. Karin Maliniaková \\ | ||
& & & & Bc. Denisa Mensatorisová \\ | ||
& & & & Bc. Anton Rusňák \\ | ||
& & & & Bc. Vladimír Svitok \\ | ||
& & & & Bc. Kristián Toldy \\ | ||
\multicolumn{3}{l}{\textbf{Neprítomní:}} & & -\\ | ||
\multicolumn{3}{l}{\textbf{Zapisovateľ:}} & & Bc. Karin Maliniaková \\ | ||
\end{tabular} | ||
\label{tab:grades} | ||
\end{table} | ||
|
||
\section*{Program:} | ||
|
||
\begin{enumerate} | ||
\item Standup | ||
\item Konzultácia problémov | ||
\end{enumerate} | ||
|
||
\section*{Standup} | ||
|
||
\textnormal {Všetci členovia sa postupne vyjadrili ako sú na tom so svojimi pridelenými úlohami.} | ||
\begin{itemize} | ||
\item {@Karin - hotové zápisnice + otázka k druhému tasku} | ||
\item {@Dena - preklad error hlášok + otázka k druhému tasku} | ||
\item {@Oliver - ostáva už len jedna úloha na CR} | ||
\item {@Vlado - jedna úloha je už na CR a jedna ešte zostáva} | ||
\item {@Kiko - pracuje na svojich úlohach} | ||
\item {@Tono - zatiaľ zisťoval ako bude svoje úlohy robiť} | ||
\item {@Fero - treeshaking a internacionalizáciu má hotovú} | ||
\end{itemize} | ||
|
||
\textnormal {Vyriešili sme dva vzniknuté problémy a stretnutie sme ukončili.} | ||
|
||
|
||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
\documentclass{article} | ||
|
||
\usepackage[margin=2cm]{geometry} | ||
\usepackage[utf8]{inputenc} | ||
\usepackage{hyperref} | ||
|
||
% Title | ||
\newcommand{\documenttitle} | ||
{Zápisnica č. 17} | ||
|
||
% Subtitle | ||
\newcommand{\documentsubtitle} | ||
{Stretnutie v tíme} | ||
|
||
\begin{document} | ||
|
||
\include{title-page} | ||
|
||
\begin{table}[h] | ||
\begin{tabular}{lllll} | ||
\multicolumn{3}{l}{\textbf{Dátum stretnutia:}} & & 29.3.2021 \\ | ||
\multicolumn{3}{l}{\textbf{Čas stretnutia:}} & & 16:00 - 18:00 hod. \\ | ||
\multicolumn{3}{l}{\textbf{Prítomní:}} \\ | ||
& & & & Bc. František Gič \\ | ||
& & & & Bc. Oliver Kanát \\ | ||
& & & & Bc. Karin Maliniaková \\ | ||
& & & & Bc. Denisa Mensatorisová \\ | ||
& & & & Bc. Anton Rusňák \\ | ||
& & & & Bc. Vladimír Svitok \\ | ||
& & & & Bc. Kristián Toldy \\ | ||
\multicolumn{3}{l}{\textbf{Neprítomní:}} & & -\\ | ||
\multicolumn{3}{l}{\textbf{Zapisovateľ:}} & & Bc. Karin Maliniaková \\ | ||
\end{tabular} | ||
\label{tab:grades} | ||
\end{table} | ||
|
||
\section*{Program:} | ||
|
||
\begin{enumerate} | ||
\item Standup | ||
\end{enumerate} | ||
|
||
\section*{Standup} | ||
|
||
\begin{itemize} | ||
\item \textbf {@fero} | ||
\begin{itemize} | ||
\item Pracuje na redizajne frontendu. Hotové má už dva tasky - Tree shaking font awesome a Internacionalizáciu appky | ||
\end{itemize} | ||
\item \textbf {@tono} | ||
\begin{itemize} | ||
\item Pracuje na unit testoch. Plus čaká na CR. Nevie či stihne spraviť testy na všetko. | ||
\end{itemize} | ||
\item \textbf {@dena} | ||
\begin{itemize} | ||
\item Pracuje na tasku - refactor character ranges. Momentálny problém: Keď je v texte apostrof tak to padá na FE. | ||
\end{itemize} | ||
\item \textbf {@karin} | ||
\begin{itemize} | ||
\item Práca na tasku - Create pipeline with linter. | ||
\end{itemize} | ||
\item \textbf {@vlado} | ||
\begin{itemize} | ||
\item Pracuje na predspracovaní textov v elasticu. | ||
\item Zaseknutý na tom, že to predspraovanie už beží dva dni, takže momentálne nevie povedať ako to dopadne. | ||
\end{itemize} | ||
\item \textbf {@oliver} | ||
\begin{itemize} | ||
\item Všetko hotové. | ||
\end{itemize} | ||
\item \textbf {@kiko} | ||
\begin{itemize} | ||
\item Hotová implementácia emailov a ID-čiek. Ešte dorába final touchy. | ||
\end{itemize} | ||
\end{itemize} | ||
|
||
\end{document} |