Skip to content
Snippets Groups Projects

add meeting notes

Merged Andri Joos requested to merge 30-meeting_notes into master
1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
@@ -84,3 +84,19 @@
\item No open MRs
\end{itemize}
\end{itemize}
\section{Architecture \& Projects 11.03.2024 13:00}
\begin{itemize}
\item Recommender service is a lib for piccolodb
\item Data search is piccolodb
\item Current data flow: Frontend $\rightarrow$ backend(API) $\rightarrow$ piccolodb
\item Swagger goes directly to piccolodb, not over Webapp Backend
\item My chatbot will be a separate project
\item My project: Python service, backend calls via client, my service calls recommender (via openapi) and LLM apis
\item Tests
\begin{itemize}
\item Webapp backend already has a test project with MSTest
\item No tests available yet for Python/React
\item React could be also tested
\end{itemize}
\end{itemize}