pridany flow diagram pre BUG,

aktualizovany v README Technologie, struktura a API endpointy
This commit is contained in:
2025-05-15 11:09:09 +02:00
parent a02bdb4cbe
commit 5250a6d279
5 changed files with 142 additions and 10 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -2,7 +2,7 @@
<div id="about">
<div>
<h1>O aplikácii</h1>
<img src="/public/bugreport.svg" height="100" alt="" />
<img src="/bugreport.svg" height="100" alt="" />
<h2>Bug Report</h2>
<p>
Verzia aplikácie: {{ version }} &nbsp;|&nbsp; Zostavené: {{ build }}
@ -12,21 +12,21 @@
<div>
Backend thanks for <br />
<a href="https://www.php.net" target="_blank">
<img src="/public/php-power-micro.png" height="20" alt="" /> <br />
<img src="/php-power-micro.png" height="20" alt="" /> <br />
PHP 8.2
</a>
</div>
<div>
Database thanks for <br>
<a href="https://www.sqlite.org" target="_blank">
<img src="/public/SQLite370.svg" height="20" alt="" /> <br>
<img src="/SQLite370.svg" height="20" alt="" /> <br>
SQLite
</a>
</div>
<div>
Frontend thanks for <br>
<a href="https://vuejs.org" target="_blank">
<img src="/public/vue.svg" height="20" alt="" /> <br>
<img src="/vue.svg" height="20" alt="" /> <br>
Vue 3
</a>
</div>
@ -38,6 +38,8 @@
>https://gitea.tpsoft.org/TPsoft.org/BugReport</a
>
</p>
<h2>Diagram stavov pre BUG</h2>
<img src="/FlowDiagram.drawio.svg" alt="" width="90%" />
</div>
</div>
</template>