diff --git a/docs/source/development/further.md b/docs/source/development/further.md index 8b6d8b7dfa37d42c25f2378cba52832a739d3f15..a5159312aa09b924639af4e6a1ab058264ab7a2f 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.