⬆️ Upgraded SvelteKit

This commit is contained in:
Mawoka
2022-08-18 15:35:01 +02:00
parent 12ec2ebf94
commit 9b79358db3
31 changed files with 198 additions and 324 deletions
@@ -0,0 +1,32 @@
<!--
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<svelte:head>
<title>ClassQuiz/docs - Roadmap</title>
<meta
name="description"
content="The roadmap for ClassQuiz, the open-source quiz-application"
/>
</svelte:head>
<article
class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-slate px-4 dark:prose-invert"
>
<h1>Roadmap</h1>
<b>Tell me!</b>
<ul>
<li>
<input type="checkbox" checked disabled />
User-management
<ul>
<li><input type="checkbox" checked disabled /> Password-reset</li>
<li><input type="checkbox" checked disabled /> Session-management</li>
</ul>
</li>
<li><input type="checkbox" checked disabled /> (Better) Admin-screen styling</li>
<li><input type="checkbox" checked disabled /> (Better) Edit/Create-screen styling</li>
<li><input type="checkbox" checked disabled /> Public quiz-discovery</li>
</ul>
</article>