Skip to content

Commit

Permalink
added challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
codetricity committed Nov 9, 2024
1 parent ab36af8 commit 8a01e19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Binary file added docs/images/tutorial/button_challenge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ The suggested way to use this tutorial is to start with a blank file using
an editor like VSCode. Type in all the code snippets one section at a time.
For each section, take a moment to understand the functionality. For example,
one section is on token creation for the RICOH360 Viewer. Another section is
on token creation for the RICOH360 Cloud API.
on token creation for the RICOH360 Cloud API. The two tokens are different
and use different token generation technologies.

If you get stuck, you can refer to the completed code on GitHub or copy and
paste the snippet into your own application.
Expand Down Expand Up @@ -414,3 +415,12 @@ In `index.html`.
</html>
```

## Additional Challenges

### insert additional UI buttons in the viewer

[reference code](https://github.com/theta360developers/oppkey-ricoh-viewer-demo-basic/blob/107e30e0c97074afc357a9e503dbe9f47b74d331/views/flask_viewer.html#L69)

Tip: Add the ui object into the viewer at time of instantiation.

![button challenge](images/tutorial/button_challenge.png)

0 comments on commit 8a01e19

Please sign in to comment.