Skip to content

readme fixes#1

Open
chendelbari wants to merge 2 commits intoofirdagan:mainfrom
chendelbari:main
Open

readme fixes#1
chendelbari wants to merge 2 commits intoofirdagan:mainfrom
chendelbari:main

Conversation

@chendelbari
Copy link

  1. fixed the data hooks duplication
  2. joined the backend+frontend debugging, as I think its better to suggest on 1 debugging method (as client code would also be logged there). also mentioned that the screen needs to be open (not trivial).
  3. suggested to use test-site and not directly to publish

* Zero code CRUD using data binding
* Rendering repeated items using repeaters
* Wix data hooks
* Wix data events (not to be confused with the wix events vertical)
Copy link
Owner

Choose a reason for hiding this comment

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

I meant the edm events as you said in the beginning :)

Copy link
Author

Choose a reason for hiding this comment

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

Ah oops misunderstanding.. wdyt about this?

* Monitoring and Debugging
* Backend logs can be viewed in the [Site Events (aka logs)](https://manage.wix.com/account/site-selector/?actionUrl=https%3A%2F%2Fmanage.wix.com%2Fdashboard%2F%7BmetaSiteId%7D%2Fsettings%2Fmonitoring%2Fsite-events&title=Site+Events&primaryButtonText=Select) section in the business manager's developer tools menu.
* Debugging client code can be done via the browser's developer tools. Look in the console for the file name of the page you want to debug
* Backend logs as well as client logs can be viewed in the [Site Events (aka logs)](https://manage.wix.com/account/site-selector/?actionUrl=https%3A%2F%2Fmanage.wix.com%2Fdashboard%2F%7BmetaSiteId%7D%2Fsettings%2Fmonitoring%2Fsite-events&title=Site+Events&primaryButtonText=Select) section in the business manager's developer tools menu. Note that you can't browse logs history, you can only see realtime logs, so the logs screen needs to be open during the session (open it in another tab in your browser).
Copy link
Owner

Choose a reason for hiding this comment

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

Good note about that the tab should be open. but you didn't explain about debugging client code in the browser..

Copy link
Author

Choose a reason for hiding this comment

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

This is intentional, as I think its easier to debug both (client & backend) via Site Events (mostly because its in the same place), and not via dev tools.. Am I missing something special about debugging in dev tools that you tend to favor?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants