pridany flow diagram pre BUG,
aktualizovany v README Technologie, struktura a API endpointy
This commit is contained in:
4
webapp/public/FlowDiagram.drawio.svg
Normal file
4
webapp/public/FlowDiagram.drawio.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 208 KiB |
@ -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 }} | 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>
|
||||
|
||||
Reference in New Issue
Block a user