3PillarGlobal-Czechia / interview-app-api

API for Interview App.
MIT License
3 stars 1 forks source link

API: Order Questions of QuestionSet #59

Closed PlesnikJakub closed 2 years ago

PlesnikJakub commented 2 years ago

Description

Questions inside the Question Set must be ordered by special attribute. API should allow users on the frontend to reorder questions based on their preferences and store that order for a given question set.

AC

TomasNiemczyk98 commented 2 years ago

Repository part of this task is done, TODO: 1) Create endpoint for reordering questions in a set 2) Front end implementation

PlesnikJakub commented 2 years ago

Updated description and created sub-issues for implementation

TomasNiemczyk98 commented 2 years ago

@petrspelos Any ideas about FE implementation? Draggable cards maybe?

PlesnikJakub commented 2 years ago

@TomasNiemczyk98 I am working on it, on Monday I will consult with @petrspelos and we should have at least a draft. But it will be probably some version of draggable elements in some sort of a vertical list. image

petrspelos commented 2 years ago

I've updated the UX/UI with my suggestion. I was thinking something like this:

image

TomasNiemczyk98 commented 2 years ago

BE part of this task is done, closing and FE part will be tracked here https://github.com/3PillarGlobal-Czechia/interview-app-ui/issues/42