From 11f518e4809d7b824ef8babd81eae12c9f781ecc Mon Sep 17 00:00:00 2001 From: Albin Henriksson <albhe428@student.liu.se> Date: Tue, 25 May 2021 16:26:07 +0000 Subject: [PATCH] Update docs/source/development/further.md --- docs/source/development/further.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/development/further.md b/docs/source/development/further.md index 8b6d8b7d..a5159312 100644 --- a/docs/source/development/further.md +++ b/docs/source/development/further.md @@ -16,6 +16,9 @@ There are however a few major things left to be done. The system needs to support a lot of different types of questions. A list of all the questions that needs to be supported (and more) can be found on [Teknikattan scoring system](https://github.com/TechnoX/teknikattan-scoring-system/blob/master/kandidatarbete_teknikattan.md). +### Scaling of components +Components rendered in SlideDisplay.tsx in client are scaled inconsistently and should use [scale transform](https://developer.mozilla.org/en-US/docs/Web/CSS/transform-function/scale()) from CSS. + ## Refactoring Here we will give a list of things we think will improve the system. -- GitLab