Skip to content

Commit

Permalink
finish 10th chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiHaghverdi committed May 31, 2023
1 parent 2539540 commit 622f049
Show file tree
Hide file tree
Showing 9 changed files with 280 additions and 18 deletions.
2 changes: 1 addition & 1 deletion expanded.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ \section{گام‌های معادل‌سازی تعامل کنشگر-سیستم}

پس از طی مراحل فوق، جداولی که در ادامه‌ی مدل‌سازی تعامل کنشگر-سیستم آمده‌ است، رسم شده‌اند.

\section{نمودار‌های تعامل کنشگر-سیستم}
\section{نمودار‌های تعامل کنشگر-سیستم}\label{expandeds}
پس از مشخص شدن موارد کاربرد با مدل‌سازی تعامل کنشگر-سیستم برای برخی از مورد‌ کاربرد‌های پیچیده‌تر نمودار‌های تعامل کنشگر-سیستم برای این موارد کاربرد مشخص شده است که در جداول
\ref{table:uc:req-manage
\ref{table:uc:apply-search
Expand Down
250 changes: 243 additions & 7 deletions groupwork.tex

Large diffs are not rendered by default.

Binary file added images/issues.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/log.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/prs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions oim.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\chapter{مدل‌سازی تعامل شئ}
\chapter{مدل‌سازی تعامل شئ}\label{senario-table}
برای مدل‌‌سازی تعامل شئ، ۵ گام وجود دارد که به ترتیب باید انجام شوند:
\begin{enumerate}
\item
Expand All @@ -16,7 +16,7 @@ \chapter{مدل‌سازی تعامل شئ}

\clearpage
\section{سناریو و مدل تعامل شئ برای گام 2 از \uc{25}}
\subsection{سناریو تعامل شئ برای \say{مشاهده‌ی رزومه‌ها}}
\subsection{سناریو تعامل شئ برای \say{مشاهده‌ی رزومه‌ها}}\label{senario-counter}
\mainstep{کارفرما بر روی دکمه‌ی \say{رزومه} در پروفایل کارجوی مدنظر کلیک می‌کند.}

\beginmainstep{صفحه‌ی پروفایل کارجو، یک درخواست مبنی بر خواست رزومه و اطلاعات کارجو برا به صورت \json به کنترل‌گر کارجو می‌فرستد.}
Expand Down Expand Up @@ -109,13 +109,12 @@ \subsection{جدول سناریو}
\subsection{نمودار توالی}

\clearpage
\section{سناریو و مدل تعامل شئ برای گام ۳ از \uc{12}}
\section{سناریو و مدل تعامل شئ برای گام ۴ از \uc{12}}
\subsection{سناریو تعامل شئ برای \say{ارسال رزومه}}
\setcounter{MainStepCounter}{1}
\mainstep{سیستم، کارجو را به صفحه‌ی بارگذاری رزومه هدایت می‌کند.}

\beginmainstep{صفحه‌ی بارگذاری رزومه که شامل قسمتی برای بارگذاری رزومه و پیام \say{لطفا رزومه‌ی خود را با فرمت \lr{PDF} بارگذاری کنید.} می‌باشد، به کارجو نمایش داده می شود.}
\setcounter{MainStepCounter}{2}
\mainstep{کارجو رزومه‌ی خود را، بارگذاری می‌کند و به روی دکمه‌ی \say{ارسال} کلیک می‌کند.}

\beginmainstep{صفحه‌ی بارگذاری رزومه فایل آپلود شده را بررسی}
\majorstep{\label{send}کارجو فایلی را در صفحه‌ی بارگذاری رزومه بارگذاری می‌کند.}

\majorstep{صفحه‌ی بارگذاری رزومه، فایل بارگذاری شده را به کنترل‌گر رزومه ارسال می‌کند.}
Expand Down
Binary file modified reportdoc.pdf
Binary file not shown.
31 changes: 29 additions & 2 deletions reportdoc.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[12pt,svgnames,oneside]{book}
\documentclass[12pt,dvipsnames, svgnames, x11names,oneside]{book}

% inline lists ----------------------------------------------
\usepackage{paralist}
Expand Down Expand Up @@ -51,6 +51,34 @@
\newcommand{\say}[1]{‍''{#1}`‍`}
% -----------------------------------------------------------

% code listing ----------------------------------------------
\usepackage{listings}
\usepackage{xcolor}

\definecolor{dkgreen}{rgb}{0,0.6,0}
\definecolor{gray}{rgb}{0.5,0.5,0.5}
\definecolor{mauve}{rgb}{0.58,0,0.82}

\lstset{frame=tb,
language=TeX,
aboveskip=3mm,
belowskip=3mm,
showstringspaces=false,
columns=flexible,
basicstyle=\ttfamily,
numbers=left,
numberstyle=\small\color{gray},
keywordstyle=\bfseries\color{Green4},
commentstyle=\color{gray},
stringstyle=\color{mauve},
breaklines=true,
breakatwhitespace=true,
tabsize=4,
identifierstyle=\color{black},
keywords={begin, includepdf, frontmatter, tableofcontents, mainmatter, include}
}
% -----------------------------------------------------------

% persian support -------------------------------------------
\usepackage{xepersian}
\settextfont{Yas}
Expand Down Expand Up @@ -208,7 +236,6 @@
\stepcounter{CandidateStepCounter}
\arabic{MainStepCounter}.\arabic{MajorStepCounter}.\arabic{PatchStepCounter}.\arabic{BetaStepCounter}.\arabic{AlphaStepCounter}.\arabic{CandidateStepCounter}. {#1} \\
}
% --------------------------------------------------------
% -----------------------------------------------------------

\begin{document}
Expand Down
2 changes: 1 addition & 1 deletion reqs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ \subsection{تعاریف، سرنام‌ها و کوته نوشته‌ها}
\end{center}
\end{sidewaystable}

\subsection{مراجع}
\subsection{مراجع}\label{resources}
برای بررسی مرجع استفاده شده به
\cite{kung2013object}
مراجعه کنید.
Expand Down

0 comments on commit 622f049

Please sign in to comment.