- Scheduled Job sync when type was changed from scheduled to some other type didn't work. - It updates on every save with message, bad DX IMO (can't save script and edit without dismissing) - This was because of complex walrus which was triggering rest of code even when nothing changed. Maybe walrus opponents were onto something. - `Truthy` couples two different operations and hence makes code complicated. In most cases where these checks are required it's not performance critical, we can do 1 more function call to avoid this coupling of change + actual value. |
||
|---|---|---|
| .. | ||
| api | ||
| doctype | ||
| form_tour/doctype | ||
| page | ||
| report | ||
| web_form | ||
| workspace | ||
| __init__.py | ||
| notifications.py | ||
| README.md | ||
| utils.py | ||
Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.