From cf868f7d65a6abb22fa98e048d44e1fab80014d6 Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Wed, 5 Mar 2025 23:42:40 +0100 Subject: [PATCH] fixup result, add totaltime in exam, add todo in readme --- README.md | 12 ++++++- components/Media.vue | 15 +++++++-- components/ResultModal.vue | 22 +++++-------- components/RightBarResult.vue | 59 ++++++++++++++++++++++------------- components/TopBar.vue | 23 +++++++++++--- pages/exam.vue | 27 ++++++++++++++-- pages/result.vue | 19 ++++++----- public/placeholder.svg | 1 + 8 files changed, 125 insertions(+), 53 deletions(-) create mode 100644 public/placeholder.svg diff --git a/README.md b/README.md index 33702e8..7713fe5 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,17 @@ This project utilizes `pnpm`, thus it is recommended pnpm install ``` -More information about setting up database will come here later +# To-do: + +- [ ] re-forge database structure, script for processing, share appropriate files +- [ ] choose category +- [ ] beautify website +- [ ] better answer click recognition +- [ ] come up with how to show results appropriately +- [ ] i18n - pl, en, de, ua (not all questions are not available in ua, api handle) +- [ ] exam (maybe also results?) warning leave message on exit (refresh) +- [ ] lazy loading +- [ ] question timers, and at end of total timer show a message for a while before immediatly navigating to results (maybe sth similar also when normally ending exam) ## Development Server diff --git a/components/Media.vue b/components/Media.vue index aff758c..d3a7519 100644 --- a/components/Media.vue +++ b/components/Media.vue @@ -15,8 +15,19 @@ defineProps<{