Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Various fixes in the guide. #149

Merged
merged 10 commits into from
Jan 28, 2019
Merged

Various fixes in the guide. #149

merged 10 commits into from
Jan 28, 2019

Conversation

hrigner
Copy link

@hrigner hrigner commented Jan 24, 2019

Improved the guide according to feedback from the manual test session.

@hrigner hrigner requested review from peol and sublibra January 24, 2019 20:04
@netlify
Copy link

netlify bot commented Jan 24, 2019

Deploy preview for catwalk-qlikcore ready!

Built with commit 178497b

https://deploy-preview-149--catwalk-qlikcore.netlify.com

Copy link
Contributor

@peol peol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, some minor comments :)

@@ -6,7 +6,7 @@ const steps = [
<div>
<h2>Welcome to catwalk!</h2>
<p>
catwalk lets you explore your data model to gain
Catwalk lets you explore your data model to gain
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:(

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know.. but the other team mates found it strange to begin a sentence with lower case, even though the name is 'catwalk'.

content: (
<div>
<p>
This shows the association between two fields, with basic frequency information on each end of the association line (1, 0/1 or *).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we use <code> elsewhere, perhaps 1, 0/1, and * should be too?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!


useClickOutside(selfRef, true, () => {
chooseColumn(null);
useClickOutside(selfRef, closeOnClickOutside(), () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not completely folloing why closeOnClickOutside needs to be a fn instead of bool if we have the value passed in from app.jsx?

Copy link
Author

@hrigner hrigner Jan 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well.. guideRef.current (in app.jsx) is undefined when the components are initialized, that's why I made it a function from the beginning.
If not using a function we need to update a state in App that is dependent on Guide..

Copy link
Contributor

@sublibra sublibra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

Small comment:
In the "Selections" step. Pressing the X to remove a selection is mentioned. If this is done the guide is backing up to the previous step. Consider disabling the X in this step.

@hrigner
Copy link
Author

hrigner commented Jan 27, 2019

The Selections step should not be able to "click through". Then there is no need for disabling the 'X'.

@hrigner hrigner merged commit e45f800 into master Jan 28, 2019
@axelssonHakan axelssonHakan deleted the test-session-fixes branch February 5, 2019 06:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants