mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
some design diagrams in docs
This commit is contained in:
@@ -1184,8 +1184,55 @@ Uz drošību risinājumam ir sekojošas prasības:
|
||||
+ Risinājums nemodificē un nelasa failus, izņemot izmantotās bibliotēkas, failu
|
||||
glabātuvi, standarta konfigurācijas vietu;
|
||||
|
||||
// #pagebreak(weak: true)
|
||||
// = Programmatūras projektējuma apraksts
|
||||
#pagebreak(weak: true)
|
||||
= Programmatūras projektējuma apraksts
|
||||
|
||||
== Daļējs funkciju projektējums
|
||||
|
||||
#figure(
|
||||
caption: "Leksiskās analīzes aktivitāšu diagramma",
|
||||
placement: none,
|
||||
image("img/lexer_activity.svg"),
|
||||
) <mdem-list-view>
|
||||
|
||||
== Saskarnes projektējums
|
||||
|
||||
#figure(
|
||||
caption: "Kartīšu saraksta skats",
|
||||
placement: none,
|
||||
image("img/screens/mdem_list.png"),
|
||||
) <mdem-list-view>
|
||||
|
||||
#figure(
|
||||
caption: "Atbildes jautājuma skats",
|
||||
placement: auto,
|
||||
image("img/screens/answer_question.png"),
|
||||
) <answer-question-view>
|
||||
|
||||
#figure(
|
||||
caption: "Izvēles jautājuma skats",
|
||||
placement: auto,
|
||||
image("img/screens/multiple_answer_question.png"),
|
||||
) <choice-question-view>
|
||||
|
||||
#figure(
|
||||
caption: "Secības jautājuma skats",
|
||||
placement: auto,
|
||||
image("img/screens/order_question.png"),
|
||||
) <order-question-view>
|
||||
|
||||
#figure(
|
||||
caption: "Grupēšanas jautājuma skats",
|
||||
placement: auto,
|
||||
image("img/screens/group_question.png"),
|
||||
) <group-question-view>
|
||||
|
||||
#figure(
|
||||
caption: "Konfigurācijas skats",
|
||||
placement: none,
|
||||
image("img/screens/config.png"),
|
||||
) <config-view>
|
||||
|
||||
|
||||
#pagebreak(weak: true)
|
||||
#heading(numbering: none, "Izmantotā literatūra un avoti")
|
||||
|
||||
Reference in New Issue
Block a user