DnDBeyond / front-end-developer-challenge

Coding challenge for front-end developers
11 stars 22 forks source link

FAQ: Skill Point Question #8

Open zmckinnon opened 4 years ago

zmckinnon commented 4 years ago

Quick question about this requirement: "The user must select the items in order. For example: The user may not put a point in the cake without first having put points in the chevrons and the silverware (in that order)."

What is the expected behavior for the opposite situation, i.e. the user tries to remove a skill point that already has subsequent points invested in the tree? I could see a valid case from the end user's perspective to either do nothing or to remove that point and all subsequent points so I'm not sure which to implement.

sbenescurse commented 4 years ago

Just to be clear, sometimes we left things vague, so that people had to interpret it. Then we would see if they would document their assumptions, ask question to the recruiter, or just not even care.

The ability to see how people deeply think through a problem and potential UI/UX issues really helps to see how they would deal with a lot of FE problemsquestions.