Add questions and constant movement for detail scene
This commit is contained in:
parent
5e96f1892c
commit
c9cf415899
5 changed files with 153 additions and 40 deletions
32
index.html
32
index.html
|
|
@ -226,21 +226,41 @@
|
|||
<p>Have fun! 🤟</p>
|
||||
</div>
|
||||
<div id="intro-step5">
|
||||
<h1>Questions about this visualization sepcifically</h1>
|
||||
<h1>Questions about this Project</h1>
|
||||
<p>
|
||||
After the project-specific "knowledge" questions in the last step I want to get your
|
||||
valuable input as a developer for the following questions:
|
||||
Thanks for going through this visualization. It would be great if you could answer a set
|
||||
of questions now:
|
||||
</p>
|
||||
<label for="k-1">
|
||||
1) Do you remember any of the contributors of this project? Please name them below
|
||||
1) Do you remember any of the contributors of this project? Please name those that you
|
||||
remember below
|
||||
<textarea id="k-1" name="k-1"></textarea>
|
||||
</label>
|
||||
<label for="k-2">
|
||||
2) What were the two largest packages of this monorepo (not the npm packages, but the
|
||||
ones the monorepo is made out of)?
|
||||
<textarea id="k-2" name="k-2"></textarea>
|
||||
</label>
|
||||
<label for="k-3">
|
||||
3) Which of the project's own packages was used most within other parts of the project?
|
||||
<textarea id="k-3" name="k-3"></textarea>
|
||||
</label>
|
||||
<label for="k-4">
|
||||
4) Any npm packages you've revealed in this project, that you can think of? did you take
|
||||
a look at their respective websites?
|
||||
<textarea id="k-4" name="k-4"></textarea>
|
||||
</label>
|
||||
<label for="k-5">
|
||||
5) Have you taken a look at any of the files that were potentially "legacy" files? If
|
||||
yes, did you agree on them being "refactor-worthy" or do you think they were fine as-is?
|
||||
<textarea id="k-5" name="k-5"></textarea>
|
||||
</label>
|
||||
</div>
|
||||
<div id="intro-step6">
|
||||
<h1>Questions about Play in Software Development</h1>
|
||||
<p>
|
||||
After the project-specific "knowledge" questions in the last step I want to get your
|
||||
valuable input as a developer for the following questions:
|
||||
After the project-specific questions in the last step I want to get your valuable input
|
||||
as a developer for the following questions:
|
||||
</p>
|
||||
<label for="fb-1">
|
||||
1) Would you say, that you have learned something about the underlying project from
|
||||
|
|
|
|||
Reference in a new issue