Files
classquiz-ai/frontend/src/routes/docs/roadmap.svelte
T
2022-07-02 17:20:55 +02:00

32 lines
784 B
Svelte

<!--
- 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>
<ul>
<li>
User-management
<ul>
<li>Password-reset</li>
<li>Session-management</li>
</ul>
</li>
<li>(Better) Admin-screen styling</li>
<li>(Better) Edit/Create-screen styling</li>
<li>Public quiz-discovery</li>
</ul>
</article>