-
Notifications
You must be signed in to change notification settings - Fork 164
KitchenSink App #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
giladmoveo
wants to merge
20
commits into
master
Choose a base branch
from
kitchen-sink
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
KitchenSink App #29
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
94b8a53
kitchenSink app
giladmiron db21235
application port and name
giladmiron 3f36cce
optional chaining
giladmiron 2ee4f51
naming fix
giladmiron 92c3913
font "Roboto" at first
giladmiron 3a5ab6b
change if statements to multiline
giladmiron 1e1f830
remove unnecessary files
giladmiron 46dac16
remove nested ternary
giladmiron 99fd290
remove old loader
giladmiron 9275bb0
added optional chaining
giladmiron 45d0339
Merge branch 'master' into kitchen-sink
yuhgto b9a6b4e
Merge branch 'master' into kitchen-sink
yuhgto 1ba052e
fix: added nvmrc for correct node version
yuhgto 917e999
fix: prevent constant refreshing
yuhgto bad6fd3
Merge branch 'kitchen-sink' of https://github.com/mondaycom/welcome-a…
yuhgto 096b166
fix: added some comments to the readme
yuhgto 175f8e6
fix: bump node version to 16
yuhgto 9bf65bc
fix: update dependencies
yuhgto 9cfd624
fix: remove warning message by adding babel pkg
yuhgto 3e40108
fix: use monday tunnel & update API version syntax
yuhgto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| PORT=8301 | ||
| BROWSER=none | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| ## Overview | ||
|
|
||
| This is the "Kitchen Sink" example Monday app. | ||
| <br>It should be used as a board view, connected to a board and fetching all items data from it. | ||
| <br>Please notice that listening to itemIds via SDK is not working in preview mode at this point. this feature allows you to use Monday filters to get relevant items to the application. | ||
|
|
||
| <br>This app demonstrates how to use: | ||
|
|
||
| - [SDK](https://github.com/mondaycom/monday-sdk-js) | ||
| - [API](https://api.developer.monday.com/docs) | ||
|
|
||
| ## Run the project | ||
|
|
||
| In the project directory, you should run: | ||
|
|
||
| ### `npm install` | ||
|
|
||
| And then to run an application with automatic virtual ngrok tunnel, run: | ||
|
|
||
| ### `npm start` | ||
|
|
||
| Visit http://localhost:4040/status and under "command_line section" find the URL. This is the public URL of your app, so you can use it to test it. | ||
| F.e.: https://021eb6330099.ngrok.io | ||
|
|
||
| ## Configure Monday App | ||
|
|
||
| 1. Open monday.com, login to your account and go to a "Developers" section. | ||
| 2. Create a new Application | ||
| 3. Open "OAuth & Permissions" section and add "boards:read" and "boards:write" scope | ||
| 4. Open "Features" section and create a new "Boards View" feature | ||
| 5. Open "View setup" tab and fulfill in "Custom URL" field your ngrok public URL, which you got previously (f.e. https://021eb6330099.ngrok.io) | ||
| 6. Click "Boards" button and choose one of the boards with some data in it. | ||
| 7. Click "Preview button" | ||
| 8. Enjoy the Word Cloud app! | ||
|
giladmoveo marked this conversation as resolved.
Outdated
|
||
| ## Release your app | ||
|
|
||
| 1. Run script | ||
|
|
||
| ### `npm run build` | ||
|
|
||
| 2. Zip your "./build" folder | ||
| 3. Open "Build" tab in your Feature | ||
| 4. Click "New Build" button | ||
| 5. Click "Upload" radio button and upload zip file with your build | ||
| 6. Go to any board and add your just released view | ||
| 7. Enjoy! | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.