chg: [cheatsheet] Added element collection in data-model

pull/25/head
Sami Mokaddem 2024-04-12 09:38:05 +02:00
parent feaa6a9bd3
commit a84e06b134
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
2 changed files with 17 additions and 13 deletions

View File

@ -140,14 +140,6 @@
\newpage \newpage
% Creates a box with a label taking 1/3 of the available width
% arg1[optional] = icon
% arg2[optional] = purpose
% arg3[optional] = usecase
% arg4[optional] = actions
% arg5[optional] = description
% arg6 = title
% arg7 = content
\begin{multicols*}{3} \begin{multicols*}{3}
% Analyst Note % Analyst Note
\cheatbox[\faicon{sticky-note}] \cheatbox[\faicon{sticky-note}]
@ -186,4 +178,14 @@
$\blacktriangleright$ Example could be an \event $\rightarrow$ \event relationship where one is \textit{Suspected to be part of the same campaign based on HUMINT sources} $\blacktriangleright$ Example could be an \event $\rightarrow$ \event relationship where one is \textit{Suspected to be part of the same campaign based on HUMINT sources}
} }
% Element Collection
\cheatbox[\faicon{object-group}]
[Allow groupping multiple elements into a single collection]
[Grouping \events together if they are part of the same campaing]
[\distributable]
[Group element into collection]
{\linkdest{collection}Element Collection}
{
}
\end{multicols*} \end{multicols*}

View File

@ -31,6 +31,8 @@
\newcommand{\opinion}{\hyperlink{opinion}{\texttt{Analyst Opinion}} } \newcommand{\opinion}{\hyperlink{opinion}{\texttt{Analyst Opinion}} }
\newcommand{\relationships}{\hyperlink{relationship}{\texttt{Analyst Relationships}} } \newcommand{\relationships}{\hyperlink{relationship}{\texttt{Analyst Relationships}} }
\newcommand{\relationship}{\hyperlink{relationship}{\texttt{Analyst Relationship}} } \newcommand{\relationship}{\hyperlink{relationship}{\texttt{Analyst Relationship}} }
\newcommand{\collections}{\hyperlink{collection}{\texttt{Element Collections}} }
\newcommand{\collection}{\hyperlink{collection}{\texttt{Element Collection}} }
\newcommand{\taggable}{\faicon{tags}\hspace*{0.3em}} \newcommand{\taggable}{\faicon{tags}\hspace*{0.3em}}
\newcommand{\distributable}{\faicon{eye-slash}\hspace*{0.3em}} \newcommand{\distributable}{\faicon{eye-slash}\hspace*{0.3em}}